rep-movsd / 9d

Complete software suite for the nand2tetris MOOC course
GNU General Public License v3.0
20 stars 2 forks source link

Create a basic abstraction for a logic gate #3

Closed rep-movsd closed 6 years ago

rep-movsd commented 6 years ago

Start by making a simple NAND abstraction

Will have to revist how to abstract compositions of gates to perform efficiently when 100000s of them are wired up

dumptyd commented 6 years ago

Can the whole thing be made in JS too?

rep-movsd commented 6 years ago

we will try compileing teh C++ code in emscripten the UI can be in JS for a web version