How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Coffee-Physics is a lightweight physics engine designed for two-dimensional particle simulation within web environments. It provides a framework for managing the movement and physical interactions of individual objects across a coordinate system, utilizing a collection of mathematical functions to calculate trajectories and collision responses. The library employs Verlet-based integration to maintain stability by tracking coordinate history, avoiding the need for explicit velocity or acceleration variables. It enforces deterministic behavior through fixed-step time stepping, which ensures con
a 2D Game Development Framework
Overload is an alternative game engine, inspired by industry standards, initiated by Benjamin VIRANIN, Max BRUN and Adrien GIVRY. Overload is now a community project, opened to any contribution.
Castle Game Engine
The main features of castle-engine/castle-engine are: Game Engines, Game Development.
Open-source alternatives to castle-engine/castle-engine include: soulwire/coffee-physics — Coffee-Physics is a lightweight physics engine designed for two-dimensional particle simulation within web… adamslair/duality — a 2D Game Development Framework. adriengivry/overload — Overload is an alternative game engine, inspired by industry standards, initiated by Benjamin VIRANIN, Max BRUN and… adventuregamestudio/ags — AGS editor and engine source code. akien-mga/dynadungeons — Bomberman clone using Godot Engine - Not actively developed since 2015. a1029384756/odin-solitaire.