propertygrid

WPF PropertyGrid update !

Latest weeks I've been working a lot on improving the WPF PropertyGrid.
There are improvements in lot of areas:
- Appearance completely customizable through XAML
- Advanced color editor (Photoshop style: HSB/RGB model with Alpha)
- Advanced matrix editor (includes matrix tranposition, matrix inversion, translation, rotation)
- Dynamic filtering (textbox at the top) with nice animation effects (collapsing/expanding)
- Animations everywhere to give user a good visual feedback
- Lazy tree evaluation (allow recursivity)

Here is the result (binaries for the demo are attached):

I'm seriously considering double licensing it for commercial use (while still keeping it under GPL for opensource projects). What do you think about it ?

WPF Property Grid (Object Editor) & 3dsMax exporter over socket

Latest news from the coding front !

  • I have implemented a 3ds max export plugin over socket. As a result, exporting mesh is now a one click process, the mesh gets loaded in the scene designer. It should allow for artist to do continuous testing with in-game engine rendering.
  • Speaking of the scene designer, I started working seriously on it. More precisely, I'm currently working on a very central component : its object editor. I tried to take advantage of many features of the new C# 3.0 framework, and to be honest, it's really a breeze to develop that kind of advanced UI control with it ! I aim to get a property grid like the one in Microsoft Expression Blend (which is perfect !).

Screenshots of the current version : wpf_property_grid_1.JPG

Syndicate content