Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.89 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.89 KB

Fabrication Engine

Release Branch Coverage Status
main codecov Active development
publish/release codecov badge
publish/beta codecov badge
publish/alpha codecov badge

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

Usage

  1. 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>'
}
  1. // TODO add code sample