Skip to content

Digital Logic Circuitry designer in Windows Forms, designed as a module of SharpVM. NuGet packages Wireform and Wireform Input are available here.

License

Notifications You must be signed in to change notification settings

RyanAlameddine/WireForm

Repository files navigation

WireForm

WireForm is a .NET Standard 2.0 library created to simulate logic gates and other digital circuitry through a simple graphical interface. Currently, the library has an implementation provided in Windows Forms (.NET Framework). An online Blazor implementation is also being worked on as a subset of SharpVM. I have also developed an app using this library that simulates hand-drawn digital logic circuit diagrams called WireForm-Sketch which can be found here!

Please refer to the Project Board for information on the current progress of the WireForm.

Features

  • Many simple logic gates such as AND, OR, XOR, NOT, etc.
  • The ability to rotate gates for improved control of circuit board
  • Wires with variable bitDepth (running multiple bits through a single wire)
  • The ability to split or weave wires to and from different bitDepths using the special Splitter gate
  • Gates with a dynamic input/output count
  • Undo-Redo functionality
  • Copy-Cut-Paste functionality
  • Smart selection features which prohibit gates from overlapping and provide visual feedback of intersection and connection between gates and wires.
  • If multiple objects are selected who share a property (like bitDepth, rotation, etc) all intersecting properties will be displayed and editable
  • Other ease of use features such as additive selections (holding shift while selecting to add items), etc.

Examples

  • Controls Sample
  • Full Adder:
  • Splitter Example:

Library Usage

Both the WireForm and the WireFormInput libraries are available in the NuGet packages section above.

If you would like to use the back-end wire and gate simulation framework WireForm in your own project, feel free to check out this link. This library supports the ability for you to define gates, wires, and connections as well as create your own custom gates and experiment with propogating electricity through each circuit.

If you would like to also use the built in input system defined for wireform, use WireFormInput as well. This library was specifically designed to be a separate layer from the drawing and circuitry layers, and thus you are welcome to provide any front-end you want. However, WireFormInput provides key functionality transforming key presses and clicks to changes in circuit tool states and easy access to things like circuit properties and circuit actions.

Installation

Currently, there's no published version of the front-end project, but feel free to build the project on your own.

Extension

Both Wireform (the base library which handles all the circuitry and electricity) and WireformInput (the layer which handles all the user input, dropdowns, hotkeys, and changes in the circuitboard) are available as NuGet packages on this repository.

Gates can be added by extending the abstract class Gate and registering your new class.

About

Digital Logic Circuitry designer in Windows Forms, designed as a module of SharpVM. NuGet packages Wireform and Wireform Input are available here.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages