Skip to content

On screen logging #93

@mdales

Description

@mdales

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 :)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions