Search found 7 matches

by jnichols
Mon Jun 21, 2004 11:58 am
Forum: Project Announcements
Topic: A new Irricht/Ruby interface
Replies: 14
Views: 6399

Irr.so goes in the same directory as the examples "examples".
by jnichols
Fri May 07, 2004 4:57 pm
Forum: Project Announcements
Topic: A new Irricht/Ruby interface
Replies: 14
Views: 6399

repost from irr.rubyforge.org

Can anybody on irrlicht.sourceforg.net help?
:?:
Thanks!
Jerry

By: Nobody
Windows TypeError: wrong argument type Fixnum [ reply ]
2004-05-07 04:01

Hello,

I recompiled the irr sourcecode under Windows 2000 using Dev-cpp and mingw32. The irr dll generates properly. But when I load it into ruby ...
by jnichols
Sat May 01, 2004 2:32 am
Forum: Project Announcements
Topic: A new Irricht/Ruby interface
Replies: 14
Views: 6399

WIndows/mingw binary posted at: irr.rubyforge.org

The is a MSWindows binary. Contrubuted by joorce on irrlicht.sourceforge.net. Questions on this particuler file are best directed to him. I have tested it on my Windows 98 system and it works. Requires mingw version of ruby. I've included a INSTALL file breify explaining how I installed it on my ...
by jnichols
Fri Apr 30, 2004 3:35 pm
Forum: Project Announcements
Topic: A new Irricht/Ruby interface
Replies: 14
Views: 6399

RE :joorce (windows binary)

It's great that you have a working Windows binary. As you guessed
the usleep function is of no great importance. I just put it in as a option
of the getFPS method to slow down the frame rate on very fast machines
and to keep Ruby from hoging the cpu. I'd love to see it and post it on
irr.rubyforge ...
by jnichols
Fri Apr 30, 2004 3:20 pm
Forum: Project Announcements
Topic: A new Irricht/Ruby interface
Replies: 14
Views: 6399

RE: guest1

Cool :D

About all I can say about the comparison for frame rates is it varies greatly
depending on justhow the code is writtin. The difference starts a round zero
and goes up from there. I do some more testing, see if I can come up with a
better answer later.

Thank you!
by jnichols
Fri Apr 30, 2004 2:13 am
Forum: Project Announcements
Topic: A new Irricht/Ruby interface
Replies: 14
Views: 6399

Uploaded another today "fedora_binary_0.1".
This is a compile I did on my old system. It's an AMD k6-2 running Fedora 1. It may be more generally compatable then the Gentoo binary.

BTW: To install you can just copy the files irr.so & jsw.so to the examples directory
or to whatever directory you ...
by jnichols
Wed Apr 28, 2004 2:12 am
Forum: Project Announcements
Topic: A new Irricht/Ruby interface
Replies: 14
Views: 6399

A new Irricht/Ruby interface

I'd like to annonce a new project.
A comprehensive Irrlicht/Ruby interface.
I call it Irr or IrrRuby, I think that means mad ruby, close enouth.
Please visit my page at: http://irr.rubyforge.org

If you haven't used Ruby before you now have reason.

I've converted ALL of the examples in Irricht-0.6 ...