Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rojo-rbx/rojo
Rojo enables Roblox developers to use professional-grade software engineering tools
https://github.com/rojo-rbx/rojo
lua roblox roblox-studio sync
Last synced: 5 days ago
JSON representation
Rojo enables Roblox developers to use professional-grade software engineering tools
- Host: GitHub
- URL: https://github.com/rojo-rbx/rojo
- Owner: rojo-rbx
- License: mpl-2.0
- Created: 2017-11-30T00:42:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T06:57:22.000Z (7 months ago)
- Last Synced: 2024-05-20T03:17:44.695Z (7 months ago)
- Topics: lua, roblox, roblox-studio, sync
- Language: Lua
- Homepage: https://rojo.space
- Size: 3.49 MB
- Stars: 886
- Watchers: 30
- Forks: 168
- Open Issues: 117
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-roblox - Rojo
- awesome-roblox - Rojo - Enables Roblox developers to use professional-grade software engineering tools. (Tooling / Syncing Tools)
- awesome-roblox - Rojo
README
**Rojo** is a tool designed to enable Roblox developers to use professional-grade software engineering tools.
With Rojo, it's possible to use industry-leading tools like **Visual Studio Code** and **Git**.
Rojo is designed for power users who want to use the best tools available for building games, libraries, and plugins.
## Features
Rojo enables:* Working on scripts and models from the filesystem, in your favorite editor
* Versioning your game, library, or plugin using Git or another VCS
* Streaming `rbxmx` and `rbxm` models into your game in real time
* Packaging and deploying your project to Roblox.com from the command lineIn the future, Rojo will be able to:
* Sync instances from Roblox Studio to the filesystem
* Automatically convert your existing game to work with Rojo
* Import custom instances like MoonScript code## [Documentation](https://rojo.space/docs)
Documentation is hosted in the [rojo.space repository](https://github.com/rojo-rbx/rojo.space).## Contributing
Check out our [contribution guide](CONTRIBUTING.md) for detailed instructions for helping work on Rojo!Pull requests are welcome!
Rojo supports Rust 1.70.0 and newer. The minimum supported version of Rust is based on the latest versions of the dependencies that Rojo has.
## License
Rojo is available under the terms of the Mozilla Public License, Version 2.0. See [LICENSE.txt](LICENSE.txt) for details.