Skip to content

tevfikoguz/CadPad.Net

 
 

Repository files navigation

CadPad.Net

2D CAD library using .Net Core 3.0. A WPF .NET Core 3.0 program is included to demonstrate how the library can be used using one of Microsoft technologies for Windows applications. It should be very easy to convert the program to another technology such as Winforms because the library has not been written to target a specific Windows technology.

Current capabilities:

  • zoom and pan.
  • add basic geometries such as lines, circles, arcs and rectangles.
  • copy and move objects.
  • undo and redo actions.
  • import and export to dxf using netdxf.

Panned future tasks:

  • adding layers.
  • adding more drawing options.

Disclaimer:

Some core drawing functionalities were ported from other projects, notably https://github.com/wangyao1052/LitCAD

About

2D CAD using WPF & .Net Core 3.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%