gregtatum / rugl

Declarative Stateless OpenGL in Rust
MIT License
40 stars 2 forks source link

Stub out some matrix math, and do an example. #5

Open gregtatum opened 7 years ago

gregtatum commented 7 years ago

It'd be nice to get some cameras and lighting going.

alteous commented 7 years ago

Using an existing matrix math implementation such as nalgebra would save a lot of effort. cgmath is also popular however I wouldn't recommend it since I think it's annoying to use.