No description
  • Zig 96.2%
  • C 3.8%
Find a file
Thomas SIMON cfc4bee189 hello.zig: add mouse/scroll handling, partial repaints; add xsim tool
- Refactor hello example into paintAll (static) + paintStatus (dynamic)
- Handle mouse move/click/scroll events with dirty-region updates
- Add paintMarker for click feedback (8x8 white blit)
- Add tools/xsim.c for X11 event simulation/testing
- Mark mouse as complete in SPEC.md
2026-06-26 22:43:53 +11:00
examples hello.zig: add mouse/scroll handling, partial repaints; add xsim tool 2026-06-26 22:43:53 +11:00
src feat: JPEG blit via stb_image, PTY race fix, probe harness 2026-06-26 22:24:21 +11:00
tools hello.zig: add mouse/scroll handling, partial repaints; add xsim tool 2026-06-26 22:43:53 +11:00
.gitignore Add protocol module, update SPEC milestone status, add .gitignore 2026-06-26 21:29:37 +11:00
AGENTS.md Add AGENTS.md and SPEC.md project documentation 2026-06-26 21:14:50 +11:00
build.zig feat: JPEG blit via stb_image, PTY race fix, probe harness 2026-06-26 22:24:21 +11:00
build.zig.zon Add protocol module, update SPEC milestone status, add .gitignore 2026-06-26 21:29:37 +11:00
README.md initial commit 2026-06-26 18:38:40 +11:00
SPEC.md hello.zig: add mouse/scroll handling, partial repaints; add xsim tool 2026-06-26 22:43:53 +11:00

monoverse

An app halfway between a terminal emulator and a graphical server.