/OUI

Fast cross-platform UI engine

Primary LanguagePythonMIT LicenseMIT

Note: This repository is for the OUI JavaScript runtime. For the C++ library go here: Engine

OUI

OUI is a cross-platform UI engine written from the ground up in C++. It allows you to easily build programs with rich UIs that can be built for many operating systems. The functionality for your program can be written in C++ or JavaScript (coming soon).

Simple Demo App

Setup

Windows Download NodeJS if not already installed - https://nodejs.org/en/download/

Download python3 if not already installed https://www.python.org/ - Note: node-gyp uses python2, which will be installed automatically

With administrator permissions:

npm install --global --production windows-build-tools

then:

npm install --global node-gyp
python3 scripts/setup.py
node-gyp configure
node-gyp build