This website requires JavaScript.
Explore
Help
Sign in
Stacken
/
c64-livecoding
Watch
6
Star
0
Fork
You've already forked c64-livecoding
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Will eventually be a livecoding demo for the C64
268
commits
1
branch
0
tags
987
KiB
Common Lisp
61.8%
Assembly
37.7%
Shell
0.2%
PHP
0.2%
fbb7c395e4
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
hugova
fbb7c395e4
rewrite circle code, such that it works on all X and Y (and not only if rest(X /8)=0 and rest(Y/0)=0. This makes the code alot bigger because the same symetries cant be abused.
2025-07-10 00:24:27 +02:00
wip-dicander
Added Marcus first effect, with help from Duuqnd and hugova
2025-04-03 23:22:57 +02:00
wip-duuqnd
Remove unused "NEXT" slots from syntax tree nodes (and related code)
2025-07-09 16:06:56 +02:00
wip-hugo
rewrite circle code, such that it works on all X and Y (and not only if rest(X /8)=0 and rest(Y/0)=0. This makes the code alot bigger because the same symetries cant be abused.
2025-07-10 00:24:27 +02:00
.gitignore
Add way to make binary test build of user-side compiler
2025-07-09 15:19:06 +02:00
README.md
Initial commit
2025-02-27 21:57:44 +01:00
README.md
C64 Livecoding demo
WIP