awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to azul3d/engine

Open-source alternatives to Engine

30 open-source projects similar to azul3d/engine, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Engine alternative.

  • lonng/nanoAvatar lonng

    lonng/nano

    3,173Vezi pe GitHub↗

    Nano is a distributed application framework designed for building systems using an actor-based messaging model. It functions as a distributed actor framework that decouples components through asynchronous messaging to maintain state isolation across a server cluster. The system acts as a cluster message dispatcher and session-aware request router, tracking client state to route incoming messages to the specific agent holding the session data. It utilizes a distributed agent registry to coordinate the dispatching of messages between multiple application instances acting as agents. The framewo

    Godistributed-systemsgamegolang
    Vezi pe GitHub↗3,173
  • name5566/leafAvatar name5566

    name5566/leaf

    5,513Vezi pe GitHub↗

    Leaf is a game server framework written in Go designed for building multiplayer game backends. It provides a modular backend architecture that organizes server logic into independent modules and includes a concurrent task scheduler for managing ordered, delayed, or recurring functions. The framework features a TCP and WebSocket server that manages simultaneous connections through a single interface. It incorporates a message router capable of decoding Protobuf and JSON data to map incoming network packets to specific internal server modules. The system includes capabilities for multi-protoco

    Go
    Vezi pe GitHub↗5,513
  • joelotter/termloopAvatar JoelOtter

    JoelOtter/termloop

    1,470Vezi pe GitHub↗
    Gogame-enginegolangterminal
    Vezi pe GitHub↗1,470
  • veandco/go-sdl2Avatar veandco

    veandco/go-sdl2

    2,325Vezi pe GitHub↗

    SDL2 binding for Go

    Cbindinggomaintainer-wanted
    Vezi pe GitHub↗2,325

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • xtaci/gonetAvatar xtaci

    xtaci/gonet

    1,287Vezi pe GitHub↗

    A Game Server Skeleton in golang.

    Go
    Vezi pe GitHub↗1,287
  • oakmound/oakAvatar oakmound

    oakmound/oak

    1,658Vezi pe GitHub↗

    A pure Go game engine

    Go
    Vezi pe GitHub↗1,658
  • flame-engine/awesome-flameAvatar flame-engine

    flame-engine/awesome-flame

    1,361Vezi pe GitHub↗

    An awesome list that curates the best Flame games, projects, libraries, tools, tutorials, articles and more.

    awesomeawesome-listflame
    Vezi pe GitHub↗1,361
  • hajimehoshi/ebitenAvatar hajimehoshi

    hajimehoshi/ebiten

    13,244Vezi pe GitHub↗

    Ebiten is a cross-platform 2D game engine and framework for the Go programming language. It provides a hardware-accelerated 2D renderer and a multi-input handling library to develop two-dimensional games with a single codebase. The engine is designed for broad deployment, allowing applications to be compiled and run across desktops, mobile devices, web browsers, and gaming consoles. It distinguishes itself by integrating custom shader programming for specialized visual effects and providing haptic feedback control for mobile devices and gamepads. The framework covers core game development ca

    Goebitenebitenginegame
    Vezi pe GitHub↗13,244
  • nvzqz/sageAvatar nvzqz

    nvzqz/Sage

    375Vezi pe GitHub↗

    A cross-platform chess library for Swift

    Swift
    Vezi pe GitHub↗375
  • ungerik/go3dAvatar ungerik

    ungerik/go3d

    339Vezi pe GitHub↗

    A performance oriented 2D/3D math package for Go

    Go
    Vezi pe GitHub↗339
  • cocoatoucher/glideAvatar cocoatoucher

    cocoatoucher/Glide

    506Vezi pe GitHub↗

    Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials

    Swift
    Vezi pe GitHub↗506
  • beefsack/go-astarAvatar beefsack

    beefsack/go-astar

    629Vezi pe GitHub↗

    Go implementation of the A* search algorithm

    Go
    Vezi pe GitHub↗629
  • xiaonanln/goworldAvatar xiaonanln

    xiaonanln/goworld

    2,718Vezi pe GitHub↗

    Scalable Distributed Game Server Engine with Hot Swapping in Golang

    Go
    Vezi pe GitHub↗2,718
  • topfreegames/pitayaAvatar topfreegames

    topfreegames/pitaya

    2,792Vezi pe GitHub↗

    Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.

    Go
    Vezi pe GitHub↗2,792
  • engoengine/engoAvatar EngoEngine

    EngoEngine/engo

    1,815Vezi pe GitHub↗

    Engo is an open-source 2D game engine written in Go.

    Goengoentity-component-systemgame-engine
    Vezi pe GitHub↗1,815
  • faiface/pixelAvatar faiface

    faiface/pixel

    4,525Vezi pe GitHub↗

    Pixel is a 2D game library and graphics engine for the Go programming language. It provides a hardware-accelerated renderer for drawing sprites, geometric shapes, and text, utilizing an optimized system of batching and transformation matrices. The project functions as a comprehensive toolkit for two-dimensional interactive applications, combining a graphics engine with a 2D vector math library for affine transformations and coordinate space projections. It includes a dedicated input manager that tracks keyboard presses and mouse movements using a polling-based system rather than asynchronous

    Go
    Vezi pe GitHub↗4,525
  • g3n/engineAvatar g3n

    g3n/engine

    3,098Vezi pe GitHub↗

    Go 3D Game Engine (http://g3n.rocks)

    Go3d-engine3d-game-engine3d-graphics
    Vezi pe GitHub↗3,098
  • gen2brain/raylib-goAvatar gen2brain

    gen2brain/raylib-go

    2,463Vezi pe GitHub↗

    Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.

    Candroidgame-enginegolang
    Vezi pe GitHub↗2,463
  • soulwire/coffee-physicsAvatar soulwire

    soulwire/Coffee-Physics

    1,053Vezi pe GitHub↗

    Coffee-Physics is a lightweight physics engine designed for two-dimensional particle simulation within web environments. It provides a framework for managing the movement and physical interactions of individual objects across a coordinate system, utilizing a collection of mathematical functions to calculate trajectories and collision responses. The library employs Verlet-based integration to maintain stability by tracking coordinate history, avoiding the need for explicit velocity or acceleration variables. It enforces deterministic behavior through fixed-step time stepping, which ensures con

    CoffeeScript
    Vezi pe GitHub↗1,053
  • bero1985/kraftAvatar BeRo1985

    BeRo1985/kraft

    126Vezi pe GitHub↗

    Kraft Physics Engine is an open source Object Pascal physics engine library that can be used in 3D games.

    Pascal
    Vezi pe GitHub↗126
  • bepu/bepuphysics2Avatar bepu

    bepu/bepuphysics2

    2,891Vezi pe GitHub↗

    Pure C# 3D real time physics simulation library, now with a higher version number.

    C#physics-3dphysics-enginephysics-simulation-library
    Vezi pe GitHub↗2,891
  • aribish/spurtleAvatar aribish

    aribish/spurtle

    6Vezi pe GitHub↗

    Wordle but with more letters. Made in Odin

    Odin
    Vezi pe GitHub↗6
  • castle-engine/castle-engineAvatar castle-engine

    castle-engine/castle-engine

    1,173Vezi pe GitHub↗

    Castle Game Engine

    Pascal
    Vezi pe GitHub↗1,173
  • c0ntribut0r/cat-400C

    c0ntribut0r/cat-400

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • bytecauldron/awesome-gamemakerAvatar bytecauldron

    bytecauldron/awesome-gamemaker

    476Vezi pe GitHub↗

    A curated list of awesome libraries, snippets, guides, and projects for GameMaker.

    awesomeawesome-listgame-development
    Vezi pe GitHub↗476
  • chuigda/vulkan4jAvatar chuigda

    chuigda/vulkan4j

    90Vezi pe GitHub↗

    Computer Graphics and Gaming API (Vulkan, OpenGL, GLFW, STB, ...) bindings for Java using Java 22 FFM APIs

    Kotlin
    Vezi pe GitHub↗90
  • bbodi/rust-voxlapAvatar bbodi

    bbodi/rust-voxlap

    12Vezi pe GitHub↗

    Voxlap binding for Rust. See here for use case and pictures.

    Rust
    Vezi pe GitHub↗12
  • coldzer0/imgui-pascalAvatar Coldzer0

    Coldzer0/ImGui-Pascal

    78Vezi pe GitHub↗

    FreePascal / Delphi bindings for dear ImGui with docking v1.90.0

    Pascal
    Vezi pe GitHub↗78
  • colrdavidson/spall-webAvatar colrdavidson

    colrdavidson/spall-web

    482Vezi pe GitHub↗

    This is archived, because I can't maintain it for the forseeable future. I may be able to come back to this eventually, but for now at least hopefully the community can still fork / fix things as they need.

    Odin
    Vezi pe GitHub↗482
  • anuranbarman/2048Avatar anuranBarman

    anuranBarman/2048

    377Vezi pe GitHub↗

    Famous 2048 Game in Flutter

    Dart
    Vezi pe GitHub↗377