Skip to content

vatula/gwt.threejs

Repository files navigation

gwt.threejs

Native Google Web Toolkit port of three.js, Javascript 3D Engine

At the beginning, there was no specific aim for this project. I just wanted to see how will this library look and perform in GWT environment. At the end it gave me understanding of how three.js works.

Please refer to original library from mrdoob for API reference and great demos.

gwt.threejs contains only a small subset of all the features original library has. Although gwt.threejs preserves original logic, somehow GWT compiler generates extremely slow javascript code compared to original three.js.

Canvas (Context 2D)

Sadly enought, but GWT version shows only half FPS of original version.

About

Native GWT port of three.js from mrdoob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages