Categorygithub.com/paperdev-code/vcbtool
repository
0.0.0-20220529232843-2099c2063c39
Repository: https://github.com/paperdev-code/vcbtool.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Virtual Circuit Board Tool

A Go terminal application and set of packages for generating blueprints for the game Virtual Circuit Board

Programs

  • vcbtool : A Logic Blueprint Visualizer
  • vcbmandelbrot : A mandelbrot to blueprint renderer

Packages

  • vcb : Virtual Circuit Board core library Go Reference

Todo

  • Parse base64 encoded blueprints (logic)
  • Parse base64 encoded blueprints (decoration)
  • Display blueprints in VCBTool (sorta..?)
  • Convert circuit into logic graph
  • Bindings for C/C++ or directly for CPython

Licenses

VCB package is based on vcbb made by chrjen licensed under the MIT license