Does Exist a 3d library J2EE oriented Blitz3d-like

Miscellaneous Forums/General Discussion/Does Exist a 3d library J2EE oriented Blitz3d-like

Developer,

We know it, Blitz3d is a simple language to design real-time 3d worlds.
Simplicity and its stability make blitz3d a reference.

I am developer on J2ee Java application and Gis using oracle spacial.
I will wish to use 3d in my java applications and oracle spatial database technology with the same simplicity and stability like blitz3d. I wish to use a blitz3d Java library (my dream).

My question is: if there would a talented developer hidden in a corner of the forum which develops a 3d engine in java turn to blitz3d philosophy.
Perhaps is there already an open source project which implements a solution blitz3d library towards the java world?

Web provides 3d libraries in java. Example :Java3d/ Jogl. None plait me.
The only java 3d library that impressed me is http://www.idx3d.ch/idx3d/idx3d.html

Unfortunately, it is not swing lib and stay on java version 1.1
The fact of having a lib 3d in Java offers enormous opportunities.
Blitz is oriented development of video games.

Imagine the opening and the extent of such a lib could offer. 3d in the java will be stable and easy.
Admittedly, perhaps not at the top of performance but so that it is usable.
This solution would have been used in many domain like : science, architecture, mobile, integration on portal, education, entertainment, Gis 3d solution, the last but not the least video games.

I put the question on b3d community if:
1) Somebody knows a Java 3d library turn on blitz3d philosophy using swing.
2) If Somebody is under development of this library type in his corner? Maybe Blitz Research Ltd.
3) Do the minib3d module convert (which is a good base) to Java can be possible?
4) Create a free open source project can cause licence problem for Blitz Research Ltd?

Cordially

Best Regards

Ps: Sorry for my bad English.

Eh?

Maybe you can buy BRL and hire Mark to do this for you....

another engine currently released is

http://www.jmonkeyengine.com/

But I'm searching an j2ee engine more blitz3D-like.

What part of J2EE are you thinking about using a 3D engine for? A bean? A servlet? Seems like it might not be the correct platform for a 3D engine. Perhaps you should use J2SE instead?

As to your questions:
1) No. Besides which the Blitz3D philosophy (bottom-up) and the Swing philosophy (top-down) are so different, it would be next to impossible to combine the 2 without a rediculous amount of boilerplate code.
2) No. Not really much of a market for it.
3) Could it be ported? Certainly. Does anyone want to do it? Probably not.
4) No. Providing the open source project is based on original, or other open souce code there is no problem with any licenses.

Maybe you can buy BRL and hire Mark to do this for you....
If Mark wanted to work for someone else, he would have just done that in the first place. Trust me.

>>What part of J2EE are you thinking about using a 3D engine for?

I think to use into a javabean with a set of function tu manage the bean

When i say blitz philosophy is about the functions provide by blitz note about architecture. The final result is a rendenring using swing. Why swing because he can be integrated in any java application.

Thanks for your feedback FlameDuck

I guess this is what you are looking for...

http://www.idx3d.ch/idx3d/idx3d.html

Written in pure java. No need for special libraries or dll's.

prj I have spoke about this lib and explain that is java 1.1 and on awt fundation.

This is the problem