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
- Host: GitHub
- URL: https://github.com/maidenlessusr/builder
- Owner: MaidenlessUsr
- License: mit
- Created: 2022-12-19T17:31:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T07:36:31.000Z (over 2 years ago)
- Last Synced: 2025-02-05T05:57:20.586Z (8 months ago)
- Topics: luau, roblox
- Language: Lua
- Homepage: https://realethanplayzdev.github.io/Builder/About/
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```