Hacker News new | ask | show | jobs
Show HN: Minecraftmojo: My weekend JavaScript experiment
3 points by morphanite 5005 days ago
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

2 comments

I 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.

Thanks 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.

I get a bunch of Alerts at the end.
Fixed! Thanks for the heads up.