I created Bitmap Graphics Library for RP6502 #53
vruumllc
started this conversation in
Show and tell
Replies: 2 comments 11 replies
-
If you want to eek out that last bit of performance before jumping into assembly, check this: https://github.com/ilmenit/CC65-Advanced-Optimizations |
Beta Was this translation helpful? Give feedback.
11 replies
-
I have added my Bitmap Graphics library to my GitHub repositories, and have modified the initial post to point to it. I have also added a version of the library for the LLVM-MOS C compiler. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is a simple bitmap graphics library and demo program that I created for the RP6502:
https://github.com/vruumllc/RP6502-Bitmap_Graphics
It makes creating simple background graphics easy for all the bitmap modes (mode3) the RP6502 supports.
Updated for new CC65 compiler with rp6502 support.
Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions