collebrusco / untitled-tile-engine

Overhead 2D tile engine with infinite procedural world generation. WIP as most things are, I have ideas for games to use with this but it is somewhat generic at this point.
0 stars 0 forks source link

windows compat #17

Closed collebrusco closed 2 months ago

collebrusco commented 2 months ago

windows compiler is less resilient

collebrusco commented 2 months ago

impl: driver got too big for stack and windows cant handle that. interesting... driver is heap alloc'd now