At the moment any debug information is sent to stdout via Printf.printf, but the SDL library messes with that, so the output only appears when you exit. Now that Claudius has a built in font, we should be able to display messages on screen!
We should:
- Provide an internal call for logging a string
- Display those strings on screen for a brief time
- Try to ensure they're somewhat visible :)
At the moment any debug information is sent to stdout via Printf.printf, but the SDL library messes with that, so the output only appears when you exit. Now that Claudius has a built in font, we should be able to display messages on screen!
We should: