This is a repository containing a set of features that people commonly want to implement with Roact, and the way that I'd build them.
theming- Dynamic theming based on Roact's context featuregamepad- Exploring gamepad development in Roact- This example is a prototype and needs a new Roact feature to be production-ready
Make sure that:
- You have all Git submodules pulled down.
- If you clone this repository with
git clone --recurse-submodules, you're good to go. - If you've already cloned the repository, use
git submodule update --initto get them.
- If you clone this repository with
- You have Rojo 0.4.10 or newer installed, used to sync examples into Roblox Studio.
- Run
rojo servein one of the pattern folders, liketheming - Open a new Roblox Studio place
- Enable HTTP in Game Settings
- Press 'Sync In' in the Rojo toolbar
- Run the game
This project is available under the CC0 1.0 Universal license.
Details are in LICENSE.