Part to Terrain is a Roblox plugin that allows users to convert parts into terrain.
The plugin uses some third-party tools while developing:
- React-lua - Lua translation of Facebook's React
- BasicState - Key-value based state management library
- Rojo - Syncs scripts into Roblox Studio.
- Selene - Syntax checking and linter
- Wally - Package manager for Roblox projects
-
Make sure you have installed Git, Wally, and Rojo in order to build the plugin. (If you want to use toolchains like Foreman, run
foreman install
) -
Clone the repo:
git clone https://github.com/mkargus/PartToTerrain.git
- Inside the project's root folder, you'll need to install the packages used for the plugin via Wally:
wally install
- To compile the plugin without the test scripts, run Rojo with this command:
rojo build -o PartToTerrain.rbxmx
- TigerCaptain - Original concept
- CloneTrooper1019 - Helped with the original plugin
- Valletta - Created the logo for this plugin