Fog.NET is a C++/CLI wrapper of Fog-Framework that is a high performance 2d vector graphics library which contains platform independent SVG engine and UI toolkit (optional).
- Download Fog-Framework from http://code.google.com/p/fog/
- Extract it into a directory with name Fog at the same level as Fog.NET. Fog directory should contain following folders: Build, Documentaion, Src, Util
- Configure Fog (cmake) in order to create Visual Studio Solution.
- Configure Fog Project in the following way:
4.1. General -> Output directory: Bin$(Configuration)$(PlatformShortName)
4.2. C/C++ -> Additional Include Directory: ../Src 4.3. Linker-> Advanced -> Import Library: Bin/$(Configuration)/$(PlatformShortName)/$(ProjectName).$(PlatformShortName).lib - Build
- To run C# Demo application one needs to copy Fog.x86.dll or Fog.x64.dll into the directory with *.exe from Build\Bin\Debug(Release)
Fog.NET is free and is released under MIT License. Please see License for more information.