Skip to content
NtinosTheGamer2324 edited this page Mar 7, 2026 · 1 revision

Blit Engine Documentation

Complete documentation for Blit Engine - ModuOS's 2D game framework.

📚 Documentation Index

This directory contains all Blit Engine documentation.

Core Documentation

  1. Overview.md - What is Blit? Features and capabilities
  2. Getting-Started.md - Build, install, create your first game
  3. Introduction.md - Detailed introduction and comparisons
  4. Core-Concepts.md - Entities, sprites, game loop, input
  5. API-Reference.md - Complete function documentation
  6. BlitStudio.md - Visual editor manual

Quick Navigation

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/

🎯 What is Blit?

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

📍 Source Code Location

EXTERNAL/Blit/
├── src/engine/      - Core engine
├── src/studio/      - BlitStudio editor
├── include/Blit/    - Headers
└── examples/        - Example games

🚀 Quick Start

cd EXTERNAL/Blit
make all
make install

See Getting-Started.md for details.

📖 Related Documentation


Ready to learn? Start with Overview.md! 🎮

Clone this wiki locally