https://github.com/stefansalewski/sdt
A simple Nim GTK4 drawing and design tool
https://github.com/stefansalewski/sdt
Last synced: about 2 months ago
JSON representation
A simple Nim GTK4 drawing and design tool
- Host: GitHub
- URL: https://github.com/stefansalewski/sdt
- Owner: StefanSalewski
- Created: 2021-04-28T14:30:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T10:15:09.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T07:03:40.646Z (4 months ago)
- Language: Nim
- Size: 383 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Simple Drawing Tool
(c) Stefan Salewski 2012 .. 2032
//Version 0.1 JUN 2023
:experimental:
:imagesdir: http://ssalewski.de/tmp
:source-highlighter: pygments
:pygments-style: monokai
:icons: font//image::sdt1.png[]
image::sdtsch.png[]
image::sdtpcb.png[]
image::sdtrb.png[]
image::sdtla.png[]
This is a simple 2D drawing and construction tool.
Written in the Nim programming language using GTK4, Cairo, Pango.
The tool is in a very early stage still.
Currently the focus is on the EDA schematic and PCB usage. Schematics creation,
layer assignment, and PCB rubberband routing works in principle, but making
it a useful tool is still much work. But not that difficult.