LPGhatguy / rbxfs

Sync Roblox scripts from the filesystem for easy editing!
MIT License
6 stars 1 forks source link

Finish Rust Rewrite #4

Closed LPGhatguy closed 6 years ago

LPGhatguy commented 6 years ago

The rust branch has a work-in-progress rewrite of the system in Rust. It has a few notable improvements:

LPGhatguy commented 6 years ago

The scope of the Rust plugin changed a bit.

The server is now a lot simpler, and more of the work is in Lua. I anticipate that users won't update the server component very often, but Roblox has an update mechanism for plugins.

In addition to taking over from the JS version of rbxfs, the Rust version will also supersede rbxpacker and provide a consistent project format for Roblox places.

LPGhatguy commented 6 years ago

It's done, here: https://github.com/LPGhatguy/rojo