Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: View in Fullscreen?? Re: Re: a demo

From: robert::muench::robertmuench::de at: 5-Dec-2002 21:19

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] > On Behalf Of Cyphre > Sent: Thursday, December 05, 2002 3:04 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] View in Fullscreen?? Re: Re: a demo > 2nd step) improve specific OS graphics handling (blitting, > framebuffer even HW acceleration(OGL, DX)!)
Hi, that's IMO the way to go. It's quite easy and doesn't change anything to us programmes as you pointed out. It just needs special handling in the build-process. But hey, RT is using Rebol anyway for this so where the problem? I (again) suggest to look at http://www.gaffer.org/tinyptc/ These are small and highly optimized blitting routines. RT won't need more than this for a first speed up /View. Robert (and as said some time ago: Carl, contact me I'm going to code it for you).