2014-07-08

Software Engineer Takashi Kitao has written a CSS3 based 3D graphics engine called DivSugar. While it’s not as performant as a WebGL might be for full games, the fact that it uses CSS3 means that it can easily be integrated into existing sites and be used for casual games.

DivSugar provides the following features:

- 3D scene graph by using CSS3

- 2 types of animation mechanism (frame-based and timeline-based)

- 3D geometry classes which includes vector, matrix and quaternion

- Key/mouse input handling

You can check the simple tutorial and a few of demos of DivSugar on the project page:

https://github.com/kitao/

divsugar.

The post DivSugar, a CSS-based 3D Graphics Engine appeared first on HTML5 Games - Free Online HTML5 Games.

Show more