New Job at Crytek
I recently got a job at Crytek, Seoul office as a License Support Engineer.
OpenAll: VisualStudio add-in application

In the first release of project Allure, a sample add-in application named ‘OpenAll’ is included.
That add-in does a simple thing. When executed, it automatically parse the current solution and list all file items in that solution.
Then, user can type some partial words and filtered list of files that contains those words is shown in the list view.
By double-clicking a file or selecting with arrow-keys, that selected file is just opened by VisualStudio.
For more convenience, you can assign a keyboard shortcut for this add-in.
To download, go to http://allure.codeplex.com.
Direct3D 10 is coming to Tomato.Graphics
Nowadays I’m designing a new programming model of Tomato.Graphics to facilitate more features and functionalities from Direct3D 10.
I’m struggling not to lose the goal of providing an unified programming model, and to achieve that, dramatic changes are being made to interfaces of Tomato.Graphics.
After this refactoring is done, I’m planning to implement some of my ideas on point-based rendering exploiting the Direct3D 10 features.