made a little program where i start my work timer, and it would ask me if i'm actually working every so often, and so far it's been working fighting my procrastinating habits. made in C and WinAPI my beloved
made a little program where i start my work timer, and it would ask me if i'm actually working every so often, and so far it's been working fighting my procrastinating habits. made in C and WinAPI my beloved
A couple months ago I made a real-time memory inspector application for Windows. It uses a custom format for defining structures, that can also be generated from a C header. It supports natural alignment and packed structures. It's pretty primitive in the current state, and I'm wondering if there's interest in such a project, if it's worth continuing.
Added more optimizations to my Brainfuck JIT compiler, now runs Mandelbrot at ~850ms instead of ~1400ms
GitHub https://github.com/skejeton/BrainfuckJIT
Made a simple "JIT" Brainfuck compiler: https://github.com/skejeton/BrainfuckJIT
implemented a really versatile border radius system with fragment shaders
ended up reworking a lot of systems, especially allocation (very easy for most tasks with free lists and arena allocators). don't have great assets though
Reworks from the previous more janky editor, this time things like backdrops (grass) and tilemaps are entities, so I can easily add scale and manipulate them
decided to try to make a "JIT".. well its worth a shot still right..? first steps ;u;
lambda calculus in C preprocessor :kekw: https://godbolt.org/z/Erzqz6qz5
here's a game project i did a couple of years ago, it was for a gamejam during pandemic and i was messing around with x86 osdev, it was very poorly done because i have made many mistakes, but i manged to release it on time still https://www.youtube.com/watch?v=goaNFAWT1Gk (CC: @saalty) ^^
created window with assembly!!!! Winapi functions are really nice that the symbol names provide amount of bytes and they consume the params for you instead of having to do it yourself
So everyone's posting their jam entries. It's much less than I expected, but here it is anyway. &printf2. The entire point is to just have an off-host logging monitor. The logging monitor can visualize more than just a simple console, with things like bitmaps. Did I leverage that? No of course not, thanks to me being very lazy. I tried to use it as a library, can't say it's particularly useful yet ๐. https://github.com/skejeton/printf-on-steroids
Enchancing printf debugging! Starting up with making sortable logs.
It's still very crude and it's synchronous for now as you can see by the logs not appearing immediately.
&printf2
Just finished our Langjam entry. Source: https://github.com/langjam/jam0003/tree/main/xala Playground: https://mrms.cz/xala/playground You can draw cool stuff with a pixel shader assembly gimmick. Supports monochrome with automatic dithering.
compfy paint is a silly little pixel art tool with infinite canvas https://github.com/ishdx2/compfy-paint
handmade tilemap editor (textures for tomorrow) with handmade ui :D