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
jhasse avatar

jhasse/jngl

0
View on GitHub↗
316 stars·26 forks·C++·Zlib·14 viewsbixense.com/jngl↗

Jngl

Easy to use cross-platform 2D game library for C++

Features

  • 2D Game Engines - Cross-platform 2D C++ engine.
  • Game Engines and Frameworks - Cross-platform 2D engine for desktop and mobile.
  • Game Frameworks - Cross-platform 2D framework for portable development.
  • Game Engines - 2D library for cross-platform game development.

Star history

Star history chart for jhasse/jnglStar history chart for jhasse/jngl

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Jngl

These projects share indexed features with Jngl. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • melonjs/melonjsmelonjs avatar

    melonjs/melonJS

    6,319View on GitHub↗

    melonJS is a lightweight HTML5 game engine for building 2D games in the browser using JavaScript. It provides a complete framework for sprite animation, tilemap loading, physics simulation, input handling, and audio playback, with a unified rendering system that automatically switches between WebGL and Canvas2D backends without code changes. The engine distinguishes itself through several integrated capabilities. It features a per-sprite shader pipeline for custom fragment shader effects, a SAT-based collision engine with swappable physics adapters (including built-in SAT, Matter.js, and Plan

    JavaScript
    View on GitHub↗6,319
  • bladecoder/bladecoder-adventure-enginebladecoder avatar

    bladecoder/bladecoder-adventure-engine

    638View on GitHub↗

    Classic point and click adventure game engine and editor

    Java
    View on GitHub↗638
  • almasb/fxglAlmasB avatar

    AlmasB/FXGL

    4,819View on GitHub↗

    FXGL is a 2D game engine and development framework designed for Java and Kotlin. It provides a structured environment for building cross-platform desktop games, integrating a central game loop with an entity component system and a JavaFX-based scene graph for rendering. The toolkit distinguishes itself by providing a comprehensive suite of integrated libraries for game AI pathfinding, physics collision resolution, and multiplayer networking via TCP and UDP protocols. It includes specialized systems for adaptive user interface design using global stylesheets and a data-driven asset management

    Kotlin
    View on GitHub↗4,819
  • amzeratul/halleyamzeratul avatar

    amzeratul/halley

    3,837View on GitHub↗

    Halley is a modular C++ game engine designed for building cross-platform interactive applications. Its core identity is defined by a hardware-abstraction graphics pipeline for consistent rendering across different operating systems and an entity-component-system architecture that separates game state from processing logic. The framework features a hot-reloading development environment that allows updating application logic and assets at runtime without requiring a full process restart. It also includes a multiplayer networking framework based on an asynchronous messaging system to manage real

    C++
    View on GitHub↗3,837
Compare all 30 related projects→

Frequently asked questions

What does jhasse/jngl do?

Easy to use cross-platform 2D game library for C++

What are the main features of jhasse/jngl?

The main features of jhasse/jngl are: 2D Game Engines, Game Engines and Frameworks, Game Frameworks, Game Engines.

Which projects share features with jhasse/jngl?

Projects with overlapping indexed features include: melonjs/melonjs — melonJS is a lightweight HTML5 game engine for building 2D games in the browser using JavaScript. It provides a… cocos2d/cocos2d-x — Cocos2d-x is a high-performance C++ game development framework designed for building and deploying interactive… amzeratul/halley — Halley is a modular C++ game engine designed for building cross-platform interactive applications. Its core identity… almasb/fxgl — FXGL is a 2D game engine and development framework designed for Java and Kotlin. It provides a structured environment… cocoatoucher/glide — Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials. bladecoder/bladecoder-adventure-engine — Classic point and click adventure game engine and editor.