agg-sharp
betaDescription
Agg-sharp is a c# port of the Anti-Grain Geometry library, written by Maxim Shemanarev in C++. It is an Open Source, 2D vector graphics library. Agg-sharp produces pixel images in memory from vectorial data.
We have consolidated all our code onto bitbucket. You can find the code at: https://bitbucket.org/bruharobotics/agg-sharp.
Our new home page will be at http://www.bruha-robotics.com.
The latest version should be gotten from source. Everything else is very old.
Features
- Vector Graphics Rendering
- OpenGL Acceleration
- Game Engine
User Ratings
User Reviews
-
This is absolutely a fantastic work to port the AGG library into C#. It makes building high-quality CG application on .NET possible and easier by benefiting from AGG library.