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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jhasse avatar

jhasse/jngl

0
View on GitHub↗
316 stars·26 forks·C++·Zlib·2 vuesbixense.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.
  • Moteurs de jeu - 2D library for cross-platform game development.

Historique des stars

Graphique de l'historique des stars pour jhasse/jnglGraphique de l'historique des stars pour jhasse/jngl

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Jngl

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Jngl.
  • melonjs/melonjsAvatar de melonjs

    melonjs/melonJS

    6,319Voir sur 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
    Voir sur GitHub↗6,319
  • bladecoder/bladecoder-adventure-engineAvatar de bladecoder

    bladecoder/bladecoder-adventure-engine

    638Voir sur GitHub↗

    Classic point and click adventure game engine and editor

    Java
    Voir sur GitHub↗638
  • almasb/fxglAvatar de AlmasB

    AlmasB/FXGL

    4,819Voir sur 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
    Voir sur GitHub↗4,819
  • amzeratul/halleyAvatar de amzeratul

    amzeratul/halley

    3,837Voir sur 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++
    Voir sur GitHub↗3,837
Voir les 30 alternatives à Jngl→

Questions fréquentes

Que fait jhasse/jngl ?

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

Quelles sont les fonctionnalités principales de jhasse/jngl ?

Les fonctionnalités principales de jhasse/jngl sont : 2D Game Engines, Game Engines and Frameworks, Game Frameworks, Moteurs de jeu.

Quelles sont les alternatives open-source à jhasse/jngl ?

Les alternatives open-source à jhasse/jngl incluent : 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.