-
Notifications
You must be signed in to change notification settings - Fork 0
Patch67/Graphics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
--------------------- PyCAD --------------------- Author: Patrick Biggs --------------------- Py CAD is a 2D vector drawing program written in Pythin usinging tkinter Tcl graphics at present. I is written in MVC framework to allow easy porting to new faster graphics libraries in future. Version 0.2 Under active development ------------------------------------ Adding selection and basic editing functionality. Version 0.1 Released 30th May 2015 ---------------------------------- Basic application framework with code to add lines, ovals, rectangles, and polylines. Can load and save data. Can't select and edit data yet.