[Solved] Implementing a way to draw

Does anyone know how I would go about setting up something akin to a whiteboard? Something that would allow you to draw on it. Preferably without using the shape painter. Any ideas what the best way to go about doing this would be? (without using the shape painter)

If you have any ideas or example projects I could look at, that would help greatly.

Can I ask why you don’t want to use the shape painter. It’s pretty powerful.

1 Like

I know it’s powerful. The reason I can’t use it is that the drawing board is intended to be multiplayer, the issue is I can’t send data regarding the shape painter. Even if I could send the drawing data, it would require a LOT of bandwidth. Making it less than practical

1 Like

I would think the shape painter would send fewer data than other methods, just like vector graphics are lighter than pixel graphics.

Yes, you’re right, I’ve been working on it for a while and I found a way to send the parameters for the shape painter, which lets the clients recreate it. It’s working perfectly now and I’m working on allowing better control for the host client.

1 Like