hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.09k stars 55 forks source link

Mesh support #4

Closed hecrj closed 5 years ago

hecrj commented 5 years ago

There is no way to draw a triangle right now!

It would be cool to have something like ggez's MeshBuilder. I think it uses lyon under the hood.

I will need this for my game so I will work on this pretty soon, unless someone else wants to tackle it!