Create .Net managed applications with 2D/3D graphics that manages(Import/export) a big range of formats and geometrical shapes
$ dotnet add package VectorDraw.Drawing.Linux.MonoWith the help of Mono our .net libraries can run in Linux systems.
The most common usage and most asked from our clients is to be able to create and function a service in a Linux server in order to convert drawings. Such a functionality with the combination of the web control will provide to our users the option to have a Linux server instead of a .NET server which was mandatory until now. Development still takes place in Windows. We provide distribution dlls and instructions on how our library should be distributed in a Linux machine in order to work properly.
You also need to use nuget package : VectorDraw.Drawing.Framework.Net-4.x
These implementations will be feasible only through Mono. So Mono is a basic requirement. UBUNTU OS 16.04 is the minimum required version. 64 bit version is only supported as Linux operating systems are usually 64 bit. Visual studio up until Framework 4.x.
As for samples , in our samples package (get it from: VectorDraw VDF Samples) you will find a LINUX folder where there are two samples. a) A simple CAD application using the vdFrameControl. b) An ASPX example on how to create a simple webpage using the web control and also a service , placed in a Linux OS in order to open and view drawings of supported formats. It is very important to see these samples and also read the readme.txt files that are included which have very important information on how to prepare the Linux OS and also how distribution works.