awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to friflo/friflo.engine.ecs

Open-source alternatives to Friflo.Engine.ECS

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

  • leopotam/ecsLeopotam avatar

    Leopotam/ecs

    219View on GitHub↗

    Производительность, нулевые или минимальные аллокации, минимизация использования памяти, отсутствие зависимостей от любого игрового движка - это основные цели данного фреймворка.

    C#
    View on GitHub↗219
  • ikpil/dotrecastikpil avatar

    ikpil/DotRecast

    899View on GitHub↗

    DotRecast - a C# port of Recast & Detour, Industry-standard navigation mesh toolset for .NET, Unity3D, games, servers

    C#aicrowd-simulationcsharp
    View on GitHub↗899
  • genaray/archgenaray avatar

    genaray/Arch

    1,740View on GitHub↗

    A high-performance C# based Archetype & Chunks Entity Component System (ECS) for game development and data-oriented programming.

    C#
    View on GitHub↗1,740
  • doraku/defaultecsD

    Doraku/DefaultEcs

    0View on GitHub↗

    DefaultEcs is an Entity Component System framework which aims to be accessible with little constraints while retaining as much performance as possible for game development.

    View on GitHub↗0
  • silverbulletmd/silverbulletsilverbulletmd avatar

    silverbulletmd/silverbullet

    4,710View on GitHub↗

    Silver Bullet is a local-first, bidirectional Markdown wiki that functions as a Lua-scriptable note-taking platform with an embedded declarative query language. It treats a single folder on your device as the root workspace, monitoring that directory for file changes via a native file-system watcher to keep its in-memory index and user interface synchronised in near real-time. Notes are parsed into a live-preview Markdown AST that re-renders only changed nodes as you type, and the application builds a directed graph of internal hyperlinks from each note’s content to support bidirectional navig

    TypeScriptend-user-programmingknowledge-managementlua
    View on GitHub↗4,710

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • soulwire/coffee-physicssoulwire avatar

    soulwire/Coffee-Physics

    1,053View on 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
    View on GitHub↗1,053
  • alecthomas/entityxalecthomas avatar

    alecthomas/entityx

    2,340View on GitHub↗

    NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the change log for details.

    C++
    View on GitHub↗2,340
  • adamslair/dualityAdamsLair avatar

    AdamsLair/duality

    1,428View on GitHub↗

    a 2D Game Development Framework

    C#c-sharpcsharpdotnet
    View on GitHub↗1,428
  • 4d49/scene-library4d49 avatar

    4d49/scene-library

    108View on GitHub↗

    Tool for easy work with your scenes in Godot 4.4+

    GDScript
    View on GitHub↗108
  • andremicheletti/godot-agones-sdkAndreMicheletti avatar

    AndreMicheletti/godot-agones-sdk

    87View on GitHub↗

    Community-driven Agones SDK for Godot Engine

    GDScript
    View on GitHub↗87
  • aribish/spurtlearibish avatar

    aribish/spurtle

    6View on GitHub↗

    Wordle but with more letters. Made in Odin

    Odin
    View on GitHub↗6
  • atomicptr/ld55atomicptr avatar

    atomicptr/ld55

    7View on GitHub↗

    My LD55 entry made with Odin and Raylib.

    Odin
    View on GitHub↗7
  • awesome-roblox/awesome-robloxawesome-roblox avatar

    awesome-roblox/awesome-roblox

    59View on GitHub↗

    A curated list of awesome things related to Roblox OSS.

    awesomeawesome-listlist
    View on GitHub↗59
  • azul3d/engineA

    azul3d/engine

    0View on GitHub↗
    View on GitHub↗0
  • alexwargon/nukecsA

    AlexWargon/Nukecs

    0View on GitHub↗
    View on GitHub↗0
  • actionk/ecsentitybuilderA

    actionk/ECSEntityBuilder

    0View on GitHub↗
    View on GitHub↗0
  • beefsack/go-astarbeefsack avatar

    beefsack/go-astar

    629View on GitHub↗

    Go implementation of the A* search algorithm

    Go
    View on GitHub↗629
  • bcarruthers/garnetbcarruthers avatar

    bcarruthers/garnet

    171View on GitHub↗

    NuGet package

    F#
    View on GitHub↗171
  • benmoran56/esperB

    benmoran56/esper

    0View on GitHub↗
    View on GitHub↗0
  • bepu/bepuphysics2bepu avatar

    bepu/bepuphysics2

    2,891View on GitHub↗

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

    C#physics-3dphysics-enginephysics-simulation-library
    View on GitHub↗2,891
  • bero1985/kraftBeRo1985 avatar

    BeRo1985/kraft

    126View on GitHub↗

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

    Pascal
    View on GitHub↗126
  • bero1985/pasvulkanBeRo1985 avatar

    BeRo1985/pasvulkan

    220View on GitHub↗

    Vulkan header generator and Vulkan OOP-style API wrapper for Object Pascal (FreePascal >= 3.3.1 FPC trunk and any recent current Delphi version)

    Pascal
    View on GitHub↗220
  • bitbrain/beehavebitbrain avatar

    bitbrain/beehave

    2,933View on GitHub↗

    Beehave is a behavior tree AI framework and plugin for the Godot engine. It serves as an agent logic orchestrator for designing adaptive non-player character behaviors using hierarchical behavior trees. The system features a visual debugger that provides runtime visualization of the execution flow and internal state of active trees. This allows for AI execution analysis and the identification of logic errors through a state-based runtime interface. The framework utilizes a composite-decorator pattern and a tick-based polling cycle to execute tree-based logic. It integrates directly with the

    GDScriptaibehavior-treegame-development
    View on GitHub↗2,933
  • bitwes/gutbitwes avatar

    bitwes/Gut

    2,595View on GitHub↗

    Godot Unit Test. Unit testing tool for Godot Game Engine.

    GDScript
    View on GitHub↗2,595
  • blackbone/other-ecs-benchmarksB

    blackbone/other-ecs-benchmarks

    0View on GitHub↗
    View on GitHub↗0
  • blackears/cyclopslevelbuilderblackears avatar

    blackears/cyclopsLevelBuilder

    1,526View on GitHub↗

    A Godot plugin to let you block in levels inside the Godot editor.

    GDScript
    View on GitHub↗1,526
  • blackmatov/ecs.hppB

    BlackMATov/ecs.hpp

    0View on GitHub↗
    View on GitHub↗0
  • bohonghuang/claw-raylibbohonghuang avatar

    bohonghuang/claw-raylib

    79View on GitHub↗

    Fully auto-generated Common Lisp bindings to Raylib (6.0/5.5) and Raygui (4.0) using claw and cffi-object

    Common Lisp
    View on GitHub↗79
  • bohonghuang/eonbohonghuang avatar

    bohonghuang/eon

    47View on GitHub↗

    An easy-to-use but flexible game framework based on Raylib for Common Lisp.

    Common Lisp
    View on GitHub↗47
  • aleverdes/leoecslite-zooA

    aleverdes/leoecslite-zoo

    0View on GitHub↗
    View on GitHub↗0