Radfordhound / HedgeLib

A C++ library and collection of tools that aims to make modding games in the Sonic the Hedgehog franchise easier.
MIT License
88 stars 24 forks source link

HedgeEdit - Sorting/Drawing scenes #63

Open Radfordhound opened 5 years ago

Radfordhound commented 5 years ago

Obviously we need some code in-place to draw stuff to the screen lol. Just drawing a cube with a basic unlit shader, for example, is easy. The tricky part is coming up with a draw loop that will also scale well for when Forces shader support is implemented.

I need to write code to: