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 chuigda/vulkan4j

Open-source alternatives to Vulkan4j

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

  • abisxir/alasgarA

    abisxir/alasgar

    0View on GitHub↗
    View on GitHub↗0
  • andygeiss/ecsandygeiss avatar

    andygeiss/ecs

    175View on GitHub↗

    Build your own Game-Engine based on the Entity Component System concept in Golang.

    Gobenchmarkbitmaskbitset
    View on GitHub↗175
  • anuranbarman/2048anuranBarman avatar

    anuranBarman/2048

    377View on GitHub↗

    Famous 2048 Game in Flutter

    Dart
    View on GitHub↗377
  • asbott/jamgineasbott avatar

    asbott/jamgine

    86View on GitHub↗

    My personal sandbox/portfolio.

    Odin
    View on GitHub↗86
  • atomicptr/animaA

    atomicptr/anima

    0View on GitHub↗

    A 2D animation library for Odin

    View on GitHub↗0
  • azul3d/engineA

    azul3d/engine

    0View on GitHub↗
    View on GitHub↗0
  • bbodi/rust-voxlapbbodi avatar

    bbodi/rust-voxlap

    12View on GitHub↗

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

    Rust
    View on GitHub↗12

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
  • beefsack/go-astarbeefsack avatar

    beefsack/go-astar

    629View on GitHub↗

    Go implementation of the A* search algorithm

    Go
    View on GitHub↗629
  • blob1807/odin-asepriteB

    blob1807/odin-aseprite

    0View on GitHub↗

    Handler for Aseprite's .ase/.aseprite, .aseprite-extension & extended .gpl files writen in Odin.

    View on GitHub↗0
  • boyan01/flutter-tetrisboyan01 avatar

    boyan01/flutter-tetris

    1,671View on GitHub↗

    a tetris game powered by flutter. 使用flutter开发俄罗斯方块。

    Dart
    View on GitHub↗1,671
  • c0ntribut0r/cat-400C

    c0ntribut0r/cat-400

    0View on GitHub↗
    View on GitHub↗0
  • cocoatoucher/glidecocoatoucher avatar

    cocoatoucher/Glide

    506View on GitHub↗

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

    Swift
    View on GitHub↗506
  • dav1dde/gladDav1dde avatar

    Dav1dde/glad

    4,425View on GitHub↗

    Glad is a cross-platform graphics API loader generator that produces source code for loading function pointers based on official specifications. It functions as a multi-language tool designed to ensure consistent communication between applications and graphics drivers across different operating systems and hardware. The tool utilizes a plugin-based architecture to generate loading code for multiple programming languages. It employs specification-driven code generation, parsing official XML or JSON files to ensure the correctness of function signatures and mapping optional API extensions to sp

    Cccode-generationcpp
    View on GitHub↗4,425
  • dragospopse/marshmallowDragosPopse avatar

    DragosPopse/marshmallow

    51View on GitHub↗

    Marshmallow aims to become a fully fledged game development environment. It is a WIP, so expect changes to the API

    Odin
    View on GitHub↗51
  • dreadatour/flake8lintD

    dreadatour/Flake8Lint

    0View on GitHub↗
    View on GitHub↗0
  • dresswithpockets/odin-godotD

    dresswithpockets/odin-godot

    0View on GitHub↗

    This currently targets Godot v4.2. This may work with v4.1, but it will not work with v4.0. For a version which works with v4.0 use the dev-4.0-2024-02 release.

    View on GitHub↗0
  • dsrw/enuD

    dsrw/enu

    0View on GitHub↗
    View on GitHub↗0
  • ed94/vefontcache-odinE

    Ed94/VEFontCache-Odin

    0View on GitHub↗

    Vertex Engine GPU Font Cache: A text shaping & rendering library.

    View on GitHub↗0
  • elgopher/pielgopher avatar

    elgopher/pi

    68View on GitHub↗

    Game engine for creating retro games for modern computers. Inspired by Pico-8 and powered by Ebitengine.

    Go
    View on GitHub↗68
  • engoengine/engoEngoEngine avatar

    EngoEngine/engo

    1,815View on GitHub↗

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

    Goengoentity-component-systemgame-engine
    View on GitHub↗1,815
  • exelotl/natuE

    exelotl/natu

    0View on GitHub↗
    View on GitHub↗0
  • faiface/pixelfaiface avatar

    faiface/pixel

    4,525View on 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
    View on GitHub↗4,525
  • fedeomoto/pixiFedeOmoto avatar

    FedeOmoto/pixi

    35View on GitHub↗

    A port of the pixi.js rendering engine to Dart.

    Dart
    View on GitHub↗35
  • flame-engine/awesome-flameflame-engine avatar

    flame-engine/awesome-flame

    1,361View on GitHub↗

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

    awesomeawesome-listflame
    View on GitHub↗1,361
  • flame-engine/flameflame-engine avatar

    flame-engine/flame

    10,646View on GitHub↗

    Flame is a 2D game engine for Flutter and Dart. It provides a component-based game framework for managing entities and their lifecycles through a hierarchical architecture, alongside a dedicated system for game asset management and input handling. The engine distinguishes itself through a specialized integration layer for external physics engines to handle rigid body dynamics and collision detection. It also features a high-performance task model that uses isolates to offload heavy computations and prevent main thread blocking. The framework covers a broad range of capabilities including vis

    Dartdartflameflutter
    View on GitHub↗10,646
  • float-like-a-dash-sting-like-a-dart/ghostriggerFloat-like-a-dash-Sting-like-a-dart avatar

    Float-like-a-dash-Sting-like-a-dart/GhostRigger

    265View on GitHub↗

    Cyberpunk-inspired puzzle game prototype created with Flutter and Flame #Hack20 #FlutterHackathon

    Dart
    View on GitHub↗265
  • flutterkit/zerkerflutterkit avatar

    flutterkit/zerker

    701View on GitHub↗

    Zerker is a lightweight and powerful flutter graphic animation library

    Dartcanvasflutterflutter-game
    View on GitHub↗701
  • ftsf/nicoF

    ftsf/nico

    0View on GitHub↗
    View on GitHub↗0
  • fulldecent/fdchessboardviewfulldecent avatar

    fulldecent/FDChessboardView

    80View on GitHub↗

    An iOS / Mac view controller for chess boards

    Swift
    View on GitHub↗80
  • a327ex/bloga327ex avatar

    a327ex/blog

    3,319View on GitHub↗

    gamedev blog

    animebig5game-development
    View on GitHub↗3,319