summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-07Make `get-pixels` fast:Ekaitz Zarraga
Using bytevectors inside makes the process way faster and now can be safely used in the loop, not only for debugging purposes
2022-07-07Add update-texture support:Ekaitz Zarraga
Cleans the code generation and controls the formats better. I'm not sure if this really improves performance, but it looks cleaner so ¯\_(ツ)_/¯
2022-07-06First prototype...Ekaitz Zarraga
Palette works, but the instruction execution loop doesn't. Needs further research. Sound and keys are not implemented either.