This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > VRML > February 2004 > Xj3d M8 Install in Linux?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Xj3d M8 Install in Linux?
Daniel M Garland

2004-01-13, 2:31 pm

Hi all,

I'm keen to get coding using X3D in linux but continue to have trouble
getting installed. I've waited for M8 which had better instructions than
before but to no avail. The sample .bashrc in the setup guide didn't
work, since having two jar files missing, aviatrix3d-all.jar from /lib
and xj3d-external-sai from /jars. Even fixing these gives me problems:
compiler the LoaderDemo from examples/loader gives

LoaderDemo.java:169: cannot access org.j3d.loaders.ManagedLoader
file org/j3d/loaders/ManagedLoader.class not found
int flag = VRML97Loader.LOADALL;

and the /examples/browser not resolving symbols with ECMAScriptEngine,
JavaSAIScriptEngine ...

If any linux users have got this going could you email me your relevant
bashrc lines so I can figure out what is going wrong.

Thanks
Dan
iarwain

2004-01-30, 9:31 pm

Daniel M Garland wrote:
quote:

> Hi all,
>
> I'm keen to get coding using X3D in linux but continue to have trouble
> getting installed.



Join the club.

The only VRML anything I've gotten to work in Mandrake Linux 9.2 has
been White_Dune. And their "immersive" environment is impossible to
navigate.

I still don't understand why Web3D/VRML software companies and
developers are ignoring Linux as a workstation. The only 3D engine that
works *WELL* in Linux seems to be Unreal Engine and with its licensing
good luck using it for anything that isn't going to cost a fortune in
royalties.

Iarwain
Joerg Scheurich aka MUFTI

2004-02-02, 7:30 am

> The only VRML anything I've gotten to work in Mandrake Linux 9.2 has
quote:

> been White_Dune. And their "immersive" environment is impossible to
> navigate.



Maybe you need to use the lasted beta version to use with a flock of bird
magnetic headtracker for navigation in a immersive environment...
Or do you have a other head tracker supported by Linux ? What type ?

On a shutterglases desktop (were use can not walk or turn your head) it is
useful to have a serial spaceball or at least a joystick/gamepad for
navigation...
quote:

> I still don't understand why Web3D/VRML software companies and
> developers are ignoring Linux as a workstation.



Beside some commercial VRML software for CAVEs under Linux, there is
FreeWRL and OpenVRML. FreeWRL is getting better each day.
There was also a Linux Version of the blaxxun 4.2 cc3dglut program,

http://www.web3d.org/TaskGroups/source/blaxindex.html

that compiled under UNIX/Linux, but this version is not available for
the public any more 8-(
quote:

> The only 3D engine that
> works *WELL* in Linux seems to be Unreal Engine and with its licensing
> good luck using it for anything that isn't going to cost a fortune in
> royalties.



What were your problems with 3D engines like irrlicht or the nebula device ?

so long
MUFTI
--
If you have a thread that uses Sleep with infinite delay, the
system will deadlock.
(from the MSDN Documentation)
iarwain

2004-02-02, 11:30 pm

Joerg Scheurich aka MUFTI wrote:
quote:

> Maybe you need to use the lasted beta version to use with a flock of bird
> magnetic headtracker for navigation in a immersive environment...
> Or do you have a other head tracker supported by Linux ? What type ?



Actually I'm still looking for one that I can afford. What is currently
considered affordable is still way out of my price range.... I'm po.
quote:

> On a shutterglases desktop (were use can not walk or turn your head) it is
> useful to have a serial spaceball or at least a joystick/gamepad for
> navigation...



I actually have an old SpaceOrb 360 kicking around... I should probably
see if I can get the thing to work.
quote:

>
>
> Beside some commercial VRML software for CAVEs under Linux, there is
> FreeWRL and OpenVRML. FreeWRL is getting better each day.



OpenVRML and FreeWRL both require PERL 5.8 but Mandrake 9.2 severely
chokes if you try to run anything but 5.6. Plus I have some perl
scripts I use for work that don't run under 5.8 either, so either one is
out till my employer and Mandrake decide to upgrade...
quote:

> There was also a Linux Version of the blaxxun 4.2 cc3dglut program,
>
> http://www.web3d.org/TaskGroups/source/blaxindex.html



Now, *that* is useful. I've scoured Blaxxun's web site and they pretend
their Linux client never existed. Thanks!
quote:

> that compiled under UNIX/Linux, but this version is not available for
> the public any more 8-(



Not too big a deal... I'll try compiling it when I have a chance...
perhaps even make an RPM out of it or something.
quote:

>
>
> What were your problems with 3D engines like irrlicht or the nebula device ?



Lack of applications that I know of. I'm sure they're out there, but
I've never heard of them. I know the Unreal Engine works well on both
Linux and Windows from personal experience and their community support
is pretty decent.

Thanks for the help. I'm a relative newbie to programming in general
though I've worked as a sysadmin for a few years... and I haven't really
looked at VRML since... uhh... like '97 or so. (VRML97 was stonking new
last time I played with it.) Right now I'm working with a few friends
on a pretty herculean hobby project that'll involve X3D (and probably
VRML) and a lot of C++... so I'm doing a bunch of research now. I'm
happy to see this NG is still going strong. I think I'll stick around
for a while.

