LogiJS
LogiJS copied to clipboard
Discover and create logic circuits
Bumps [sharp](https://github.com/lovell/sharp) from 0.23.0 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @dwisiswant0 Add support for --libc flag...
I was trying to build a RAM, from 1 bit to 1 byte, 8 bytes and so on. However, the 8-byte-block works fine when tested directly, but if it is...
Since I'm already here: I could not delete any sketches in my account. After I click on "Delete" and "SURE?" in the dashboard, it reloads, but all sketches are still...
Currently the diodes only go from horizontal lines to vertical lines, what if they could go the other way as well? If implemented, just make sure it's not buggy.
When I press the `module` button there is no way for me to add my own custom block shown in the module preview. I have tried with different outputs/inputs, different...
This could be like an acquiring page for teachers, universities, professors etc. Altough most useful when we have a self-hostable version or anything, it doesn't hurt to bring it up...
In some editors, it's possible to not show every individual wire going in and out of registers etc. but summing them to one wire that transfers multiple bits. This can...
I'd like to implement a marketplace where users can publish their sketches for everyone. For this, a published sketch should contain all dependencies. This requires a dependency analysis, an algorithm...