1
0
Fork 0
Go to file
LordMZTE 2021f6a890
feat: expose C APIs
2024-03-26 17:24:48 +01: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 init 2023-11-26 14:19:43 +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
build.zig deps: add option to statically link C dependencies 2024-01-18 23:25:46 +01:00
build.zig.zon deps: update zenolith 2024-03-26 17:20:21 +01:00

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