github.com/renato-bohler/logossim ↗
Digital logic simulator, built to be extensible
Open this visualization on its own page →
Contributors
2
Lines of Code
1,279
From
2019-12-16
To
2020-12-16
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.