logicrs icon indicating copy to clipboard operation
logicrs copied to clipboard

An easy-to-use simulator for logical circuits

Results 11 logicrs issues
Sort by recently updated
recently updated
newest added

It would be nice if this app would be published on Flathub.

We need to implement the clock that can be operated on the chosen frequency. This will be useful in many other modules.

enhancement
builtin-modules

Each builtin module (defined in `src/simulator/builtin`) should have its own unit test validating that it behaves according to its truth table.

enhancement
hacktoberfest

Add new example projects to the `examples/` directory, like subtractors, multipliers, gates, etc. This does not require writing any code

enhancement
good first issue
hacktoberfest

I feel like 3 bit and and 3 bit or gates should be put by default in the app since they are used in few complex logic gates. I don't...

enhancement

# Issue "delete" option on rightclick should be greyed out or removed completely since input/output nodes aren't deletable. Deleteion works as expected on normal nodes. ![image](https://user-images.githubusercontent.com/75088766/215269077-ede733d8-527b-4010-983a-20927b34c94f.png) Example of greyed out...

bug
ui-bug

It would be cool to be able to automatically arrange nodes (gates) with a button

enhancement
hacktoberfest

- drag multiple selected blocks as one - hold shift to add to selection - hold ctrl to toggle selection status -> this interferes with Ctrl+LMB (pan), which should be...

enhancement