Hi,
I downloaded jirr 1.4.2 on sourceforge. There's only win32 binaries.
I'm working on LINUX and i'm looking for a way to find jirr 1.4.2 sources to build my own binaries.
Does someone know where can i find them ?
Thanks a lot
Search found 11 matches
- Mon Jan 11, 2010 12:01 pm
- Forum: Jirr
- Topic: is there a way to find jirr 1.4.2 src ?
- Replies: 1
- Views: 5518
- Fri Oct 16, 2009 12:46 pm
- Forum: Beginners Help
- Topic: Display _very far_ objects
- Replies: 8
- Views: 641
- Fri Oct 16, 2009 8:03 am
- Forum: Beginners Help
- Topic: Display _very far_ objects
- Replies: 8
- Views: 641
- Thu Oct 15, 2009 3:00 pm
- Forum: Beginners Help
- Topic: Display _very far_ objects
- Replies: 8
- Views: 641
- Thu Oct 15, 2009 2:04 pm
- Forum: Beginners Help
- Topic: Display _very far_ objects
- Replies: 8
- Views: 641
Display _very far_ objects
Hi, I have a question, i suppose it's not specific to irrlicht, but i'am working with it so... I try to display a large space. If and object is near the player's ship, i display it. But if something is very far, i want to display a little sign. (just as eve online do http://linuxoutlaws.com/files/ev...
- Fri Jul 24, 2009 1:18 pm
- Forum: Jirr
- Topic: Problem launching jirr on linux
- Replies: 4
- Views: 6355
- Fri Jul 24, 2009 11:39 am
- Forum: Jirr
- Topic: Problem launching jirr on linux
- Replies: 4
- Views: 6355
- Thu Jul 23, 2009 9:58 pm
- Forum: Jirr
- Topic: Problem launching jirr on linux
- Replies: 4
- Views: 6355
Problem launching jirr on linux
Hello I'm trying to launch my project (which works since a long time on windows). I get : Exception in thread "main" java.lang.UnsatisfiedLinkError: no irrlicht_wrap in java.library.path To be honest i don't know what i'm supposed to do to make it work so i tried to add all the files which...
- Wed May 20, 2009 9:01 am
- Forum: Jirr
- Topic: draw2Dimage scale image
- Replies: 4
- Views: 8796
- Wed May 20, 2009 7:26 am
- Forum: Jirr
- Topic: draw2Dimage scale image
- Replies: 4
- Views: 8796
Actually i try to display a splash screen in a logon screen. The game is designed to support resolutions from 800x600 to 1280x1024. (I have an eeePC and a desktop computer :oops: ) I tried first to make it with the addImage of the IGUIEnvironment but i found no wayto scale the image. Then i changed ...
- Tue May 19, 2009 3:28 pm
- Forum: Jirr
- Topic: draw2Dimage scale image
- Replies: 4
- Views: 8796
draw2Dimage scale image
Hi, I'm trying to display a splash screen whitch could be scaled according to the resolution of the irrlicht device. When i try to use the draw2Dimage with recti in parameters, the image repeats itself in the square i try to define. I've found nowhere some kind of flag whitch could specify "sca...