BVE-Reborn / rend3

MAINTENCE MODE ---- Easy to use, customizable, efficient 3D renderer library built on wgpu.
https://rend3.rs
Apache License 2.0
1.05k stars 59 forks source link

Move Examples into Single Crate #554

Closed cwfitzgerald closed 6 months ago

cwfitzgerald commented 6 months ago

This brings ourselves towards making example tests and adding further examples much easier.

wgpu did something similar which has worked well.

wasm examples are broken after this PR, but I will be revamping how those work anyway, so they can be embedded on the website.