| |
Taskmaster Account closed
Registered: May 2012 Posts: 12 |
Bitmapped graphics tinkering
I got my basic double buffer bitmap drawing routine working. Basically. It has some nasty flicker at the top because I haven't figured out the timing yet and something is happening in the wrong order.
BUT ... the victory here is that it actually functions on SOME level and that was my goal for now. :)
http://dl.dropbox.com/u/161473/C64/DoubleBuffer_A.avi
Next up : flicker elimination and rendering optimizations so I can get more happening on the screen than a single shape. |
|
... 10 posts hidden. Click here to view all posts.... |
| |
Frantic
Registered: Mar 2003 Posts: 1648 |
Where do I find specs/instructions of the Easy Flash format? (i.e. how to do bank switching and what memory layouts that are available etc) |
| |
Skate
Registered: Jul 2003 Posts: 494 |
I have an original EasyFlash hardware as well as a 1541 U-II. I'm also developing a cartridge game myself. So, it's not that i'm against the technology, i just find its usage a little wrong for beginners to be able to learn some c64 tricks. for example we can fill a complete 64k space with 8 bit * 8 bit multiplation table using EasyFlash, right? but that way, beginners will never care to learn the exponent or logaritmic way.
@Taskmaster: you don't seem like a beginner as a coder. don't get my comments wrong. i'm talking in general. |
| |
Stone
Registered: Oct 2006 Posts: 172 |
@Skate: Anything that get your creative juices flowing is fine by me. I don't think it has to be hard just for the sake of it ;)
@Frantic: Check out http://codebase64.org/doku.php?id=base:thirdparty and http://hg.berlios.de/repos/easyflash/raw-file/tip/EasySDK/EasyS..
(Thanks to Mr.SID for those)
|
| |
Frantic
Registered: Mar 2003 Posts: 1648 |
Oh.. humm.. a bit embarrasing that I (a) didn't know that this material was on Codebase (since I run the site) and (b) didn't check codebase before asking here. :) Thanks! |
| |
TWW
Registered: Jul 2009 Posts: 545 |
Hehe, that made me lol. |
Previous - 1 | 2 - Next |