Posts Tagged 'VrgStudio'

Jan 29th, 2010 @ 17.24

I am currently developing a new Editor, called VrgStudio (was VStudio, I renamed it to prevent confusion with MS Visual Studio), for the Vergence Engine (more information here and here). Today I finished the first step, a Plugin and Message Passing System. Plugins are loaded as dll-files and communicate via messages. A Plugin can register callback-methods for messages, so basically it is a event system with a few extensions.

At the moment everything is running single-threaded, but concepted for a multi-threaded or even multi-process system. All in all, nothing fancy yet and nothing to show except a boring console window.

Next step is a basic GUI-Plugin: I started playing around with Qt, but still needs a lot of work.

Current lines of code: 2268 total, 2093 without comments ;)

Mar 29th, 2009 @ 10.14

I saw this presentation video of the new Unreal Engine 3 Editor yesterday:

http://g4tv.com/trailers/hdvideos/37413/Unreal-Engine-3-New-Features-GDC-2009-Trailer.html

The first thing I thought was: “Hey that tagging mechanism is exactly the same I was planning to do for the new Editor of the Vergence Engine“. I never publish my ideas, except a draft in google docs: “wahh google is selling my ideas”. OK whatever, tagging is a very common approach, so I can’t blame google or Epic for this ;)

Anyway the new Unreal Ed has some really cool features. Check it out!