HTML Canvas
WHAT IS HTML CANVAS ?
HTML CANVAS element is used to draw Graphics on a web page.
The element is only a container of Graphics
User must use scripts to draw the Graphics.
Canvas can also draw paths, circles, texts, boxes,
User can also use it to add images.
HTML Canvas can be used in games..
Canvas has methods for animations..
these methods offer a lot of possibilities for
HTML gamming application.
HTML Canvas can be interactive---
it can respond to js (JavaScript) events.
so also it can respond to a user actions/activities.
this includes:
(mouse clicking, finger movement, key clicks)
HTML Canvas can be animated.
Our Html Canvas covers the following topics:
Canvas Drawing
Canvas Cordinates
Canvas Draw a Line
Canvas Draw a Circle
Canvas Gradients
Canvas Create LinearGradient
Canvas Create RadialGradient
Canvas Text
Canvas Using Stroke TEXT
Canvas Images
Canvas Reference
Canvas Fill Method
Canvas Scale () Method Rotate
Canvas TransForm
Canvas Clock
Canvas Clock Face
Canvas Draw Clock Numbers
Canvas Draw Clock hands
Canvas Clock Start
Game Canvas
Some interesting topics include:
HTML Game Example..1
HTML Game Example..2
HTML Game Controller
HTML Game Obstacles