1
0
Fork 0
Find a file
2024-06-27 00:06:17 +02:00
example
src feat: expose C APIs 2024-03-26 17:24:48 +01:00
.gitignore chore: update .gitignore for zig 0.13 2024-06-27 00:06:01 +02:00
build.zig build: fix root source file path 2024-06-26 20:34:15 +01:00
build.zig.zon deps: update zenolith dependency 2024-06-26 22:30:54 +01:00
LICENSE
README.md

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