mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
55 lines
2.2 KiB
Markdown
55 lines
2.2 KiB
Markdown
<div align="center">
|
|
<a href="https://rojo.space">
|
|
<img src="assets/logo-512.png" alt="Rojo" height="217" />
|
|
</a>
|
|
</div>
|
|
|
|
<div> </div>
|
|
|
|
<div align="center">
|
|
<a href="https://travis-ci.org/rojo-rbx/rojo">
|
|
<img src="https://api.travis-ci.org/rojo-rbx/rojo.svg?branch=master" alt="Travis-CI Build Status" />
|
|
</a>
|
|
<a href="https://crates.io/crates/rojo">
|
|
<img src="https://img.shields.io/crates/v/rojo.svg?label=version" alt="Latest server version" />
|
|
</a>
|
|
<a href="https://rojo.space/docs/0.5.x">
|
|
<img src="https://img.shields.io/badge/docs-0.5.x-brightgreen.svg" alt="Rojo 0.5.x Documentation" />
|
|
</a>
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
**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](https://rojo.space/docs)
|
|
If you find any mistakes, feel free to make changes in the [docs](https://github.com/rojo-rbx/rojo/tree/master/docs) folder of this repository and submit a pull request!
|
|
|
|
## Contributing
|
|
Check out our [contribution guide](CONTRIBUTING.md) 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](LICENSE.txt) for details. |