IN DEVELOPMENT
This web app will provide possibility of creating custom guitar wiring, showing active parts in circuit, coils polarity, export diagram into PDF.
The TODO:
- Undo/Redo
- Scheme snapshot
- PDF export
- Scheme library
- Add more parts
- Better ui design
- Create tutorial/manual wiki
- Option to set wires colors
- Text/note component
- Pinpoint route validation
-
Drag&Drop parts from menuRMB context menu for add parts (I'm lazy, this works) - Make it PWA
- Add more real world parts
- Add part search add option
- Change part variation
App is running live here https://meshosk.github.io/gwire/
Can be non or partially functional
Currently, there is no CI\CD pipe, to put this app on web (but planned). App can be run on locally installed node or docker. Just run it using vite
.
If you have docker, just run from console (do not forget to run npm install
first):
docker run --rm -it -v ${PWD}:/mnt/app -p 80:80 -w "/mnt/app/" node:latest npm run dev
This should run it.