... I don't think I've used it. I may have just added it because it was in my GL.h. It looks like it's just for dealing with a unusual color buffer format...
442
Chris Double
chris.double@...
Feb 7, 2003 9:34 pm
... I've had it working on Cygwin but it was a few versions ago. Everything went fine, including coroutines. I didn't try the addons though. I'll have a look...
443
Simon Cusack
simcusack
Feb 7, 2003 9:36 pm
I sucessfully compiled Io using mingw and msys it was a while ago so I am not sure about the current release. One of the problems that took me ages to find was...
444
Welch, Ronald P
rwelchatacmd...
Feb 7, 2003 9:49 pm
Chris, I should be more specific. I it is the OpenGL and sound extensions that are being problem children. The base command-line version of Io does indeed...
445
Welch, Ronald P
rwelchatacmd...
Feb 7, 2003 9:51 pm
Simon, Ok, thanks for the clues. They will give me something to work with if I am ever successful in getting some spare time to try building Io on my Windows...
446
Pierre Johnson <pi...
solkarma
Feb 8, 2003 8:20 am
First off, I am excited about Io. Io has great potential. Steve is a genius and I thank him for his great gift to the world! Now onto the dirty work... From a...
447
Steve Dekorte
stevedekorte
Feb 8, 2003 12:12 pm
... Pierre, Thank you! You've made my week. :-) ... That would be great. I guess I might start doing that once I get to a release I feel good about calling...
448
kgrgreer <kgrgreer...
kgrgreer
Feb 9, 2003 3:13 am
... Agreed. ... We could call it Wikio...
449
Simon Cusack
simcusack
Feb 9, 2003 4:38 am
... I concur. ... May I humbly suggest that if you are going to target other OS's that you switch to a more friendly cross platform build tool? I really like...
450
Steve Dekorte
stevedekorte
Feb 9, 2003 6:42 am
... Sounds interesting. ... Which aspects of Makefiles do you have to convert that you would not have to convert with Jam? Also, it looks like OSX comes with...
451
Mike <mike_ekim@.....
mike_ekim
Feb 9, 2003 7:40 am
I use GL_BGR_EXT for loading TGA images easily, since BGR is its native format. You don't really need it unless you do this. Mike ... of ... Maybe...
452
Mike <mike_ekim@.....
mike_ekim
Feb 9, 2003 8:04 am
I believe a scripting language does not have to be JITed to native code to be fast. It is much more portable that way. Look at UnrealScript or other game...
453
Steve Dekorte
stevedekorte
Feb 9, 2003 8:56 am
On Sunday, February 9, 2003, at 12:04 AM, Mike <mike_ekim@...> ... Speaking of if(), I've been considering changing it to return the truth value of the...
454
Steven Shaw
steshaw
Feb 9, 2003 9:27 am
... See Konstantin Knizhnik's free software collection: http://www.garret.ru/~knizhnik/ Lots of *amazing* stuff there....
455
Mike <mike_ekim@.....
mike_ekim
Feb 9, 2003 9:43 am
... That is beautiful! And elegant how there is no change to the actual syntax. :) A couple things: You could return the truth value when if() is given only...
456
Steve Dekorte
stevedekorte
Feb 9, 2003 10:08 am
On Sunday, February 9, 2003, at 01:43 AM, Mike <mike_ekim@...> ... I like this. Maybe the different behavior is ok since: if (a==1, b=2, b=3) else (b=0) ...
457
Steve Dekorte
stevedekorte
Feb 9, 2003 10:11 am
On Saturday, February 8, 2003, at 11:40 PM, Mike <mike_ekim@...> ... Mike, Have you tried using the Image primitive? It supports JPG(better compression)...
... The big thing that is good about jam is that it abstracts out the different compiler's and intentions. For example with make you do something along the ...
461
Ed Heil
uncorrected
Feb 10, 2003 9:09 pm
Steve, I was unable to successfully compile IoServer on my Debian Linux box until I deleted Curses/libedit/config.cache, forcing it to re-configure. Just an...
462
Ed Heil
uncorrected
Feb 10, 2003 9:13 pm
I just realized the Subject line was kinda strange on this post... I was originally going to post and ask for help, because it errored out asking for the...
... Ed, Thanks for the bug report. I think this is fixed on the latest release. Note: You need to type "make configure" once before "make" now. Cheers, Steve ...
465
Steve Dekorte
stevedekorte
Feb 11, 2003 12:18 pm
... Simon, Thanks for the info. It sounds nice. I'll check it out some more. If it's well supported, I'd consider moving to it. Btw, I can't seem to find a...
Steve, if you integrate Io with ib, you will be assumed bodily into heaven. :) That'd be as cool as what I currently consider the coolest thing around --...
469
Steve Dekorte
stevedekorte
Feb 15, 2003 6:40 am
Don't remember if I posted this before, but in case I haven't, these are the NeHe OpenGL demos ported to Io: ...
470
Steve Dekorte
stevedekorte
Feb 15, 2003 7:02 am
http://www.dekorte.com/Software/C/Io/releases/IoDesktop-2003-02-14.tgz Beta Release 2003 02 14 - IoDesktop on Linux fixes ...