wankel 0.0.1

A rustification of the three.js codebase.
1
2
3
4
5
6
7
8
9
#![allow(dead_code)]
#![feature(associated_consts)]
#![feature(slice_patterns)]

mod cameras;
mod core;
mod math;

mod consts;