6 ms·
Show HN: Minecraftmojo: My weekend JavaScript experiment
Hey all,
I am looking for some feedback on my latest project:
http://minecraftmojo.com/
Uses three.js (and jQuery) to offer a fun and easy way to browse minecraft texture packs.
Only works in WebGL enabled browsers!
Thanks for your time,
Morphanite
- irfn 14y agoI get a bunch of Alerts at the end.
- morphanite 14y agoFixed! Thanks for the heads up.
- FWeinb 14y agoI would disable the text selection like this: body{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } Great project. Looks Awesome.
- morphanite 14y agoThanks a ton for the tip! I ran into the text selection thing a bunch too and tried to fix it a couple ways that didn't work (z-index, etc) but your snippet works perfectly. Glad you like it.