Prof. Dr. Theo Kluter
Prof. Dr. Theo Kluter
One of the great features of logisim is the fact that it can be switched to different languages (Carl, thanks for this!). Since the original version of Carl Burch, quite...
I took the liberty to browse through forks of our project and noticed a lot of great enhancements, bug-fixes, additions, great ideas, and so on that live in parallel to...
Currently all build-in libraries (except for the HDL-IP library that is kept for backward-compatibility) are enabled in the default template. For most use-cases only a sub-set are used. I would...
One of the reasons for slow "simulation" is the fact that for each "change" in logisim the window redraw functions are called. This often leads to a snowball effect on...
This issue I not only observed in the merge tests I did, but also with some students during practical work sessions. The effect: Removing parts of a circuit and adding...
My PR #1194 adds a checkbox to the template preferences that says ```Remove unused libraries on save``` If checked logisim will only write those libraries in the ```.circ``` file that...
My PR #1209 introduces project bundles. Currently logisim knows how to open `.circ` files (on command line) but not how to handle `.lsebdl` files. We should add a default association...