renato-bohler/logossim ↗
Created Feb 16, 2021 · View the renato-bohler/logossim repository page
Digital logic simulator, built to be extensible
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
1,279
From
Dec 16, 2019
To
Dec 16, 2020
About renato-bohler/logossim
Logossim is an open-source digital logic simulator designed for web browsers, emphasizing extensibility and modularity. The project is organized as a monorepo with separate packages for core simulation logic, component definitions, the main application interface, and a component creation tool. Built with JavaScript, it allows users to design and simulate digital circuits in a browser environment while enabling developers to extend functionality through its modular architecture.
The project is still in active development. It requires Node.js and Yarn to set up and run locally. The separation into distinct packages suggests a well-considered design approach where circuit simulation logic, UI components, and component authoring tools are maintained independently, allowing each to evolve without tightly coupling dependencies.
