aaron-meinema / rustboy

MIT License
0 stars 0 forks source link

Create tile data pre render with 3 banks indication #13

Open aaron-meinema opened 1 year ago

aaron-meinema commented 1 year ago

pre build all tiles so that does not have to happen every cycle

aaron-meinema commented 1 year ago

To return mutable reference use (&self) -> &mut Tile)

color seems not capable for deref

figure out how deref color/ if performance matters this seems like a great job for unsave