moltrun 1.7.2

High-performance game engine library with AI capabilities, built on wgpu for modern 3D graphics and physics simulation
Documentation
1
2
3
4
5
6
7
mod transform;
mod batch;
mod commands;

// 모두 render/ 내부 전용
pub(super) use batch::SpriteBatch;
pub(super) use commands::RenderCommands;