Valks-Games / io-game

Synchronizing various RPG elements over the network with sockets.
MIT License
20 stars 3 forks source link

p5.js Alternatives #20

Closed valkyrienyanko closed 4 years ago

valkyrienyanko commented 4 years ago

Someone suggested using Unity and exporting to WEBGL.

I can see some pros and cons to this.

Pros

Cons


Or maybe we should convert from p5.js to three.js https://github.com/mrdoob/three.js/ Someone even made a post processing addon for it https://github.com/vanruesc/postprocessing

valkyrienyanko commented 4 years ago

Just look at how cool this is. https://threejs.org/examples/#webgl_animation_skinning_blending

aeuu commented 4 years ago

I would not suggest migrating to Unity as this is meant to be a lightweight .io game rather than a full three dimensional game with fancy graphics and models. p5.js or three.js would be a good choice.

valkyrienyanko commented 4 years ago

Or maybe it secretly is. 😛

valkyrienyanko commented 4 years ago

Regardless, three.js is everything Unity has as far as I'm concerned.

valkyrienyanko commented 4 years ago

three.js is hard to master, we stick with p5.js