Initial project setup for KiCad WebAssembly port
- Add KiCad fork as git submodule - Create project structure (patches, stubs, cmake, scripts, core, docs) - Add knowledge base and implementation plan documentation - Add README with project overview and goals 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
commit
2d7c26feac
7 changed files with 1405 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "kicad"]
|
||||
path = kicad
|
||||
url = git@github.com:VV-EE/kicad-source-mirror.git
|
||||
Loading…
Reference in a new issue