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 GitHub. You can find the code at: https://github.com/MatterHackers/agg-sharp.
Our new home page will be at http://www.MatterHackers.com.
The latest version should be gotten from source. Everything else is very old.
Features
- Vector Graphics Rendering
- OpenGL Acceleration
- Game Engine
Categories
GraphicsLicense
BSD LicenseFollow agg-sharp
Other Useful Business Software
Find Hidden Risks in Windows Task Scheduler
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Rate This Project
Login To Rate This Project
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.