joas8211 / Logic.js

WIP: Web based logic gate simulation
MIT License
0 stars 2 forks source link

Adding Multiplexers. #1

Open jmclemo6 opened 6 years ago

jmclemo6 commented 6 years ago

I think this would be a good idea as the multiplexer is a pretty ubiquitous design in digital logic.

joas8211 commented 6 years ago

Doesn't this require modifing the base functionality (I/O) to use "analog" signals instead of digital, or numeric values instead of boolean values?

It isn't a big deal this early on the development (not even drawing implemented).

jmclemo6 commented 6 years ago

Not necessarily. Even a 2-to-1 MUX that takes two boolean inputs along with a select bit and has one boolean output could be useful.

joas8211 commented 6 years ago

This feature will be implemented as soon as I just get back to this project, which may be never.

I don't plan to end this project here, but usually it goes like that with my bigger personal projects. I'd love to continue this but I'm not able to currently.

The only differense this time is there's at least someone interested in the project.