HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ibebrett86

no profile record

投稿

Trying out Zig on a game jam

deveffect.io
4 ポイント·投稿者 ibebrett86·3 年前·0 コメント

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

github.com
1 ポイント·投稿者 ibebrett86·4 年前·1 コメント

コメント

ibebrett86
·3 年前·議論
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
·3 年前·議論
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
·3 年前·議論
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
·4 年前·議論
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!