Multitouch Table FH Ingolstadt: Unterschied zwischen den Versionen

(Link zum git-Repo eingetragen)
 
== Logicsimulator ==
Digital Technologies are highly interesting but sometimes really confusing, especially while learning the basics.
To understand how combinatorial circuits with some logic gates work, building the circuit would be helpful.
Unfortunately you'll need hardware, switches, LEDs, wires and maybe some other stuff. Furthermore, it's pretty hard to "look inside" the circuit, and maybe there are mistakes inside it.
 
I decided to develop an application, where you can "touch" all the hardware you need to do exactly this, and where you can make all the connections without soldering.
under construction...
 
'''Implemented features:'''
 
- most common gates (AND, OR, XOR, ...)
 
- a selection window for the gates with a slider for the number of Inputs
 
- Inputbuttons on the gates you can activate by touching it. The colour (red/grey) indicates the state.
 
- the output of the gates is red / grey, indicating, wether the logical condition is true or false
 
- you can have several instances of the same gate with a different number of Inputs at one time.
 
- you can move and scale the gates as you wish
 
'''Not yet Implemented:'''
 
- the possibility to connect the gates.
 
 
That means, at the moment you can only try out different types of gates and see how they react on activating their Inputs.
 
Unfortunately I'm no professional in developing GUIs, so the sourcecode may be confusing. The time has come for a new version.
 
== Swing + MT4J ==
0

Bearbeitungen