Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurensk/logisim-macos
Logisim for macOS Catalina and newer
https://github.com/laurensk/logisim-macos
application-stub java logisim macos-app macos-catalina
Last synced: about 1 month ago
JSON representation
Logisim for macOS Catalina and newer
- Host: GitHub
- URL: https://github.com/laurensk/logisim-macos
- Owner: laurensk
- Created: 2020-05-05T10:23:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T13:03:16.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T03:13:55.474Z (almost 2 years ago)
- Topics: application-stub, java, logisim, macos-app, macos-catalina
- Homepage:
- Size: 5.99 MB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logisim for macOS Catalina and newer
This is an Application Stub for macOS Catalina and newer to run Logisim without installing the old Java Runtime Environment.
### Installation
Logisim requires the Java JDK. I recommend installing it with [Homebrew](https://brew.sh/index_de).
After installing Homebrew, download and install Java as a brew cask in your Terminal:```sh
$ brew cask install java
```Alternatively, if you are running macOS 11 (Big Sur) and HomeBrew > 2.6.0:
```sh
$ brew install --cask adoptopenjdk/openjdk/adoptopenjdk8
```Next, download the [Release-App](https://github.com/LaurensKDev/logisim-macos/releases) and drag it into your Applications folder.
#### Open "Logisim" and enjoy!
### Note
I didn't develop the Logisim app! This is only an Application Stub to run it on macOS Catalina and newer.
Credit: http://www.cburch.com/logisim/index.html