An open API service indexing awesome lists of open source software.

https://github.com/cwbudde/pascal-html5-canvas

Pascal implementation of a HTML 5 Canvas
https://github.com/cwbudde/pascal-html5-canvas

delphi graphics-engine graphics32 html5-canvas library

Last synced: 4 months ago
JSON representation

Pascal implementation of a HTML 5 Canvas

Awesome Lists containing this project

README

          

# Pascal-HTML5-Canvas
Pascal implementation of a HTML 5 Canvas

In HTML5 the canvas element offers a low level, procedural model that updates a bitmap without using a built-in scene graph. Although being quite low level it simplifies the way to create good looking 2D graphics on the fly.

For Delphi (VCL) a similar element remains missing or is (in case of TCanvas) quite old.

If you want to use your knowledge from HTM5 canvases or want to slowly migrate your Delphi app to HTML5 this library is perfect to get a glimpse of how the canvas element works.