With this project you will be able to generate a bit grid which, when clicked, can be toggled on or off. if you press [z] you can see the id of the bit called "bID" and its position. pressing [e] on a bit accesses the editing window: it is possible to associate a logic gate and the 2 input points to which other bits can be connected which in turn can also be logical gates. click outside the bit editing window to exit. When a logic gate is associated with a bit, you will not be able to interact with it: only empty bits can be switched between on and off. Logic gates that have 1 input for example "=" and NOT, will only use input 1, input 2 will be ignored. press [x] on a bit to see which bits it takes input from press [c] on a bit to see which logic gate is assigned
change log v0.3 - publish