Leon Henrik Plickat
Just a FOSS developer who is fond of everything low-level, 90s science fiction, loud music and dogs.
loading...
Just a FOSS developer who is fond of everything low-level, 90s science fiction, loud music and dogs.
Recent comments
How to Release your Zig Applications
It should be fairly simple to create a zig library you can us...
Howto Pair Strings with Enums
Why not just switch on the error and avoid the enum? fn er...
Function Tables
You can put all the functions in a list, index into the list...
Easily create TUI programs with zig-spoon! (project demonstration)
Mouse support has been added now. You can check out the input...
Easily create TUI programs with zig-spoon! (project demonstration)
Yes, that is planned.
Want to create a TUI application? - The Basics of "Uncooked" Terminal IO
Yes, technically using a larger buffer instead of two reads i...
Want to create a TUI application? - The Basics of "Uncooked" Terminal IO
I tried to use zbox for a project. However I was unsatisfied ...
zoltan: a minimalist Lua binding
However, I feel that managing shared memory/resources (std::...