top | item 44996750

(no title)

koshergweilo | 6 months ago

> Librebox is currently in demo stage (it implements a limited subset of the Roblox API

Probably worth mentioning this is just a demo. There's a looooong list of API features that aren't implemented (most notably servers and networking)

discuss

order

jay_kyburz|6 months ago

I would start with the servers and networking if I were them. It can be really hard to bolt that on later.

njredar676|6 months ago

Good point. We thought about this in advance.

The reason we chose to prioritize client support, then server, was replication. If we develop a strong client with broad support, it makes developing the replication piece easier, since the client already supports the features in mind. It would also allow us to make Librebox more practical for game development in its early stages.

We'd love to see how you could do the client-server model though. Perhaps, there is a new and more efficient way.