-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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! |