1 repository
Implementation of math logic to ensure identical execution results across different CPU architectures.
Distinct from Fixed-Point Math Optimizations: Focuses on cross-platform determinism for simulation rather than just performance optimization of embedded code
Explore 1 awesome GitHub repository matching software engineering & architecture · Deterministic Simulations. Refine with filters or upvote what's useful.
Quake-2 is a game engine designed for the development of first-person shooters and the rendering of three-dimensional environments. It provides the core framework for processing real-time physics and player input within interactive 3D spaces. The engine supports software extensibility, allowing for the direct modification of source code to change gameplay mechanics and engine behaviors. This makes it a resource for retro game engineering and the study of early 3D development techniques. Its technical capabilities include vertex-based software rendering, BSP-tree spatial partitioning, and PVS
Employs fixed-point math simulation to ensure consistent physics and gameplay across different hardware architectures.