Box2dWeb
IvanK library introduction
PUBLISHED
This article describes an IvanK JavaScript library and how to work with it on Tizen.
Introduction
IvanK Lib is an open source JavaScript graphics library. It is small, simple and very light. It renders graphics using WebGL and runs in browsers with WebGL support (also on mobile devices).
To use the IvanK Lib in your Tizen Web application:
- download the library from the Download section,
or
- Read more about IvanK library introduction
Box2DWeb in Cocos2D-HTML5 games
PUBLISHED
Introduction
The aim of this article is to familiarize the developer with Box2dWeb and describe how to use it in Tizen applications. These topics are illustrated with a sample application. It is a continuation of a series of articles on Cocos2D-HTML5 game (How to use Tiled Map Editor with Cocos2d-html5).
Custom 3D graphics on Tizen
PUBLISHED
The aim of this article is to familiarize the developer with Box2d and WebGL and describe how to use these external libraries in Tizen applications. These topics are illustrated with a sample application – Boules game.