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
- Host: GitHub
- URL: https://github.com/cwbudde/pascal-html5-canvas
- Owner: CWBudde
- License: mit
- Created: 2015-06-06T19:18:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T00:48:48.000Z (over 7 years ago)
- Last Synced: 2025-02-23T14:34:50.632Z (over 1 year ago)
- Topics: delphi, graphics-engine, graphics32, html5-canvas, library
- Language: Pascal
- Size: 40 KB
- Stars: 48
- Watchers: 11
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.