broology / poker-moons

Free online poker with friends without the hassle.
4 stars 3 forks source link

feat(chip-stack): implement accurate visualization of poker chip stack #112

Closed jordems closed 2 years ago

jordems commented 2 years ago

Proposed Changes

https://gyazo.com/92ab6b9293614ff0bb2e91b4859688c6

Implementing the visualization of poker chips on the table. This needs to be performant as changes are constantly going to be happening to different stacks on the table. So want minimal Long running tasks.

Tasks:

If I'm feeling Frisky: ~Rust W.A.S.M Rendering for poker chip display :DDD Would be fucking insanely optimal, but would require a lot of research and probably a different infrastucture hosting for the wasm code. I'm trying to tell my self to KEEP IT SIMPLE STUPID, But this looks fucking epic as hell~

note: the poker chips assets them selves can be optimized. there are some un-seen objects that can be removed in the bottom chips. Would improve load times

Linked Issue

resolves #102

Types of changes

Merge Checklist