Skip to content
/ gwire Public

Web based guitar wiring diagram designer

License

Notifications You must be signed in to change notification settings

meshosk/gwire

Repository files navigation

The Gwire

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 menu RMB 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

Github pages

App is running live here https://meshosk.github.io/gwire/

Can be non or partially functional

How to run

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.