Future Badge Artifacts
This is a DEFCON Indie badge created for DC31.
This is where all the files for the Future Badge will be stored.
This includes code and art and cad and fab files. All the things.
This is the file structure of this repository
- / - YOU ARE HERE
- /art/ - Artwork and other graphics created by this project
- /art/inspiration/ - Art and graphics pulled from other sources used as inspiration for this project
- /art/fonts/ - Fonts used in art and graphics
- /code/ - All project related Code / Firmware
- /docs/ - Documentation created by this project including web pages
- /eda/ - Electronic Design Automation files (i.e. KiCad)
- /eda/future_badge/ - KiCad 6.x project folder for the future_badge PCB
- /reference_parts/ - Documentation pulled from other sources related to components
- /README.md - This File
- /LICENSE - Currently set to MIT
Note: the reference_parts directory is a link to a submodule repository. To add it use the following cmd after cloning this:
git submodule add https://github.com/gowenrw/reference_parts reference_parts
This will make a link to the current commit of that repo. To update it to a newer commit after its been added use this cmd:
git submodule update --init --recursive