1
0
Fork 0
Go to file
2024-01-18 20:30:45 +01:00
example deps: update zenolith 2024-01-13 19:16:59 +01:00
src feat: implement new keyboard system 2024-01-18 20:30:45 +01:00
.gitignore init 2023-11-26 14:19:43 +01:00
build.zig fix: upstream build API changes 2024-01-07 16:09:51 +01:00
build.zig.zon feat: implement new keyboard system 2024-01-18 20:30:45 +01:00
LICENSE relicense to GPL-3.0 2023-12-06 20:55:36 +01:00
README.md init 2023-11-26 14:19:43 +01:00

Zenolith-SDL2

An experimental SDL2 backend for Zenolith. This backend mostly exists as an early prototype for early development.

TODO

  • Implementation of the painter API
  • Font rendering (FreeType-Based)
    • Word Wrap
    • Character Wrap
  • Font discovery
  • Multi-Window
  • Window property API