vvuk / gecko-dev

Other
41 stars 5 forks source link

Extending HTML & CSS into 3D #2

Open saifanam opened 10 years ago

saifanam commented 10 years ago

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

FreakTheMighty commented 9 years ago

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.

cmdr2 commented 9 years ago

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