You are browsing as a guest. Sign up (or log in) to start making projects!

endercass

@endercass

Joined June 1st, 2026

  • 4Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

4h 46m 13s logged

Added some more rendering stuff and drew a little brick tile.
I added methods like BLIT{,K,S} and some memory operations like MEMCPY

0
0
1
Open comments for this post

Super cool to see another project working on an ISA!! im working on adding some gfx extensions to my fantasy console

Open comments for this post

2h 19m 51s logged

Most likely the final version of the UI, the step button is yet to be implemented, but otherwise I’d say everything else is done except for proper documentation.

0
2
2
Open comments for this post

1h 56m 9s logged

I made an on screen controller for my fantasy console! SDL is not all that hard, but then again this is quite a simple UI. In the future I will probably use textures and proper layouting techniques. For now, this will do though! :3

0
0
35
Open comments for this post

2h 35m logged

I started work on the input system! I jumped through a ton of hoops along the way, and experimented with different input pulling methods, but landed on polling once per frame. The same input can be pushed to the stack several times during the frame.

I made a little paint game to test it out! it works pretty well, and works on both keyboard and a game controller!

0
0
19
Open comments for this post

2h 57m 51s logged

I made langton’s ant in my fantasy console!
Langton’s ant isn’t that hard to write, of course, but it did point me to several issues in my stack handling!
This fantasy console is implemented in C and is built with strange bugs in mind. The pitfalls caused by the arguably cursed ISA actually help to discourage me, at a personal level, from using LLMs in my code.

0
0
23

Followers

Loading…