5 ms·
3D dice rolling with friends https://dddice.com https://dddice.com Have some ideas on monetization in the future but for now it's just fun
by nullfish 4y ago
3D dice rolling with friends https://dddice.com https://dddice.com
Have some ideas on monetization in the future but for now it's just fun
- code_Whisperer 4y agoVery cool!
- theappsecguy 4y agoThis is dope! Whats the tech stack behind it if you don't mind me asking?
- nullfish 4y agoThank you :) Laravel, MySQL (Planetscale), Redis. Hosted on fly.io Total monthly expenses is somewhere near $30/mo which is less than I've paid for personal hosting at times.
- anandvc 4y agoVery cool! I'm curious: How did you render the 3d dice? What's the front end stack?
- nullfish 4y agoThanks! Frontend stack is React, Three.js, and Cannon.js. We use FBX for the models mostly but started to support GLB files recently which open up a world of new options for customization.