SP4CEBAR 2022-04-05 11:32 (Edited)
This painting program has eight colors, eight brush sizes, an eraser, and a display for the selected brush
The whole thing is based on
The characters are filled with binary patterns which are loaded for each raster
Thanks to @ericisonit for optimizing the raster FX even further so that it can copy the full 40 bytes each raster.
This is the research version of this project
SP4CEBAR 2022-04-05 12:00
I just added colors
SP4CEBAR 2022-04-05 14:48
I just turned it into a full drawing program
McPepic 2022-04-05 16:39
Wow! You updated this really fast. Are you planning to make a game using this?
SP4CEBAR 2022-04-05 16:49
I was really motivated
I don't have plans for it yet, I just wanted to see if I could get it to work
SP4CEBAR 2022-04-05 21:18
Just fixed a small bug (a certain zero should've been a two)
Ericisonit 2022-04-06 02:07
I fixed the 38 byte limit by using a lookup array for the adresses per raster lineā¦
SP4CEBAR 2022-04-06 08:02 (Edited)
Oh wow when searching for optimizations I didn't notice there was quite a big calculation
Thanks for optimizing!
SP4CEBAR 2022-04-06 08:11 (Edited)
I just posted your optimized version