Advanced Features
Advanced Features
Add pictures, sound, windows, 3D scenes, and game behavior.
v0.1.0·first official release
Native Packages
MAKO's rendering, physics, input, audio, networking, UI, ray, and system packages are built directly into the interpreter — no install step, just using PackageName;.
Open page →The Scene System
A retained-mode layer over Mako3D's immediate-mode primitives. Instead of hand-writing a draw call per object per frame, spawn objects once and mutate them by handle.
Open page →Embedding MakoUI
MakoUI can render directly inside a Mako3D/Mako2D window instead of opening a second one — a real in-game toolbar, not a separate app.
Open page →Game Development Patterns
The practical patterns behind every MAKO example game — delta time, collision, and pathfinding-driven AI.
Open page →MAKO v0.1.0 · APIs are documented from the current runtime.
