Release Branch | Coverage | Status |
---|---|---|
main |
Active development | |
publish/release |
||
publish/beta |
||
publish/alpha |
A simple, minimal logic circuit compiler and simulator.
- Written as a Java library
- Describe a circuit drawing by adding tiles to a 3D map
- Flat-build that drawing into a logical schematic
- Convert logical schematics to simulatable objects
- Add the following to your
build.gradle
file:
repositories {
maven {
url = "https://proxy-maven.covers1624.net/"
}
}
dependencies {
implementation 'com.github.mrtjp:fabrication-engine:<X.Y.Z>'
}
// TODO add code sample