Community
Join the development. Build the engine together.
◆ GitHub
The canonical repository. Issues, pull requests, and all development happen here.
Open Repository✎ Contribution Guide
Lodestone is open-source under MIT license. Bug reports, feature requests, documentation improvements, and code contributions are all welcome.
Code style: C17, 4-space indent, snake_case, full English comments.
PR process: Fork → branch → PR → review → merge. Keep PRs focused.
◎ Roadmap
What's next for Lodestone:
- Ticket 018 — Level Editor Visual scene editor for designing game levels (in progress)
- Audio Subsystem Sound playback and music streaming
- Tilemap Renderer Efficient tile-based 2D rendering for platformers and RPGs
- Animation System Sprite animation and skeletal animation support
- Scripting Bindings Lua or similar scripting layer for rapid prototyping
⚡ License
Lodestone is released under the MIT License. Free to use, modify, and distribute for any purpose — personal, educational, or commercial. No attribution required (but appreciated).