.Net Compact Framework - Canvas with Alpha-Support
i hope i now choose the correct forum for this.
I'am writing on an (for now) complete C# .Net Compact Framework based implementation of an own canvas for extended drawings, i will call it renderings cause of the possiblilities and the performance of it compared to the normal System.Drawing namespace.
I wanted a much more powerful data presentation, esspecially charting. So i implemented an "low level" canvas based on a simple uint array for 32 bit values formated like AARRGGBB.
I reached a point where it started to think about the possibility of selling my solution, i spend a few weeks into it until now and there are only some basic functionalities. There is still a lot of stuff to do and some that doesn't run most efficiently. So i will need maybe another few months for a good working version of it.
So i wanted to ask people around here for your opinions and whether you think this project has a possibility as a commericial library for PDAs & Co.?
Here are some more information and some screenshots of it: http://www.thunder-development.de/typo3/index.php?id=52

