An open API service indexing awesome lists of open source software.

https://github.com/maidenlessusr/builder

Builder - An instance building system
https://github.com/maidenlessusr/builder

luau roblox

Last synced: 7 months ago
JSON representation

Builder - An instance building system

Awesome Lists containing this project

README

          

# Builder
Builder is a library to build instances in Roblox, similar to Roact and Fusion.

## Documentation
https://realethanplayzdev.github.io/Builder/About/

## Install Builder
- Install via Wally, add the following to your ``wally.toml`` file:
```
Builder = "realethanplayzdev/builder@0.1.5
```
- Get an rbxm from [GitHub Actions build](https://github.com/RealEthanPlayzDev/Builder/actions/workflows/build.yml) (latest commits, potentially unstable) (needs a GitHub account to download artifacts)
- Get an rbxm from [releases](https://github.com/RealEthanPlayzDev/Builder/releases)
- Copy the source tree directly into your project
- [Build manually](#building-builder)

## Building Builder
- On VSCode: Run the build task
- On a terminal:
```
rojo build default.project.json --output Builder.rbxm
```