joas8211 / Logic.js

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

Logic.js

This project is work in progress.

Problem

The primary goal of these libs / apps at the current scope is to be educational.

I've seen educational sources use custom-made diagrams and animations of logic gate structures. They may be quite time-consuming to make, quality can be shitty, aren't interactive or easily replicated by the audience. There are already some solutions to this, but they are proprietary and/or not free, as far as I know. (Not tested them out yet)

Solution

The solution I'm working on would be FOSS and much more advanced.

Here's what I had in mind

" The library only comes with needed basic components (logic gates) out of the box and supports abstractions (packages), exporting and importing for further needs and maximizing reality.

That is where the current scope would end, but ideas for next milestone, which are needed to keep in mind, are as follows:

Current state of the project

Help needed

  1. Code review (most important)
  2. Project management and documentation (I'll still lead)
  3. Testing and unit testing
  4. Visualization library
  5. Editor web application (first real-life implementation)

If you find yourself capable of doing some or all of the above (in order of importance), I'm honored to get a helping hand or a partner. All comments and ideas are welcome too.