Description
Is there some way to get an environment for hardware design in gitpod?
Expectation
Circuit designer
To design a circuit for manufacturer to create
Circuit simulator
To visually see what voltage and wave form is present on the exact part of the circuit
live preview on: https://makezine.com/2015/07/14/design-circuits-web-based-circuit-simulator/
Circuit checker
basically linting for circuit design in case unexpected voltage is provided in a component that is not made for the voltage, etc..
Basically linting to prevent common mistakes alike: https://youtu.be/Tq-EpR-8R0w?t=778
Board design
To adapt the circuit design on the board itself and specify silkscreen and components for manufacturing
Some method to adapt this for contribution
submitting circuit design for a contribution is currently pita if there would be some overlay in gitpod that would allow to blame specific parts of the design then it would speed up the development
3D designer
some way to implement blender to design the casing and make a mock-up
source: https://www.youtube.com/watch?v=RcMIcRqMWn8
Proposed solutions
ComponentEditor?
https://github.com/Circuito-io/ComponentEditor
Seems to be oriented on making some kind of component database -> doesn't meet the requiremenys