diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..84b3595 --- /dev/null +++ b/content/projects.md @@ -0,0 +1,31 @@ ++++ +title = "My GitHub Projects" +draft = false ++++ + +# My GitHub Repositories + +Here's a list of my public repositories on GitHub: + +## [bxl](https://github.com/rustyoz/bxl) +A tool written in Go to convert Ultra-librarian format (.bxl) to KiCad symbols and footprints. + +## [kicad](https://github.com/rustyoz/kicad) +My mirror of the KiCad project, including my work on the Eagle schematic importer. + +## [gokicadlib](https://github.com/rustyoz/gokicadlib) +A Go library for working with KiCad library files, enabling parsing and manipulation of KiCad symbol and footprint libraries. + +## [svg](https://github.com/rustyoz/svg) +A Go package for parsing and creating SVG files. + +## [muesli](https://github.com/rustyoz/muesli) +A serial monitor with flavour. (very old) + +## [Mtransform](https://github.com/rustyoz/Mtransform) +A library for matrix transformations. Used for rustyoz/svg. + +## [rustyoz.github.io](https://github.com/rustyoz/rustyoz.github.io) +The repository for this website. + +Feel free to explore these projects and contribute if you're interested!