1 dépôt
Saves and loads object properties to binary or XML via declared attributes, enabling durable storage of game state.
Distinct from Object Persistence: Distinct from Object Persistence: uses declared attributes on objects to serialize state to binary or XML, not general object persistence.
Explore 1 awesome GitHub repository matching data & databases · Attribute-Based Serializations. Refine with filters or upvote what's useful.
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
Saves and loads object properties to binary or XML via declared attributes for durable game state.