LogicEmu logic circuit simulator

Thread Starter

Lode

Joined May 20, 2018
3
Hello,

I'd like to present LogicEmu, a new online logic circuit simulator. It's full of interesting circuits (in the circuits dropdown) like those discussed in this forum, so it should be relevant:

http://lodev.org/logicemu/

It makes it possible to test all kinds of logic circuits in different physics algorithm modes as well. It does not use standard notation, but that's to allow packing lots of stuff on screen for large circuits.

It's also completely free and open sourced on github. I'm looking for feedback, so your feedback is very welcome. Thanks!
 

dl324

Joined Mar 30, 2015
18,328
Welcome to AAC!

No comments on the simulator though. I don't allow Javascript to run on untrusted websites...
 

Thread Starter

Lode

Joined May 20, 2018
3
That's alright, you can view the code on github instead: https://github.com/lvandeve/logicemu

It's actually completely self contained javascript, it does not connect to any servers, you can as well download the html and js files and run it locally offline.

What do you mean by untrusted by the way? What platforms do you trust?
 
Last edited:

Thread Starter

Lode

Joined May 20, 2018
3
Just something I wanted to do, for fun, and to simulate circuits (itself also for fun). I know other simulators exist, but this one was good for things I wanted to try
 
Top