QtOgreEditor

For the past week I’ve been working on an editor for Diversia using the client as a library and Qt for the user interface. It’s getting along pretty nicely, object and component (property) manipulation is working but still very simple at the moment. Here’s a screen shot of the editor in its current state:

Diversia QtOgreEditor with a barreldude!

The major problem I’m running into now is that data changed from within the editor is not yet serialized to server, and data changed from other sources (like clients or other editors) are not reflected in the editor yet. Once I get this working I’ll try to release some installers and documentation for running the server, client and editor.

Leave a Reply