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
// 내부 모듈 (render/ 밖에서 접근 불가)
mod gpu;
mod resources;
mod pipeline;
mod system;

pub use system::RenderSystem;