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

https://github.com/freeway-rbx/freeway

An app for Roblox artists. Live linking 3D models and images from a local folder to Roblox Studio
https://github.com/freeway-rbx/freeway

game-asset-management gamedev roblox roblox-art robloxdev

Last synced: 3 months ago
JSON representation

An app for Roblox artists. Live linking 3D models and images from a local folder to Roblox Studio

Awesome Lists containing this project

README

          

# Freeway -- 100x faster asset iteration on Roblox

Please visit [https://freeway-rbx.app](https://freeway-rbx.app) for how-tos and product details.

### Installation

1. [Download and install Freeway app](https://github.com/freeway-rbx/freeway/releases)
2. Open the working folder from the app start screen, place your images and gLTF(.glb) files there
3. Open Roblox Studio, click Plugins, and click Freeway.
4. Follow the instructions in the plugin.

### Note on meshes support
Freeway only understands gLTF files in binary format(.glb); it can't decimate meshes(yet!), so please make sure your mesh fits the Roblox verts count limit.

#### For contributors

App development requires [nodejs](https://nodejs.org). Please install it first.

Install dependencies:

```bash
npm install
```

Run

```bash
npm run dev
```