3 dépôts
Visual overlays and markers used to verify spatial calculations and entity placement in-game.
Distinct from Coordinate Calculation Engines: None of the candidates cover the specific use of in-game visual markers for geometry verification.
Explore 3 awesome GitHub repositories matching game development · Geometry Debug Visualization. Refine with filters or upvote what's useful.
tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res
Spawns visual markers like dust at specific coordinates to verify geometry calculations.
Ce projet est un émulateur matériel GameBoy qui simule le processeur, les graphismes et les systèmes sonores originaux pour exécuter des ROMs vintage. Il fournit un moteur d'émulation de base qui exécute les instructions en utilisant une simulation précise au cycle près pour correspondre au timing du matériel original. L'émulateur est conçu pour le jeu à distance, permettant le streaming de jeu dans le cloud via HTTP et WebSockets. Cela permet le jeu coopératif à distance via un navigateur web et le jeu basé sur terminal où l'état du jeu est rendu via telnet. Le système inclut des capacités pour l'émulation d'E/S mappées en mémoire et la restauration de sauvegarde basée sur l'état pour préserver la progression du jeu. Il fournit également des outils de diagnostic pour le débogage de l'état de l'émulateur, permettant aux utilisateurs de définir des points d'arrêt et d'inspecter les états de la mémoire ou des registres pendant l'exécution.
Provides tools to set breakpoints and inspect memory or register states to analyze game execution during runtime.
Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game objects from nodes and attached components, separating transforms from behaviors for modular design. The engine integrates AngelScript and Lua scripting for game logic, uses the Bullet library for physics simulation, and renders scenes with OpenGL or Direct3D through forward, deferred, or light pre-pass pipelines with customizable render passes and shadow mapping. The engine distinguishes itself with a built-in visual scene and UI editor for composing 3D worlds and interface layouts
Toggles console, debug HUD, physics geometry, and event profiling displays for game inspection.