Get Reflex++

The public version of Reflex++ is free for evaluation and non-commercial use.

Contact us for commercial licensing and source code access.

1

Clone the repository

Clone the public Reflex++ repository from GitHub to get the framework headers, examples, and tooling.

git clone https://github.com/reflexplusplus/reflex_public
2

Install binaries

Run the install script to download the precompiled binaries for your platform and current version.

Windows
install.bat
macOS
./install.command
!

When updating the repo, if the version tag changes, run install again to download the updated binaries for that version.

3

Create your project

Run the Project Creator from bin/tools to generate a ready-to-build project. Build and run straight away.

Visual Studio
Xcode
Android Studio
CMake

CMake output is also included for custom toolchains and CI integration.