Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubstar-04/design
2D CAD For GNOME
https://github.com/dubstar-04/design
cad gnome gtk4 javascript libadwaita linux
Last synced: 22 days ago
JSON representation
2D CAD For GNOME
- Host: GitHub
- URL: https://github.com/dubstar-04/design
- Owner: dubstar-04
- License: gpl-3.0
- Created: 2022-09-24T10:14:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T19:29:05.000Z (8 months ago)
- Last Synced: 2024-05-22T19:59:46.228Z (8 months ago)
- Topics: cad, gnome, gtk4, javascript, libadwaita, linux
- Language: JavaScript
- Homepage:
- Size: 2.49 MB
- Stars: 119
- Watchers: 4
- Forks: 7
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Design
2D CAD for GNOME
[![Design QA](https://github.com/dubstar-04/Design/actions/workflows/DesignQA.yml/badge.svg?branch=main)](https://github.com/dubstar-04/Design/actions/workflows/DesignQA.yml)
___
Design is a 2D computer aided design application (CAD), created to meet the needs of makers and designers,
hobbyists and professionals that require a first-class CAD application.### History
Design was originally conceived as an [Ubuntu / Ubuntu Phone application](https://launchpad.net/design-app), written in C++, QML and JS.
When the Ubuntu Phone project was cancelled in 2017 it seemed that would be the end of the road for Design, however the creator
wondered if Design could possibly live on as a [web app](https://github.com/dubstar-04/Design-Web).Now in the early 2020s Linux phones are gaining popularity and momentum, the team have reinvented Design as a GNOME application
along with the original aim to provide a native CAD experience whether on the move with a mobile device, pocket PC or at a traditional workstation.
___### Documentation is available at:
https://design-app.readthedocs.io/en/latest/index.html
___### Raspberry PI Schematics available from:
https://www.raspberrypi.org/documentation/hardware/raspberrypi/mechanical/README.md
___### Build Instructions:
Using [GNOME Builder](https://wiki.gnome.org/Apps/Builder) with [flatpak](https://flatpak.org/) is the recommended way of building and installing Design.
___### Screenshots:
![Screenshot 1](data/screenshots/screenshot1.png "Design Main Window")
![Screenshot 2](data/screenshots/screenshot2.png "Layer manager")
![Screenshot 3](data/screenshots/screenshot3.png "Properties")
## Contribute
Congratulations! You’re up and running. Now you can begin coding in Design and contribute your fixes and new features to the project. For details on submitting your code to the project, read [Contributing Code](https://github.com/dubstar-04/Design/blob/main/Contributing.md).