abingham / roid-rage-rust

Rusty roid rage.
1 stars 0 forks source link

Use system for rendering #1

Open abingham opened 4 years ago

abingham commented 4 years ago

We currently render using the standard ggez approach, but it seems like it should more properly be a system. Try it out .

abingham commented 4 years ago

The essential problem I've found is the need to make the mutable Context available to the system as well as the (mandatory) draw() function. We may be able to find a way around this with Rcs or something, but I'm not sure.