Go to file
2024-06-27 00:06:17 +02:00
example deps: update zenolith 2024-01-13 19:16:59 +01:00
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 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