mugl 0.1.2

Minimalistic Low-level WebGL 2.0 / WebGPU 3D graphics abstraction layer for Rust and WebAssembly
Documentation
1
2
3
4
5
6
#![cfg_attr(target_family = "wasm", no_main)]

mod app;
mod common;

main!(app::InstancingExample);