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

[REBOL] Re: 3d and Games

From: petr:krenzelok:trz:cz at: 23-Oct-2001 21:44

----- Original Message ----- From: "Aaron Roberts" <[aroberts--swri--org]> To: <[rebol-list--rebol--com]> Sent: Tuesday, October 23, 2001 9:04 PM Subject: [REBOL] 3d and Games
> I thought someone had done some games in Rebol and some 3d work as well.
Can
> anyone recall if this is true and if so where do they exist?
Rebol does not feature any 3D engine. 3D means - fast. Latest Rebol releases feature at least so called "draw dialect" for arbitrary drawing ... I think there is some basic 3D demo at: http://www.sweb.cz/rebolek/matrix.r , but as I said - don't better dare to think it is textured or something like that :-) Another possibility is to buy /Pro version and link to external native OS libraries, but then you lose multiplatform support. IIRC though, there exist some open source cross platform multimedia libraries ... -pekr-