Rojo is a tool designed to enable Roblox developers to use professional-grade software engineering tools.

Lucien Greathouse 717c15256f Update GH workflows, bump minimum Rust to 1.36.0 5 vuotta sitten
.cargo 80154bbf9f Build with static CRT on Windows, fixes #89. 6 vuotta sitten
.github 717c15256f Update GH workflows, bump minimum Rust to 1.36.0 5 vuotta sitten
assets 81407ffe3c Goodbye Lemur and other cruft, hello run-in-roblox-based testing 5 vuotta sitten
bin 78e3cf4ffb Fix rojo-test tests not running on CI 5 vuotta sitten
docs 88e462c4e5 Add help page to direct people to Discord, GitHub, and Twitter 5 vuotta sitten
plugin e34ba844c5 Improve diagnostics for failed instance creation 5 vuotta sitten
rojo-test 8ef797d1a4 Start writing real serve tests 5 vuotta sitten
src 1d84d3e440 Wrap RojoTree in Mutex 5 vuotta sitten
test-projects fea303ac8b Major Subsystem Rewrite (Reconciler Mk5) (#217) 5 vuotta sitten
tests 6f7dbe99fe Move Rojo server into root of the repository 5 vuotta sitten
.editorconfig 81407ffe3c Goodbye Lemur and other cruft, hello run-in-roblox-based testing 5 vuotta sitten
.gitignore 056fc5e087 Remove old 'scratch project' test script, clean up .gitignore 5 vuotta sitten
.gitmodules 81407ffe3c Goodbye Lemur and other cruft, hello run-in-roblox-based testing 5 vuotta sitten
.travis.yml 717c15256f Update GH workflows, bump minimum Rust to 1.36.0 5 vuotta sitten
CHANGELOG.md 5d48d05287 Update Changelog 5 vuotta sitten
CONTRIBUTING.md 91caa67e04 Release 0.5.0 stable (#234) 5 vuotta sitten
Cargo.lock 8ef797d1a4 Start writing real serve tests 5 vuotta sitten
Cargo.toml cf5f20bbb5 Upgrade depdendencies, removing need for opt-level in debug 5 vuotta sitten
LICENSE.txt 6fcb895d70 Tweak bottom of README, move LICENSE to LICENSE.txt 6 vuotta sitten
README.md 717c15256f Update GH workflows, bump minimum Rust to 1.36.0 5 vuotta sitten
design.gv fea303ac8b Major Subsystem Rewrite (Reconciler Mk5) (#217) 5 vuotta sitten
mkdocs.yml 88e462c4e5 Add help page to direct people to Discord, GitHub, and Twitter 5 vuotta sitten

README.md

 

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 line

Soon, Rojo will be able to:

  • Automatically convert your existing game to work with Rojo
  • Sync instances from Roblox Studio to the filesystem
  • Automatically manage your assets on Roblox.com, like images and sounds
  • Import custom instances like MoonScript code

Documentation

If you find any mistakes, feel free to make changes in the docs folder of this repository and submit a pull request!

Contributing

Check out our contribution guide for detailed instructions for helping work on Rojo!

Pull requests are welcome!

Rojo supports Rust 1.36.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 for details.