Skip to content

Releases: MittyRobotics/tko-electronics-sim

TKO Circuit Simulator Official Packaging v3

03 Jul 20:14
Compare
Choose a tag to compare

Updated on 7/6/21

Installation

Find your OS below, and follow the installation instructions.

Windows

  1. Download windows.zip
  2. Right click the file and select Extract All
  3. Open the folder windows
  4. Double click the executable file (.exe) and the app should open.

MacOS

Due to compatibility issues with LWJGL3 and the M1 chipset, the mac binary for the simulator still uses LWJGL2. Functionality should be close to identical.

  1. Download tko-electronics-sim-mac.pkg below.
  2. Double click it. Follow the install instructions.
  3. The app should be installed in your Applications folder. You can use spotlight (command-space) to search for it.

If the program crashes with the error requiring a Java Runtime, download it here, open the file, and follow the instructions. Then run the simulator again.

Ubuntu, Debian

  1. Download the DEB file below (Ubuntu, Debian) and install

Run .jar directly

  1. You need JRE 1.8-1.14 to run this. If you don't have Java already, download it here and select the download and version for your OS. Follow the installation directions.
  2. Download tko-electronics-sim.jar below and run it with double click or use your shell and run java -jar tko-electronics-sim.jar.
    *For mac: download and run tko-electronics-sim-mac.jar instead.

What's New

Important additions/fixes

  • Fixed a few critical bugs (see resolved issues)
  • Added a welcome screen and other QOL changes
  • Migrated to LWJGL3 backend (excepting MacOS)
  • Fixed memory leak

TKO Circuit Simulator Official Packaging v2

14 Dec 23:05
Compare
Choose a tag to compare

Updated on 12/14/2020

Installation

Windows

  1. Download windows.zip
  2. Right click the file and select Extract All
  3. Open the folder windows, then open the folder bin
  4. Double click TKOcircuitsim.exe and the app should open. Do not move the exe file to any other location, but rather move the entire windows folder.

Note: If the program crashes with the error requiring a Java Runtime, download it here, open the file, and follow the instructions. Then run the simulator again.

Mac

Important: You need JRE 1.8 (Java Runtime Environment). Download it here.
Double click the file to open the installer and follow its instructions (you don't need to change any presets).

  1. Download tko-electronics-sim.dmg below.
  2. Double click it. A Finder window with the app electronicssim should open
  3. Right click the app and select Open, then click Open. The app should open.

Linux/BSD

  1. You need JRE 1.8-1.11 to run this. If you don't have Java 1.8 already, download it here and select the download for your OS. Follow the installation directions.
  2. Download desktop-1.0.jar below and run it with double click or use your shell and run java -jar desktop-1.0.jar.

What's New

Important additions/fixes

  • QOL minor bug fixes
  • Shape renderer optimization
  • Fixed memory leak

TKO Circuit Simulator Official Packaging

13 Oct 21:19
9debb17
Compare
Choose a tag to compare

Updated on 11/05/2020

Installation

Windows

  1. Download windows.zip
  2. Right click the file and select Extract All
  3. Open the folder windows, then open the folder bin
  4. Double click TKOcircuitsim.exe and the app should open. Do not move the exe file to any other location.

Note: If the program crashes with the error requiring a Java Runtime, download it here, open the file, and follow the instructions. Then run the simulator again.

Mac

Important: You need JRE 1.8 (Java Runtime Environment). Download it here.
Double click the file to open the installer and follow its instructions (you don't need to change any presets).

  1. Download tko-electronics-sim.dmg below.
  2. Double click it. A Finder window with the app electronicssim should open
  3. Right click the app and select Open, then click Open. The app should open.

Linux/BSD

  1. You need JRE 1.8 to run this. If you don't have Java 1.8 already, download it here and select the download for your OS. Follow the installation directions.
  2. Download desktop-1.0.jar below and run it with double click or use your shell and run java -jar desktop-1.0.jar.

What's New

Important additions/fixes

  • Fully functional debugging/simulation with LEDs
  • Fully functional saving/importing
  • All pneumatics included
  • Many bug fixes

QOL additions

  • New ethernet/crimped attachment graphics
  • Autosaving color themes

TKO Circuit Simulator Official Packaging

03 Oct 21:51
Compare
Choose a tag to compare

The below is outdated. Look above

## Installation

### Windows

1. Download `windows.zip`

2. Right click the file and select `Extract All`

3. Open the folder `windows`, then open the folder `bin`

4. Double click `TKOcircuitsim.exe` and the app should open. Do not move the `exe` file to any other location.

*Note*
Should the program crash with the error requiring a Java Runtime, download it [here](https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jre_x64_windows_hotspot_8u265b01.msi), open the file, and follow the instructions. Then run the simulator again.

### Mac

You need JRE 1.8 (Java Runtime Environment) to run this. Download it ![here](https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jre_x64_mac_hotspot_8u265b01.pkg). 

Double click the file to open the installer and follow its instructions (you don't need to change any presets). 
If you have parental controls and cannot allow the install, this is a good excuse to get your parents to remove them.

1. Download `tko-electronics-sim.dmg` below.

2. Double click it. A Finder window with the app `electronicssim` should open

3. Right click the app and select `Open`, then click `Open Anyways`. The app should open.

### Linux/BSD

1. You need JRE 1.8 to run this. If you don't have Java 1.8 already, download it ![here](https://www.oracle.com/java/technologies/javase-jre8-downloads.html) and select the download for your OS. Follow the installation directions.

2. Download `desktop-1.0.jar` below and run it with double click or use your shell and run `java -jar desktop-1.0.jar`.

TKO Circuit Simulator

19 Sep 20:38
Compare
Choose a tag to compare

First official release! Go download the jar below.

outdated, look above