horde3d / Horde3D

Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
http://horde3d.org/
1.51k stars 306 forks source link

Is Sony's LevelEditor useful? #238

Open gwald opened 1 week ago

gwald commented 1 week ago

I was playing around with this level editor... and thought it might be useful for horde3D. https://github.com/SonyWWS/LevelEditor?tab=readme-ov-file

My thoughts:

algts commented 1 week ago

I've looked at it before, but there are several points to consider:

To sum it up, it is probably a lot of work :) I won't say it cannot be done, but with current Horde's development pace it is probably an impossible task.

gwald commented 1 week ago

Good points, I dont see it as a h3d editor replacement, but a nice complement.

I tried it in linux, I couldn't get it running, and there's no mention in the repo of linux. :/ https://github.com/SonyWWS/LevelEditor/issues/42

I was thinking of starting small... comparing the H3D scene xml to it's Sony's .lvl XML to see if it translates. Then Hardcode a H3D scene file exporter, I'm new to C# so I'll see how far I get :D