Projects

Here are some the projects I'm working on:
Name Description Status
wxRapid wxRapid is another project to create a visual GUI editor for wxWidgets. It currently features sizer based GUI creation, as well as direct layout like other editors do. The output is either XRC or C++ code.
This is not perfect yet. Especially the sizer based layout causes some problems that need fixing. For simple projects it should work though.
beta
wxSkin wxSkin is a set of widgets I wrote based on the wxWindows framwork. The clou is that wxSkin can use a skin-file for skinning the controls (like winamp). Most of the basic controls (like buttons, checkboxes etc.) where implemented.
Due to the very little interest I stalled work on this on. Maybe someday I'll finish it...
stalled
shittyChat While playing around with sockets, I started writing this little piece. Not bad actually, but still *very* buggy. It consists of a server and a client. Once I find some time I'll have to rewrite a big part of it.. stalled
Gesturebased Input A small interface for recognizing mouse gestures. This idea came to me during a train ride when I thought about a little game I want to implement. It will be about a wizards duell, where the wizards cast there spells by waving the wand via the mouse.
Currently only the core classes exist. I'll write a little notepad like app that gets its input by using gestures similar to the ones you may know from the Palm handheld. Of course this is nonsense, but I need some test app before I move on into game design :)
working beta
Magic Wand A first test application that implement the gesture based input mentioned above. This actually is a game prototype, capable of sending the wizards moves on the canvas to his opponent. So far there is no "game logic" implemented. The input is based on mouse gestures performed on a special canvas. The canvas displays the moves using a small particle engine with OpenGL.
What I hope to implement is (besides the game logic) an online community part that will allow one to find other players and challenge them.
alpha