Thanks again,

Brian
Joerg Scheurich aka MUFTI

2004-02-03, 12:34 pm

>> On a shutterglases desktop (were use can not walk or turn your head) it is
quote:

[QUOTE][color=darkred]
> I actually have an old SpaceOrb 360 kicking around... I should probably
> see if I can get the thing to work.



AFAIK, this is supported as a serial joystick under the Linux kernel...
quote:

[QUOTE][color=darkred]
> OpenVRML and FreeWRL both require PERL 5.8



I do not understand, why OpenVRML should require Perl.
OpenVRML is a rather pure C/C++ programm....
quote:

[QUOTE][color=darkred]
> Now, *that* is useful.



No, this *was* useful, the currently public available versions only contain
the windows files and a message how to compile under Linux, but it do not
contain the files needed to compile under Linux 8-(

AFAIK the version with the UNIX/Linux file was only available directly
from the blax(x?)un FTP server.
quote:

[QUOTE][color=darkred]
> Not too big a deal... I'll try compiling it when I have a chance...
> perhaps even make an RPM out of it or something.



What would you do with the RPM file ?
You should reread the license file....

so long
MUFTI
--
! WARNING: Debugging this process may result in loss of data.
Are you sure you wish to attach the debugger ?
Yes No
(aus einer Windows Fehlermeldung)
iarwain

2004-02-05, 1:31 am

Joerg Scheurich aka MUFTI wrote:
quote:

>
>
> I do not understand, why OpenVRML should require Perl.
> OpenVRML is a rather pure C/C++ programm....



The RPM requires freetype >= 2.1.2 which causes dependency hell in
Mandrake. (see the bottom of this message...) My mixup.

quote:

>
>
> No, this *was* useful, the currently public available versions only contain
> the windows files and a message how to compile under Linux, but it do not
> contain the files needed to compile under Linux 8-(



You're right. $%&^&%^*^%%#*!
quote:

> AFAIK the version with the UNIX/Linux file was only available directly
> from the blax(x?)un FTP server.



Not any more. Their FAQ says they're thinking about developing a Linux
version as if they never had one in the past... Grr.
quote:

>
>
> What would you do with the RPM file ?
> You should reread the license file....



Archiving for my own use so I don't have to recompile every time...

Brian

# urpmi freetype-2.1.3-6.i386.rpm
The following packages have to be removed for others to be upgraded:
drakconf-9.2-4mdk.i586 (due to missing perl(ugtk2), due to unsatisfied
drakxtools >= 9.2-6mdk, due to unsatisfied userdrake >= 0.92-6mdk, due
to unsatisfied harddrake-ui >= 9.2-6mdk)
drakxtools-9.2-19.6.92mdk.i586 (due to missing font-tools, due to
missing perl(USER), due to missing gurpmi)
font-tools-0.1-10mdk.i586 (due to missing freetype-tools)
freetype-tools-1.3.1-20mdk.i586 (due to unsatisfied freetype == 1.3.1-20mdk)
gurpmi-4.4-37mdk.noarch (due to missing perl(ugtk2), due to missing
drakxtools)
harddrake-ui-9.2-19.6.92mdk.i586 (due to unsatisfied drakxtools ==
9.2-19.6.92mdk)
rpmdrake-2.1-35mdk.i586 (due to unsatisfied drakxtools > 9.2-5mdk, due
to missing perl(gurpm), due to unsatisfied gurpmi >= 4.3-9mdk)
userdrake-0.92-24mdk.i586 (due to missing perl(ugtk2), due to
unsatisfied drakxtools >= 9.2-0.15mdk) (y/N) n
AAAAAHHHHHH!!!!!!!
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews