It should come with a warning that its gonna peg a cpu on my macbook with firefox. Google is my homepage. I don't expect to lose half my battery by opening firefox and stepping away for 20 minutes.
What's a mackbook?
Google's HTML/CSS 3D Buckyball
11–20 of 26 posts
Re: Google's HTML/CSS 3D Buckyball
#12Re: Google's HTML/CSS 3D Buckyball
#13Interestingly enough, they did it with "pure" HTML/CSS, plus 2 images for the nodes & connections. I was a bit surprised that they didn't use canvas, which seems to be all the rage these days. I'm assuming this implementation, however, works on IE.
Re: Google's HTML/CSS 3D Buckyball
#14Can anyone explain how they made it? I am not that good at HTML or CSS.
Re: Google's HTML/CSS 3D Buckyball
#15Interestingly enough, they did it with "pure" HTML/CSS, plus 2 images for the nodes & connections. I was a bit surprised that they didn't use canvas, which seems to be all the rage these days. I'm assuming this implementation, however, works on IE.
Just to be clear.
Re: Google's HTML/CSS 3D Buckyball
#16It should come with a warning that its gonna peg a cpu on my macbook with firefox. Google is my homepage. I don't expect to lose half my battery by opening firefox and stepping away for 20 minutes.
Re: Google's HTML/CSS 3D Buckyball
#17It should come with a warning that its gonna peg a cpu on my macbook with firefox. Google is my homepage. I don't expect to lose half my battery by opening firefox and stepping away for 20 minutes.
Re: Google's HTML/CSS 3D Buckyball
#18Can anyone explain how they made it? I am not that good at HTML or CSS.
Emulated 3D - similar to how oldschool NES/SNES games did "3D" games. Each sprite is simply scaled down to make it appear further away. Transforms are used as well for the rotation of the node joints. The hardest part of all this is probably just the z-order business (the z-axis stacking).
Re: Google's HTML/CSS 3D Buckyball
#19It should come with a warning that its gonna peg a cpu on my macbook with firefox. Google is my homepage. I don't expect to lose half my battery by opening firefox and stepping away for 20 minutes.
Re: Google's HTML/CSS 3D Buckyball
#20It should come with a warning that its gonna peg a cpu on my macbook with firefox. Google is my homepage. I don't expect to lose half my battery by opening firefox and stepping away for 20 minutes.