Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 953 Bytes

File metadata and controls

19 lines (15 loc) · 953 Bytes

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