I received an e-mail from Nuno Milhinhos from Mutantbikes (the company that built my bike’s frame): They have a nice online mag, with only few words, but great pictures of the portuguese bike scene. Watch it here: http://www.mfobmx.com/photobmxmag
Archive for June, 2009
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 😉