jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

3d dice rolling effect #425

Open jkomoros opened 7 years ago

jkomoros commented 7 years ago

Originally captured in #422.

Have a WebGL-based rendering of rotating, and then ideally also translate the die around the screen so it looks like it's boncing off the bounds of its containers.

jkomoros commented 7 years ago

https://codepen.io/tameraydin/pen/CADvB

jkomoros commented 6 years ago

Also make it a subclass of boardgame-component so its general position can be animated