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

[REBOL] Re: Joystick with View/Pro on win98

From: cyphre:volny:cz at: 5-Sep-2001 9:42

> Hey, I've just been looking through various docs, and it looks like it
would
> be possible to use OpenGL from rebol.. ;-) >
Hi Cal, Yes, I've had this idea long time ago but since I haven't bought /Pro yet I'm just thinking about it ;-) I believe it is possible to use OpenGL or DirectX dll calls to generate 3D scene (or better make Rebol dialect for generating 3D scene :) ) and then, using method of "sharing image memory"(PeKr has tried it and succeed ;-) ) to show it in /View's face. It would be simple...you just call dlls to create 3D scene while face is automatically refreshed by time events...what about VRML player in REBOL?(though it will currently run only at "limited" 20fps or so) ;-) regards Cyphre