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
mod context;
mod pipeline;

// 부모(render/)에서만 접근 가능
pub(super) use context::GraphicsContext;
pub(super) use pipeline::RenderPipeline;