-
Notifications
You must be signed in to change notification settings - Fork 0
README
NtinosTheGamer2324 edited this page Mar 7, 2026
·
1 revision
Complete documentation for Blit Engine - ModuOS's 2D game framework.
This directory contains all Blit Engine documentation.
- Overview.md - What is Blit? Features and capabilities
- Getting-Started.md - Build, install, create your first game
- Introduction.md - Detailed introduction and comparisons
- Core-Concepts.md - Entities, sprites, game loop, input
- API-Reference.md - Complete function documentation
- BlitStudio.md - Visual editor manual
New to Blit?
→ Start with Getting-Started.md
Need the API?
→ See API-Reference.md
Using the editor?
→ Read BlitStudio.md
Want examples?
→ Check EXTERNAL/Blit/examples/
Blit Engine is a 2D game framework that makes game development easy:
- 🎨 Entity/Sprite management
- 💥 Collision detection
- 🕹️ Input handling
- 🎨 BlitStudio visual editor
- ⚡ GPU accelerated via NodGL
EXTERNAL/Blit/
├── src/engine/ - Core engine
├── src/studio/ - BlitStudio editor
├── include/Blit/ - Headers
└── examples/ - Example games
cd EXTERNAL/Blit
make all
make installSee Getting-Started.md for details.
- Graphics-and-Games - NodGL vs Blit comparison
- NodGL Documentation - Graphics API Blit uses
Ready to learn? Start with Overview.md! 🎮