1
0
Fork 0
Go to file
2024-01-08 20:19:45 +01:00
example feat: use i32 and u31 integer types 2023-12-21 12:00:45 +01:00
src feat: implement key events 2024-01-08 20:19: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 key events 2024-01-08 20:19: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