Expand description
Re-exports§
pub use nalgebra as na;
Modules§
- buffer
- camera
- gl
- objects
- General object useful when need for generic and often used thing. This is stuff like triangles, squares, cubes.
- shader
- text_
rendering - Text rendering using Signed distance field fonts. https://blog.mapbox.com/drawing-text-with-signed-distance-fields-in-mapbox-gl-b0933af6f817
- texture
- Functions to generat and set textures
Structs§
- Screen
Box - Defines box on the screen starting at x,y width width and height Defeault to the whole screen. Staring at (0,0) with height going downwards With height of 1 being whole screen and width of 1 being whole screen
- Screen
Coords - Defines point in ScreenBox x,y in [0.0; 1.0] Top left corner is x=0, y=0