Exploring the Commodore Plus/4 for 3D graphics Articles Code The image above shows the testing of plane normals, which I had to perform developing the algorithm on the Commodore,…
CHIP-8 emulator in Javascript, that runs in the browser Code I recently wrote a CHIP 8 interpreter using JavaScript to brush up on my skills and learn some new features.…
3D software rendering Commodore Plus/4 BASIC 3.5 Articles Code I've recently been delving into BASIC again, this time using the YAPE emulator in WARP mode. The code I've written…
CHIP 8 emulator in Blender 3D using Python Code Digital graphics After creating the CHIP8 emulator in Python using console or PyGame as a graphic library I wanted to make it…
CHIP 8 emulator made with Python Code While looking for an inspirational project to refresh the knowledge of Python programming language I finally found a nice candidate. And here it is. There were a few more competitors, but this CHIP8 emulator made…