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.
Polycode is a cross-platform framework for creative code.
The main features of ivansafrin/polycode are: Game Frameworks, Game Engines.
Projects with overlapping indexed features include: jhasse/jngl — Easy to use cross-platform 2D game library for C++. ncine/ncine — A cross-platform 2D game engine. amzeratul/halley — Halley is a modular C++ game engine designed for building cross-platform interactive applications. Its core identity… gongminmin/klayge — KlayGE is a cross-platform open source game engine with plugin-based architecture. luanpotter/flame — Flame is a 2D game engine and framework for Flutter. It provides a component-based architecture to organize scene… clay2d/clay — Cross-platform 2d game framework.
KlayGE is a cross-platform open source game engine with plugin-based architecture.
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