Crates.io | glow_mesh |
lib.rs | glow_mesh |
version | 0.1.4 |
source | src |
created_at | 2023-10-15 06:41:16.402993 |
updated_at | 2023-11-20 13:11:04.812516 |
description | glow triangle drawing abstraction |
homepage | |
repository | https://github.com/ThePJB/glowmesh |
max_upload_size | |
id | 1003527 |
size | 62,286 |
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
ISSUE - texture comes in as all 0. fix that then we can move on eg to gball but plus this will be ready
see if using old image loading code works...