native player

This commit is contained in:
2026-02-16 09:58:22 -08:00
parent 6e94a706be
commit ccc6f0f812
19 changed files with 2276 additions and 25 deletions

View File

@@ -0,0 +1,13 @@
pub mod bot;
pub mod graphics;
pub mod head;
pub mod surface;
// Create Surface
// Create Graphics from map file and with surface as sample
// Create bot from bot file
// Create playback head
// loop{
// advance head
// render frame
// }