florisweb / gateSim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gateSim

  • Basic components: new InOutput (Node > InOutPut > WorldInput/WorldOutput)

new Component (BaseComponent + (DragComponent > BuildComponent) > Component)

new LineComponent (BaseComponent > LineComponent)

==== Renderer ====

  • Camera
    • position: in the center of the screen

ALU: Instruction: 0000 0001: + 0010: *

0100: > 0101: = 0110: <

Negative Numbers: 0000: 0 1111: -0

-1 = 1110 1 = 0001

inv(0001) = 1110 inv(1) = -1

About

License:MIT License


Languages

Language:JavaScript 77.3%Language:CSS 12.6%Language:PHP 8.0%Language:Hack 1.5%Language:Shell 0.6%