NobleEngine
NobleEngine copied to clipboard
Add debug callbacks
Fixes #53
Is playdate.debugDraw
called on hardware? I don't have a devices so I can't test
This is good. I'll have to run some tests before pulling, just to be sure there's no overhead, or it's worth it even if there is. It might be a bit before I do another sprint, though. Happy to hear from others if they want to take a crack at seeing how this runs/works on device.
If there is overhead you could always check pd.isSimulator
before enabling the callback