Skip to content

OLED Screen editor and other utilities for SimHub from eCrowne

License

Notifications You must be signed in to change notification settings

eCrowneEng/sh-util

Repository files navigation

eCrowne Utilities (OLED)

A very crude layout editor for OLED screens used with SimHub.

Screenshot of editor

NOTE: It currently only supports opening its own created ini files.

Head over to the discord for support or discussion: https://discord.gg/EBbzWWyGgr

How to:

If you want to try it out, grab the latest compiled installer from the releases section.

By default it comes with a layout pre-built, feel free to tinker with it. You can add very basic elements, like text, progressbar, line and rectangles. Other more complex elements like the Map, relative layout modifiers, and "includes" are not yet supported.

It's built with Electron, so the size is a bit large because it has to include node and chrome with it. If you don't trust the release binaries I provide, feel free to recompile using the instructions below:

Development

Install

Clone the repo and install dependencies:

npm install

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package -- --win