IntroductionCurrently I’m working on an image editor, which will use Pixel Shader effects. To save a lot of time manually hard coding each effects control interface I built a simple reflection based controller system for the effects. This article shows the technique behind it. This is my first article that I publish here on CodeProject. The CodeReflection controll is achived using a few custom atributes. The reflection code looks for these atribuites, and depending on the contained information of the atributes it builds the user interface. Read more: Codeproject
0 comments:
Post a Comment