threeDart / three.dart

Dart port of three.js
http://threedart.github.com/three.dart/
MIT License
387 stars 100 forks source link

three.dart

Build Status

Dart 3D Engine

This project aims to port the three.js JavaScript 3D engine to Dart.

Starting at three.js revision 47.0, the aim is to recreate all of the existing three.js examples, until parity is reached with this version. Beyond this point, further revisions to three.js will be closely followed and matched in three.dart.

Contributors

WebGL examples

nyan_cat web_gl_geometries web_gl_geometry_cube web_gl_geometry_extrude_shapes web_gl_geometry_hierarchy web_gl_geometry_shapes web_gl_interactive_cubes web_gl_performance web_gl_morph_targets web_gl_morph_targets_horse web_gl_buffer_geometry web_gl_buffer_geometry_particles web_gl_cubes web_gl_custom_attributes web_gl_materials web_gl_geometry_text shadows

CSS3D examples

css3d_periodictable

Canvas examples

canvas_geometry_cube canvas_geometry_hierarchy canvas_interactive_cubes canvas_lines canvas_camera_orthographic controls_first_person

Change Log

2013 04 29 - v 0.2.5

2013 01 30 - v 0.2.4

2012 10 01 - v 0.2.3

2012 09 23 - v 0.2.2

2012 08 30 - v 0.2.1

2012 08 29 - v 0.2.0

2012 07 14 - v 0.1.2

2012 03 05 - v 0.1.1 (robsilv)

2012 02 28 - v 0.1.0 (robsilv)

2012 02 23 - v 0.0.4 (robsilv)

2012 02 23 - v 0.0.3 (robsilv)

2012 02 12 - v 0.0.2 (robsilv)

2012 02 11 - v 0.0.1 (robsilv)