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 heapsio/heaps

Open-source alternatives to Heaps

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

  • haxeflixel/flixelHaxeFlixel avatar

    HaxeFlixel/flixel

    2,193View on GitHub↗

    Free, cross-platform 2D game engine powered by Haxe and OpenFL

    Haxe
    View on GitHub↗2,193
  • pov-ray/povrayPOV-Ray avatar

    POV-Ray/povray

    1,502View on GitHub↗

    POV-Ray is a ray tracing rendering engine that transforms text-based scene descriptions into photorealistic three-dimensional images and animations. It parses plain-text files containing scene geometry, lighting, textures, and camera definitions into an internal computational data structure, then calculates precise mathematical ray-scene intersections against geometric primitives and triangle meshes. The engine incorporates advanced lighting and geometry capabilities, including bounding hierarchy optimization to skip collision checks against distant geometry, and constructive solid geometry f

    C++3d-graphics3d-renderingpov-ray
    View on GitHub↗1,502
  • aethiopicuschan/cubism-goaethiopicuschan avatar

    aethiopicuschan/cubism-go

    33View on GitHub↗

    cubism-go is an unofficial Golang implementation of the Live2D Cubism SDK. It leverages ebitengine/purego, making it easy to use.

    Go
    View on GitHub↗33
  • andreirudenko/sparklerA

    AndreiRudenko/sparkler

    0View on GitHub↗

    A modular 2d particle system.

    View on GitHub↗0
  • ands/lightmapperands avatar

    ands/lightmapper

    1,535View on GitHub↗

    lightmapper.h is a C/C++ single-file library for lightmap baking by using your existing OpenGL renderer.

    C
    View on GitHub↗1,535

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
  • ands/seamoptimizerands avatar

    ands/seamoptimizer

    243View on GitHub↗

    A C/C++ single-file library that minimizes the hard transition errors of disjoint edges in lightmaps. It is based on a idea presented by Michał Iwanicki in the talk Lighting Technology of "The Last Of Us". A least squares solver is used to find a minimal error solution to the problem of sampling…

    C
    View on GitHub↗243
  • askeladdk/asepriteaskeladdk avatar

    askeladdk/aseprite

    26View on GitHub↗

    Package aseprite implements a decoder for Aseprite sprite files (.ase and .aseprite files).

    Go
    View on GitHub↗26
  • ceramic-engine/ceramicceramic-engine avatar

    ceramic-engine/ceramic

    351View on GitHub↗

    Cross-platform 2D framework written in Haxe that can export natively to desktop (windows, mac, linux), mobile (ios, android), web (js webgl) and to unity projects

    Haxe
    View on GitHub↗351
  • assimp/assimpassimp avatar

    assimp/assimp

    12,993View on GitHub↗

    Assimp is a cross-platform 3D asset pipeline and import library that loads numerous industry-standard 3D file formats into a single unified internal data structure. It functions as a framework for converting 3D models between different file formats across multiple operating systems and architectures. The project provides a 3D mesh processing tool for normalizing and optimizing geometry through triangulation, vertex removal, and normal generation. It also includes a 3D asset export utility to write internal scene data back into various external file formats. The system covers broad capability

    C++3mfandroidasset-pipeline
    View on GitHub↗12,993
  • azmr/colourblindazmr avatar

    azmr/colourblind

    31View on GitHub↗

    A C header file & shader for simulating colourblindness and checking contrast.

    C
    View on GitHub↗31
  • babylonjs/babylon.jsBabylonJS avatar

    BabylonJS/Babylon.js

    25,652View on GitHub↗

    Babylon.js is a JavaScript game engine and real-time graphics renderer designed for creating interactive three-dimensional visuals and applications. It functions as a web-based 3D framework and WebGL engine that enables the deployment of high-performance 3D content across various web platforms and devices. The project provides tools for web-based 3D game development, real-time graphics rendering, and the creation of browser-based interactive visualizations. It also supports the development of WebXR virtual and augmented reality experiences using standard web technologies. The framework cover

    TypeScript
    View on GitHub↗25,652
  • bevyengine/bevybevyengine avatar

    bevyengine/bevy

    46,634View on GitHub↗

    Bevy is a cross-platform game engine and framework built in Rust, designed for creating interactive simulations and graphical applications. It utilizes a data-oriented entity-component-system architecture to manage game state, organizing data into contiguous memory blocks to facilitate high-performance processing and massive parallelization of entities. The engine distinguishes itself through a modular plugin architecture and a system-based task scheduler that automatically parallelizes logic by analyzing data access patterns. By employing reactive change detection and deferred command buffer

    Rustbevygame-developmentgame-engine
    View on GitHub↗46,634
  • bjornbytes/lovrbjornbytes avatar

    bjornbytes/lovr

    2,558View on GitHub↗

    Lua Virtual Reality Framework

    Cgame-enginegamedevlovr
    View on GitHub↗2,558
  • bkaradzic/bgfxbkaradzic avatar

    bkaradzic/bgfx

    17,161View on GitHub↗

    bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides a unified interface that maps high-level rendering commands to native graphics APIs, allowing developers to maintain a single codebase that executes consistently across diverse operating systems and hardware architectures. The library distinguishes itself through a multi-threaded command submission model that decouples rendering logic from the main application thread, effectively minimizing CPU bottlenecks. It utilizes a backend-agnostic command buffer and a deferred resource

    Cd3d11d3d12directx
    View on GitHub↗17,161
  • blend2d/blend2dblend2d avatar

    blend2d/blend2d

    1,937View on GitHub↗

    2D Vector Graphics Engine Powered by a JIT Compiler

    C++2d-graphicsasmjitcpp
    View on GitHub↗1,937
  • armory3d/armoryA

    armory3d/armory

    0View on GitHub↗

    armory

    View on GitHub↗0
  • codyjasonbennett/fourC

    CodyJasonBennett/four

    0View on GitHub↗

    Minimal three.js alternative.

    View on GitHub↗0
  • colleagueriley/rfontC

    ColleagueRiley/RFont

    0View on GitHub↗

    Simple single header modular library for font rendering and atlas management.\ The library is designed to be lightweight, RFont.h itself does not directly handle rendering calls, it passes raw data to the user defined renderer.

    View on GitHub↗0
  • colleagueriley/rglC

    ColleagueRiley/RGL

    0View on GitHub↗

    As of 5/28/2024, RGL is no longer going to be actively updated

    View on GitHub↗0
  • createjs/easeljscreatejs avatar

    createjs/easeljs

    8,168View on GitHub↗

    EaselJS is a JavaScript library for creating interactive 2D graphics and animations using the HTML5 Canvas element. It functions as a 2D animation framework, a canvas scene graph manager, and an interaction wrapper for detecting and responding to mouse and touch events. The library features a rendering pipeline that utilizes WebGL to increase the drawing performance of bitmap and cached content. It organizes visual elements into a hierarchical display list, allowing nested groups of 2D graphics objects to be transformed and animated as single units. Its capabilities cover the rendering of ve

    JavaScript
    View on GitHub↗8,168
  • cultrarius/swarmzCultrarius avatar

    Cultrarius/Swarmz

    138View on GitHub↗

    A free, header-only C++ swarming (flocking) library for real-time applications

    C++
    View on GitHub↗138
  • dannyfritz/awesome-ray-tracingD

    dannyfritz/awesome-ray-tracing

    0View on GitHub↗
    View on GitHub↗0
  • danzen/zimjsdanzen avatar

    danzen/zimjs

    579View on GitHub↗

    JavaScript Canvas Framework - Code Creativity! https://zimjs.com

    JavaScript
    View on GitHub↗579
  • ddiakopoulos/tinygizmoddiakopoulos avatar

    ddiakopoulos/tinygizmo

    480View on GitHub↗

    This project is a lightweight, self-contained library for gizmo editing commonly found in many game engines. It includes mechanisms for manipulating 3d position, rotation, and scale. Implemented in C++11, the library does not perform rendering directly and instead provides a per-frame buffer of…

    C++
    View on GitHub↗480
  • defold/defolddefold avatar

    defold/defold

    6,138View on GitHub↗

    Defold is a cross-platform game engine and integrated development environment used to create 2D and 3D games for desktop, mobile, and web targets. It combines a game development IDE for asset and scene management with a multi-platform build system and a scripting environment based on Lua. The engine includes a specialized headless runtime for hosting game servers and performing automated testing without a graphical interface. It supports native engine extensions, allowing custom low-level code to be integrated into the core to expand functionality beyond the standard scripting interface. The

    C++
    View on GitHub↗6,138
  • devthicket/willowdevthicket avatar

    devthicket/willow

    8View on GitHub↗

    A display-tree 2D rendering layer for Ebitengine, including scene management, batching, cameras, culling, hit detection, and special effects. Inspired by Starling, Flash display lists, and PixiJS, adapted for Go's strengths.

    Go
    View on GitHub↗8
  • diligentgraphics/diligentengineDiligentGraphics avatar

    DiligentGraphics/DiligentEngine

    4,193View on GitHub↗

    DiligentEngine is a cross-platform graphics abstraction layer and physically-based rendering engine. It provides a unified interface for executing 3D graphics commands across multiple low-level rendering backends from a single codebase, including a dedicated system for importing 3D assets via the GLTF 2.0 format. The engine features an HLSL shader cross-compiler that allows a single set of shaders to run across different graphics APIs and operating systems. It supports advanced rendering capabilities such as ray-tracing, mesh shaders, variable rate shading, and bindless resources. The framew

    Batchfile3d-engined3d11d3d12
    View on GitHub↗4,193
  • eihigh/canvaseihigh avatar

    eihigh/canvas

    23View on GitHub↗

    This package is a fork of tdewolff/canvas containing changes for game development with Ebitengine. See Diffs from the original section for details.

    Go
    View on GitHub↗23
  • erkkah/tigrerkkah avatar

    erkkah/tigr

    896View on GitHub↗

    TIGR is a tiny cross-platform graphics library, providing a unified API for Windows, macOS, Linux, iOS and Android.

    C
    View on GitHub↗896
  • anael-seghezzi/maratis-tiny-c-libraryanael-seghezzi avatar

    anael-seghezzi/Maratis-Tiny-C-library

    212View on GitHub↗

    Maratis Tiny C library

    C
    View on GitHub↗212