glow_mesh 0.1.0

glow triangle drawing abstraction
Documentation
1
2
3
4
5
6
7
8
9
10
# Glowmesh
This is a thin mesh abstraction for glow. Its very ooga booga style: simply implemented per common vertex type. For now XYZRGBA. The _build2d module is for 2d rendering, providing functionality for triangle, quad and polygon rendering (more to come like lines etc).


examples/triangle may serve as a starting point for OpenGL application development

## Todo
* todo fix resizing on wayland if thats even possible lmao
* todo recycling handles
* todo rotozoom triangle with projection matrix... in accompanying matrix library xD