/J3D

J3D - Javascript / WebGL engine

Primary LanguageJavaScriptMIT LicenseMIT

J3D

J3D is a WebGL based 3D engine. I use 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.

If you would like to use it in your projects and experiments or contribute you are more than welcome! J3D currently does not have any kind of documentation As far as documentation goes, there are API docs and a couple of tutorials listed below. Please report bugs in the issues section - I'll do my best to fix them.

Most of the demos should work work in all WebGL enabled browsers, including Chrome, Firefox, Opera 12 Alpha 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.

J3D was created by Bartek Drozdz. You can contact me via email at bartek(a)everyday3d.com or on Twitter @bartekd

API Docs

API documentation

Tutorials

How to create a cube

Unity exporter tutorial

Shaders tutorial in .net magazine

Projects

[Sundance Rectify] (http://www.mylifein20years.com/) [Tool Christmas Card] (http://demo.toolprototype.com/toolxmas/)

Demos & experiments

[Hello Cube] (http://www.everyday3d.com/j3d/demo/000_HelloCube.html) [Lights] (http://www.everyday3d.com/j3d/demo/001_Lights.html) [Scene exported from Unity3d] (http://www.everyday3d.com/j3d/demo/002_Scene.html) [Cubemap / Reflective material / Skybox] (http://www.everyday3d.com/j3d/demo/003_Cubemap.html) [Glass / Refraction, reflection, fresnel, chromatic dispersion] (http://www.everyday3d.com/j3d/demo/004_Glass.html) [1.000.000 static particles (or more :)] (http://www.everyday3d.com/j3d/demo/005_Particles.html) [Particle stream] (http://www.everyday3d.com/j3d/demo/006_Particle_animation.html) [Texture tile and offset] (http://www.everyday3d.com/j3d/demo/007_TileAndOffset.html) [Lightmapped scene] (http://www.everyday3d.com/j3d/demo/008_Lightmap.html) [Basic filter] (http://www.everyday3d.com/j3d/demo/009_BasicFilter.html) [Toon shading] (http://www.everyday3d.com/j3d/demo/010_ToonShading.html) [Plasma Effect] (http://www.everyday3d.com/j3d/demo/011_Plasma.html) [Particle Rain] (http://www.everyday3d.com/j3d/demo/012_ParticleRain.html) [Paper] (http://www.everyday3d.com/j3d/demo/013_Paper.html) [Head] (http://www.everyday3d.com/j3d/demo/014_Head.html) [Persistence] (http://www.everyday3d.com/j3d/demo/015_Persistence.html) [Blur] (http://www.everyday3d.com/j3d/demo/016_BlurFilter.html) [Scene management] (http://www.everyday3d.com/j3d/demo/017_SceneManagement.html) [Globe] (http://www.everyday3d.com/j3d/demo/018_Sphere.html) [Terrain shader] (http://www.everyday3d.com/j3d/demo/019_Terrain.html) [Webcam texture (Canary, Opera Labs)] (http://www.everyday3d.com/j3d/demo/022_Webcam.html) [Webcam particles (Canary, Opera Labs)] (http://www.everyday3d.com/j3d/demo/023_Webcam_Particles.html)