File | Date | Author | Commit |
---|---|---|---|
Side Cutters.app | 2021-12-14 |
![]() |
[92ce65] Initial commit |
doc | 2021-12-14 |
![]() |
[92ce65] Initial commit |
rsc | 2021-12-14 |
![]() |
[92ce65] Initial commit |
src | 2021-12-14 |
![]() |
[92ce65] Initial commit |
LICENSE | 2021-12-14 |
![]() |
[32e6fc] Initial commit |
MILESTONE.md | 2021-12-14 |
![]() |
[32e6fc] Initial commit |
README.md | 2021-12-14 |
![]() |
[92ce65] Initial commit |
_config.yml | 2021-12-14 |
![]() |
[92ce65] Initial commit |
compile-MSwin.sh | 2021-12-14 |
![]() |
[32e6fc] Initial commit |
compile-MacOS.sh | 2021-12-14 |
![]() |
[92ce65] Initial commit |
Free CAD Software\
The millimetre you see is the millimetre you get
This software should be free. The aim of this project is to create a multi platform app while starting from a windows platform.
It should create electrical drawings automatically and export them as bookmarked printable datafile (pdf).
The software is licensed GPL/LGPL version 2. The Compiler is gcc 11.2.0, not Microsoft Visual Studio and the project is written in C, not in C#.
Windows operating system functionality is never used, and the application is not on the Windows API but the GTK 3 API. This project will have no build system other than a simple batch or bash file. Its only dependency will be GTK 3.
The user of the program will select components and edit the connections between them. This is done in a table
He will press the Generate button with the Side Cutter icon and all the drawing's pages are generated automatically.
Then you should compile it. Read the doc folder on how to compile for MacOS or MS Windows.