Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlongster/dom3d
Rendering 3d with CSS3
https://github.com/jlongster/dom3d
Last synced: about 1 month ago
JSON representation
Rendering 3d with CSS3
- Host: GitHub
- URL: https://github.com/jlongster/dom3d
- Owner: jlongster
- Created: 2011-05-24T01:26:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-04T11:19:21.000Z (over 13 years ago)
- Last Synced: 2024-09-04T00:03:51.773Z (3 months ago)
- Language: JavaScript
- Homepage: http://jlongster.com/s/dom3d/
- Size: 409 KB
- Stars: 113
- Watchers: 8
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
dom3d: 3d with HTML/CSS
This code is still very much experimental. The API will certainly change quickly.
Runs in Firefox, Chrome, Safari, and Opera.
dom3d.js is where the API is exposed and interfaces between the use and the renderer.
renderer.js is where the base renderer is defined.
renderer_css.js is the CSS renderer.
renderer_raphael.js is the Raphael/SVG renderer.
dump-vertices.scm is a Scheme script to parse a .obj model into a javascript mesh that dom3d can load.