Source code available from play.c7.se/ff/rot/
Source code available from play.c7.se/ff/rot/
Source code available from play.c7.se/ff/rng/
Source code available from play.c7.se/ff/rng/
For this one I got to do silly things like;
if (self.color == .white) {
for (&bytes) |*byte| {
byte.* = ~byte.*;
}
}
img[0x6..0xE].* = bytes;
Source code available from play.c7.se/ff/fp8x8/
For this one I got to do silly things like;
if (self.color == .white) {
for (&bytes) |*byte| {
byte.* = ~byte.*;
}
}
img[0x6..0xE].* = bytes;
Source code available from play.c7.se/ff/fp8x8/
@fireflyzero.bsky.social using @ziglang.bsky.social, fun stuff 🔥
Updated my `ff` module with conveniences such as:
const pal: ff.Palette = .{
.black = 0x000000,
.gray = 0x292929,
.white = 0xffffff,
.orange = 0xf7a41d,
};
@fireflyzero.bsky.social using @ziglang.bsky.social, fun stuff 🔥
Updated my `ff` module with conveniences such as:
const pal: ff.Palette = .{
.black = 0x000000,
.gray = 0x292929,
.white = 0xffffff,
.orange = 0xf7a41d,
};
What better then to start working on some @ziglang.bsky.social code to make it convenient for me to start hacking on some apps.
What better then to start working on some @ziglang.bsky.social code to make it convenient for me to start hacking on some apps.
- wazero.io
- ebitengine.org
- github.com/peterhellber...
- wazero.io
- ebitengine.org
- github.com/peterhellber...