Skip to content
/ cantk Public
forked from drawapp8/cantk

功能强大的HTML5游戏引擎。配套在线开发工具:http://www.tangide.com

License

Notifications You must be signed in to change notification settings

68245408/cantk

 
 

Repository files navigation

What is CanTK?


CanTK is a tool kit(GUI) for HTML5 canvas, it implements a full GUI system on HTML5 canvas element, includes window manager, input dispatcher, animation, controls, adapters for different platforms.

Why CanTK?


To Develop Real Native Like Applications.

HTML5 is not good at mobile applications development. The gene of HTML is documention. It is powerful to show text, images, videos to users. But it is very weak at user interaction. HTML5 web application is little like native application when compared with web pages, but it is more like web pages when compared with native application.

CanTK draw all controls on HTML5 canvas element, so it is very easy to implement native applications look and feel.

To Help Javascript Game Engine Create Better User Interface.

Most of the game engines are developed base on the HTML5 Canvas Element, it is very hard to integrate HTML UI controls seamless. CanTK give the power for game engines to create complex and attractive user interface.

Features

  1. Open source for both free and commercial use(under LGPL).

  2. Full GUI System, support almost all common used controls on mobile devices today.

  3. Real native like appearance.

  4. Better performance than tranditional HTML5 Applications.

  5. Window animation.

  6. Game engine integration, cocos2d, panda.js, phaser.js, pixi.js, etc.

  7. Easy to use, you can create application with Gamebuilder/AppBuilder by drag & drop.

  8. Easy to extension, there are several ways to extend existed controls to get different appearance or function.

  9. Support the main stream mobile platform, iOS, android, windows phone, firefox, blackberry, tizen, etc.

Make cantk app fast as native app

CanTK Runtime

Online Design Tools

To develop HTML5 Apps Click Here App Builder

To develop HTML5 Games Click Here Game Builder

Documentation

About

功能强大的HTML5游戏引擎。配套在线开发工具:http://www.tangide.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%