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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.