Will eventually be a livecoding demo for the C64
Find a file
hugova 4f396fd740 A fix to a bug, to make line_down draw lines with small slopes.
I needed to use 16bit logic to ashive this.
Also moved out dx*2, dy*2 calculation outside of loop for better performance.
2025-03-01 23:57:15 +01:00
wip-hugo A fix to a bug, to make line_down draw lines with small slopes. 2025-03-01 23:57:15 +01:00
.gitignore Add .gitignore 2025-02-27 22:02:22 +01:00
README.md Initial commit 2025-02-27 21:57:44 +01:00

C64 Livecoding demo

WIP