Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JanusTida/Tida.CAD
Browse files Browse the repository at this point in the history
  • Loading branch information
JanusTida committed Oct 26, 2022
2 parents bf4ef33 + 1ba3539 commit 6fcc3cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Tida.CAD
English:Tida.CAD is a CAD framework built on .net platform,Which aims at highlt extensibility,MVVM,high performance.

This framework consists of these parts:
English:Tida.CAD is a CAD framework built on .net platform,Which targets on highlt extensibility,MVVM,high performance.

This project consists of these parts:
1.Core parts is constructed by Tida.Canvas.Contracts and Tida.Canvas.Infrastructure,the previous one defines the basic concepts for a Canvas(ICanvasControl,DrawObject,CanvasLayer,EditTool...),input(Mouse and keyboard),media(Color
,Pen..).the latter one provides the common codes(like LineBase,PointBase) that user codes might leverage.to make these codes platform-independent,both parts are built on .Net Standard platform.

Expand Down

0 comments on commit 6fcc3cc

Please sign in to comment.