Skip to content
/ gwire Public

Web based guitar wiring diagram designer

License

Notifications You must be signed in to change notification settings

meshosk/gwire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2470357 · Jun 27, 2024

History

71 Commits
Dec 19, 2023
Dec 1, 2023
Nov 30, 2023
Jun 27, 2024
Nov 30, 2023
Dec 4, 2023
Apr 21, 2024
Apr 9, 2024
Dec 1, 2023
Nov 30, 2023
Apr 21, 2024
Apr 10, 2024
Apr 10, 2024
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Apr 10, 2024
Nov 30, 2023

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.