gecko-dev icon indicating copy to clipboard operation
gecko-dev copied to clipboard

Extending HTML & CSS into 3D

Open saifanam opened this issue 10 years ago • 2 comments

Virtual reality in the web is part of the concept. So thought would share. Being a web developer, a major part of my day goes into inspecting and tweaking elements in the browser. Wondering if the same kind of inspecting and tweaking can be applied to 3D worlds or maybe even the real world. I've made a video to explain the concept. Please find it here: https://www.youtube.com/watch?v=ITvAYepvhN0

saifanam avatar Jun 29 '14 15:06 saifanam

There is a w3 community for declarative 3d which you can find here: http://www.w3.org/community/declarative3d/

These project appear to be related to the community http://www.x3dom.org/ and http://www.xml3d.org/

Lastly, I've found this project https://github.com/kaosat-dev/polymer-threejs. I've also tried a similar approach.

FreakTheMighty avatar Sep 10 '14 19:09 FreakTheMighty

@saifanam If you haven't already, you may want to check out the live Javascript coding demo inside VR by Brian Peris - https://youtu.be/db-7J5OaSag. You could theoretically create HTML elements and add CSS styling using Javascript.

<plug>BTW, I use a similar one that works like a browser's JS console instead, and lets me save programs - http://vrepl.com. I use it primarily for HTML and CSS in VR, not WebGL.</plug>.

cmdr2 avatar Oct 21 '14 15:10 cmdr2