1
0
Fork 0
Go to file
mcmrcs@proton.me 563e01c2f2 feat: implemented create and update texture (#2)
Reviewed-on: https://git.mzte.de/zenolith/zenolith-sdl2/pulls/2
Co-authored-by: mcmrcs@proton.me <marciusdasilva51@gmail.com>
Co-committed-by: mcmrcs@proton.me <marciusdasilva51@gmail.com>
2024-03-18 23:16:48 +01:00
example deps: update zenolith 2024-01-13 19:16:59 +01:00
src feat: implemented create and update texture (#2) 2024-03-18 23:16:48 +01:00
.gitignore 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 feat: implement stencils 2024-02-19 22:49:44 +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