nest-rs / nest

A simple rust 2D graphics library inspired by LOVE2D and https://github.com/alexandercampbell/simple
MIT License
6 stars 3 forks source link

Shapes #6

Closed vadixidav closed 6 years ago

twh2898 commented 6 years ago

I'll review the changes, run the tests, and view the examples tonight.

twh2898 commented 6 years ago

@vadixidav I'll leave the shapes branch till you're done with it.

vadixidav commented 6 years ago

@twh2898 It is done. The other changes we want to make can be made in new branches. This doesn't add textures to shapes, and examples/demo.rs is not fully re-written. Some of the examples will need to be updated after those things are added. They do work, but there aren't any primitives to just plop in an image currently.

Edit: In the future, feel free to delete feature branches when they merge.