Skip to content

MrTJP/fabrication-engine

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages