faintpixel / skdRefSite

Mozilla Public License 2.0
28 stars 3 forks source link

Sessions for long-distance sketching? #16

Open SirLich opened 5 years ago

SirLich commented 5 years ago

I would love to use this tool with my long distance art friends. Would it be possible to add sessions so that a friend can join in the fun without screen sharing?

CMasterson commented 4 months ago

A quick way to achieve this might be to allow injection of a seed value in the Random number generator https://github.com/faintpixel/skdRefSite/blob/1bb1af464047cda2672fd26a48b11125fe44912f/API/SkdRefSiteAPI.DAO/RandomGenerator.cs#L9 And then allowing a user to specify or share that seed with their friends.

We could go further and encode settings into the seed so the remote session starts with the exact same settings as the origin session. A crude implementation could look something like: Session ID: FMCAA120

Full Body Male Clothed All Poses All Views 120 Seconds

With a pastebox to start a session with the given code. As usual, input taken directly from the user needs to be treated with the utmost suspicion.