rojo
rojo copied to clipboard
Rojo enables Roblox developers to use professional-grade software engineering tools
To prevent changes ping-ponging between clients, patch sets should have a `source` field attached to them. Each endpoint, including servers and clients, should generate a GUID source for themselves so...
Given this node from a project: ```json "ReplicatedStorage": { "$className": "ReplicatedStorage", "$path": "src/ReplicatedStorage", "$ignoreUnknownInstances": true, "Subfolder": { "$path": "src/ReplicatedStorage/Subfolder", "$ignoreUnknownInstances": true } } ``` If `src/ReplicatedStorage/Subfolder` exists on the filesystem,...
Something I turn to Remodel for is management for all the assets I use in my game. This is both because Rojo does not allow me include my MeshParts in...
Profiles
Depends on #95. We've been talking a lot about how to enable users to enable debug versions of libraries like Roact where they can have extra development information. One way...
On some platforms, file change events fire with the canonicalized version of a path instead of the version used to start watching. This might be the same issue as #251...
Rojo ends up with paths that have mixed directory separators on Windows all the time, like: ``` C:\projects\rojo\plugin\modules/roact/src\Binding.spec.lua ``` We should make an effort to normalize all paths to line...
For integrating Rojo with existing build systems, it'd be handy to know what files Rojo is looking at when building a given project. I imagine this could happen in a...
This was briefly talked about on Discord, but it'd help for projects like roblox-lua-autofills if they could connect to the Rojo server and use it to receive useful information similar...
It would be useful to start shipping an installer for every release of Rojo. It would go through the trouble of installing Rojo into a persistent place, changing the user's...
Rojo has a Rust API on accident, you can see the API here: https://docs.rs/rojo/0.5.0-alpha.13/librojo/ I'd like to stabilize just the `commands` submodule and commit to some sort of stability guarantee...