|
View Message | Back to Messages |
Peter Swinkels Thu Dec 19 2024 at 3:15 pm An animate sprite demo I wrote for QBasic
https://github.com/PeterSwinkels/Bird
Although nothing particularly special, I felt like writing and showing this. :-)
I am probably not going to make this into much more than it already is, however any feedback is welcome! :-)
Also, any advice on calculating the proper array size to store graphical data is welcome. Assuming the integer data type, I know it involves four bytes for width and height and I need to calculate how many bytes all the pixels take up. It sounds easy in theory, but is harder than it appears in practice.
|
|