|
Post by xlar54 on Jul 25, 2018 23:53:54 GMT
Hey guys, I wanted to invite you to take a look at a new protocol and reference browser Im working on. The web ought to be accessible to us, but html can easily tax the 64 and 128's memory and speed capabilities. So my idea was to develop a new micro protocol for retro computers. Please take a look at the project at: rhml-browser.blogspot.com/2018/07/rhml.htmlThe github repo and client/server is available from there as well. But I did have a question about the software sprite Im using in the 128 code. The 128 version uses the VDC, so software sprites it is. But Im very jealous over how well the GEOS authors did theirs. Mine works, but it flickers too much and really bothers me. Anyone have any thoughts on a better way to do what Im doing? Thanks in advance x
|
|
|
Post by bjonte on Jul 26, 2018 10:44:07 GMT
I haven’t looked at the source code yet but if you redraw the pointer in the vertical blanking period or double buffer, it won’t flicker. How do you do it?
|
|