Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renato-bohler/logossim
Digital logic simulator, built to be extensible
https://github.com/renato-bohler/logossim
Last synced: 17 days ago
JSON representation
Digital logic simulator, built to be extensible
- Host: GitHub
- URL: https://github.com/renato-bohler/logossim
- Owner: renato-bohler
- License: mit
- Created: 2019-12-16T01:44:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T20:46:38.000Z (6 months ago)
- Last Synced: 2024-05-20T23:17:19.014Z (6 months ago)
- Language: JavaScript
- Homepage: https://bohler.dev/logossim/
- Size: 3.47 MB
- Stars: 96
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logossim](/assets/header.png)
# :warning: Work in progress
This is currently a work in progress.
# What is this?
This is **logossim**, an open source digital logic simulator for the web, built to be easily extensible.
# Project structure
The repository is using a monorepo strategy in order to separate constraints into different projects:
- [`@logossim/core`](/packages/@logossim/core/README.md)
- [`@logossim/components`](/packages/@logossim/components/README.md)
- [`@logossim/page`](/packages/@logossim/page/README.md)
- [`@logossim/component-creator`](/packages/@logossim/component-creator/README.md)# Installation
Requirements
- [NodeJS](https://nodejs.org/en/)
- [Yarn](https://classic.yarnpkg.com/lang/en/)Clone project and install
```
git clone https://github.com/renato-bohler/logossim.git
cd logossim
yarn
```Run project
```
yarn start
```