The public version of Reflex++ is free for evaluation and non-commercial use.
Contact us for commercial licensing and source code access.
Clone the public Reflex++ repository from GitHub to get the framework headers, examples, and tooling.
git clone https://github.com/reflexplusplus/reflex_public
Run the install script to download the precompiled binaries for your platform and current version.
install.bat
./install.command
When updating the repo, if the version tag changes, run install again to download the updated binaries for that version.
Run the Project Creator from bin/tools to generate a ready-to-build project. Build and run straight away.
CMake output is also included for custom toolchains and CI integration.