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.
DDraceNetwork, a free cooperative platformer game
The main features of ddnet/ddnet are: Platformers and Action, Vulkan Applications, Platformers.
Projects with overlapping indexed features include: frogatto/frogatto — Frogatto & Friends is an action-adventure game, starring a certain quixotic frog. bevyengine/bevy — Bevy is a cross-platform game engine and framework built in Rust, designed for creating interactive simulations and… blinry/gish — Open Source version of the award-winning physics platformer. cschied/q2vkpt — Real-time path tracer VKPT integrated into q2pro Quake 2 client. divverent/aaaaxy — A nonlinear 2D puzzle platformer taking place in impossible spaces. anura-engine/anura — Anura Engine.
Frogatto & Friends is an action-adventure game, starring a certain quixotic frog.
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