Horde3D

Next-Generation Graphics Engine
It is currently 19.03.2024, 08:00

All times are UTC + 1 hour




Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Official Horde3D Editor
PostPosted: 12.11.2007, 17:56 
Offline
Engine Developer

Joined: 10.09.2006, 15:52
Posts: 1217
We are happy to announce the release of the official Horde3D scene editor developed by Volker Wiendl from the University of Augsburg. Currently the tool acts as an intuitive interface for composing Horde scenes and a productive way of developing and previewing shaders. Some of the key features are:
    - Interface for creating and modifying Horde3D scene graph files
    - Instant resource reloading for files modified outside the editor making it possible to use the editor for shader development
    - LUA scripting support for rapid prototying of small applications directly in the editor
    - Powerful plugin architecture for integration of game engine functionality and executing game code, physics, etc. directly in the editor
    - Cross-platform compatibility
    - Open-source code released under the GPL

The beta version 0.4.0 is available from this link:

http://mm-werkstatt.informatik.uni-augsburg.de/Horde3DEditor


Top
 Profile  
Reply with quote  
 Post subject: Version 0.5.0
PostPosted: 31.01.2008, 12:25 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
After some delay due to internal changes in Horde3D (you are not allowed to use setResourcePath before you called init anymore :oops: ), I can finally release the 0.5.0 version of the editor. Most changes have been done in the pipeline handling, the material settings and the debug geometry.

There is now a gizmo indicating the center of gravity of the current object, that can be also used for translation changes on the object's local axes.
The transformation of an object can now be changed similar to the way blender handles it. Only the shortcuts are different. We are using T for translate, R for rotate and E for scaling.

The navigation of the camera changed also a little bit. While w,a,s,d remained the main navigation keys, you can now also strafe around by pressing the CTRL-key and holding the left mouse button pressed within the context view.

Since I can't remember all changes, just try it out and be suprised! :-)

For bug reports just use the forum here.


Top
 Profile  
Reply with quote  
 Post subject: Version 0.7.0
PostPosted: 24.04.2008, 19:07 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
Two weeks after Horde3D v.1.0.0Beta, a new version of the editor has arrived.

New features among others are:
- orthographic projection for top, front, right view
- clean scene command to remove unused files from a scene
- convert multiple collada files at once
- terrain support is completely separated to a plugin
- integrated patch from Vurlix ( thanks )

to compile the editor on linux 64bit systems or mac os you have to replace the Lua and Horde3D library with an appropriate one

for Bug Reports, Feature Requests or any other comment please use the Tools Forum


Top
 Profile  
Reply with quote  
PostPosted: 12.01.2009, 08:21 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
I finally uploaded both an updated windows installer and a linux source code package of the editor (version 0.8.0) to the project page. It's based on the current community branch.

Tested it on Windows XP SP3 with VS2005 and OpenSuse 11.1 x64.

Bug reports, feature requests, etc. please as usual in the tools section of the forum.


Top
 Profile  
Reply with quote  
PostPosted: 17.01.2009, 23:12 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
I just uploaded a 20min tutorial video for the editor under http://mm-werkstatt.informatik.uni-augsburg.de/downloads/Horde3D_Editor.avi. It's encoded with Xvid.


Top
 Profile  
Reply with quote  
PostPosted: 02.09.2009, 06:06 
Offline

Joined: 19.11.2007, 19:35
Posts: 218
I didn't manage to locate another more appropriate thread for this but ...

Volker, you deserve some mad props for the tools/editor. Qt/MFC/Wx/whatever it doesn't matter, tool development is insane. Toiling on my own toolset in MFC for a work influenced by your GE development, I can say it's not an easy task and most of it is backend work, dealing with splitters/accelerators/making windows behave like it should/etc (buddha forbid I mention the madness of fonts, colors, reporting, etc) and all sorts of things that aren't even the core of the application. Then, you get the bug/issue reports ... and woes begin.

Kudos. Great work.


Top
 Profile  
Reply with quote  
PostPosted: 02.09.2009, 06:25 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
:-) Thx, for the kudos. But if you want a suggestion, DON'T USE MFC! :-)

I developed exactly one complex MFC application in an internship some years ago, and it was absolutely horrible. Use Qt and everything is easy and you get platform independence for free.

BTW: I talked to some people at the university and they want to start to port the GameEngine to beta 4 in two weeks. I think I will then start porting the editor too. I already started it, but haven't a compilable version yet.


Top
 Profile  
Reply with quote  
PostPosted: 23.10.2009, 19:43 
Offline

Joined: 23.10.2009, 19:35
Posts: 23
Hi,

I just started looking at Horde3D, beta 4 of the engine and 0.8 of the editor.
But I can't open the sample scene files from the engine in the editor.
I guess it's because the editor has not been updated to the latest engine release.
Are there any plans of updating the editor? If yes, any indication of when to expect a new release?

Thanks in advance, and thanks for this great software!


Top
 Profile  
Reply with quote  
PostPosted: 23.10.2009, 20:21 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
The editor for beta 4 is in the Community Branch SVN. There is no official release yet, since the new shader format is not yet integrated. But opening a scene should be possible, because we already tested that with the sample scenes in the CB.


Top
 Profile  
Reply with quote  
PostPosted: 10.03.2010, 13:07 
Offline

Joined: 17.11.2009, 17:00
Posts: 205
Location: Russia, Moscow
Could you please add functionality for picking multiple objects and transforming them simalteniously? Because sometimes, for example, you need to move three objects together...


Top
 Profile  
Reply with quote  
PostPosted: 10.03.2010, 23:58 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
That's something that would need some major refactoring because multiple parts of the editor are based on the assumption that only one object can be selected at a time. So I guess I can't offer you a near time schedule when I will be able to implement something like that. Although it would be a great feature of course. Maybe someone else who has a bit more spare time than me wants to dig into the editors source code.


Top
 Profile  
Reply with quote  
PostPosted: 29.06.2010, 09:06 
Offline

Joined: 25.10.2009, 14:18
Posts: 8
hello
is the source code of Horde3D Editor available?
I just get the .exe files...


Top
 Profile  
Reply with quote  
PostPosted: 29.06.2010, 09:51 
Offline

Joined: 17.11.2009, 17:00
Posts: 205
Location: Russia, Moscow
Yes, source code is available. You can get latest version from svn.


Top
 Profile  
Reply with quote  
PostPosted: 30.06.2010, 07:33 
Offline

Joined: 25.10.2009, 14:18
Posts: 8
Irdis wrote:
Yes, source code is available. You can get latest version from svn.

I am sorry。

Could you give a link?
I just find the source code of Horder3D rather than the Horde3D editor
thanks!


Top
 Profile  
Reply with quote  
PostPosted: 30.06.2010, 07:57 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
I wonder how you only can have the EXE since all official packages always contain the source code too. If you want the latest code you have to checkout the community branch. See also the wiki article


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group