Replies: 1 comment 1 reply
-
I just saw @rumbledethumps new video. It seemed to answer the question that sprites indeed aren't implemented yet in 0.1. I'm looking forward to trying out some more complex graphics when it is ready though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make a sprite POC. I was looking at the VGA documentation for the "new design" that exists in the vga branch and given the vga branch was merged into main for release 0.1 I was wondering if it is possible.
After looking through the code it seems to not be currently implemented, but I just wanted to check that I'm not missing anything.
I did my best to put the proper structures in xram and I tried to set the correct PIX vga registers using xreg but I didn' tget a sprite on screen.
This is the code I used to draw a sprite:
https://github.com/brentward/hello_vga
Beta Was this translation helpful? Give feedback.
All reactions