https://github.com/pingbird/circ2svg
Renders Logisim's circ format to SVG
https://github.com/pingbird/circ2svg
Last synced: 9 months ago
JSON representation
Renders Logisim's circ format to SVG
- Host: GitHub
- URL: https://github.com/pingbird/circ2svg
- Owner: pingbird
- Created: 2016-11-12T03:38:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T03:52:15.000Z (over 9 years ago)
- Last Synced: 2025-10-07T12:47:35.149Z (10 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circ2svg
Renders Logisim's circ format to SVG

## Requirements
Lua 5.1 or greater
xml ( http://doc.lubyk.org/xml.html ) `luarocks install xml`
## Usage
`lua main.lua sample.circ > out.svg`
## Limitations
Currently only supports wires and medium sized AND/OR gates