Clone this repo to try a simple Ultralight app!
This is a minimal Ultralight app you can use with the Writing Your First App article in the Ultralight documentation.
Before you build and run, you'll need to install the prerequisites for your platform.
To clone the repo and build, run the following:
git clone https://github.com/ultralight-ux/ultralight-quick-start
cd ultralight-quick-start
cmake -B build
cmake --build build --config Release
Navigate to ultralight-quick-start/build
and run MyApp
to launch the program.
Navigate to ultralight-quick-start/build/Release
and run MyApp
to launch the program.
Follow the Writing Your First App guide and other tutorials in the documentation for more info.