https://github.com/drojdjou/J3D
J3D - WebGL demos & experiments
https://github.com/drojdjou/J3D
glsl javascript webgl
Last synced: 2 months ago
JSON representation
J3D - WebGL demos & experiments
- Host: GitHub
- URL: https://github.com/drojdjou/J3D
- Owner: drojdjou
- License: mit
- Created: 2011-03-21T11:49:02.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T19:04:28.000Z (over 2 years ago)
- Last Synced: 2024-07-31T08:16:21.514Z (10 months ago)
- Topics: glsl, javascript, webgl
- Language: JavaScript
- Homepage: https://j3d.bartekdrozdz.com/
- Size: 42.8 MB
- Stars: 859
- Watchers: 64
- Forks: 125
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - drojdjou/J3D - J3D - WebGL demos & experiments (JavaScript)
README
## J3D
J3D was a WebGL based 3D engine. I used it for my personal experiments and demos. It's a playground rather than a production environment. It consists of a Javascript rendering engine and a C#/Unity3d scene exporter.
Most of the demos should work in all WebGL enabled browsers, including [Chrome](http://www.google.com/chrome/), [Firefox](http://www.mozilla.com/en-US/firefox/), [Opera 12 Alpha](http://www.opera.com/browser/next/) and Safari (with WebGL enabled) on desktop. Some demos only run in alpha/nightly builds of selected browsers. Some demos run in [Firefox on Android](http://www.mozilla.com/en-US/m/beta).
UPDATE 2022: I reviewed the demos & experiments and updated them when necessary. WebGL is widely suported in 2022, so the experiments should work in any browser, including mobile. I also created an archive web page with [all the experiments](https://j3d.bartekdrozdz.com).
J3D was created by [Bartek Drozdz](https://www.everyday3d.com/).
## Tutorials
[How to create a cube](https://github.com/drojdjou/J3D/wiki/How-to-create-a-cube)
[Unity exporter tutorial](https://github.com/drojdjou/J3D/wiki/Unity-exporter-tutorial)