HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ibebrett86

no profile record

Submissions

Trying out Zig on a game jam

deveffect.io
4 points·by ibebrett86·hace 3 años·0 comments

ZigZag – A Zig game framework inspired by pico8 that runs on the web and native

github.com
1 points·by ibebrett86·hace 4 años·1 comments

comments

ibebrett86
·hace 3 años·discuss
people can choose how the tone of their education. some people may want brass tacks engineering and to focus on getting a job.. some people may want a philosophical approach... its a good thing that there are lots of diverse mindsets out there.
ibebrett86
·hace 3 años·discuss
https://kaimerra.com/kaimerra-graffiti

I had worked on a tool for hosting collaborative editing of these kinds of things, but we are currently evaluating whether we should pursue it further.
ibebrett86
·hace 3 años·discuss
If anyone is interested in getting into zig, we made a library that has similar goals (and can run on WASM in the browser): https://github.com/ibebrett/zigzag
ibebrett86
·hace 4 años·discuss
I am hacking up a minimalist game framework for zig that runs on the web and natively (without changing your code). It's heavily inspired by pico8 and would be great for 3 hour game jams (trijam) or just for learning some zig (my main motivation).

A little sample app can be found here:

https://ibebrett.github.io/zigzag/

Upcoming features (in the next day or so) include mac/linux support, audio, and potentially a fully native backend for windows (rather than using sdl).

More to come!