All Projects → CWBudde → Pascal-HTML5-Canvas

CWBudde / Pascal-HTML5-Canvas

Licence: MIT License
Pascal implementation of a HTML 5 Canvas

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to Pascal-HTML5-Canvas

magnum-singles
Single-header libraries from the Magnum engine
Stars: ✭ 96 (+152.63%)
Mutual labels:  graphics-engine
fractals-js
Fractals in JavaScript using HTML5 Canvas
Stars: ✭ 24 (-36.84%)
Mutual labels:  html5-canvas
jsrobowar
👾 A port of RoboWar to the web browser using JavaScript and HTML5. (2010)
Stars: ✭ 31 (-18.42%)
Mutual labels:  html5-canvas
gobang
五子棋小游戏canvas socket.io
Stars: ✭ 38 (+0%)
Mutual labels:  html5-canvas
RenderMaster
Graphic engine
Stars: ✭ 35 (-7.89%)
Mutual labels:  graphics-engine
Nabla
OpenGL/OpenGL ES/Vulkan/CUDA/OptiX Modular Rendering Framework for PC/Linux/Android
Stars: ✭ 235 (+518.42%)
Mutual labels:  graphics-engine
GITechDemo
Global illumination technical demo - a continuation of the Synesthesia3D (ex-LibRenderer) graphics engine used in https://github.com/iftodebogdan/ShaderEditor
Stars: ✭ 45 (+18.42%)
Mutual labels:  graphics-engine
react-canvaskit
Experiment in creating a custom react renderer using an offscreen webgl canvas on top of Skia CanvasKit
Stars: ✭ 57 (+50%)
Mutual labels:  html5-canvas
ness-engine
NessEngine is a 2D rendering engine for games
Stars: ✭ 32 (-15.79%)
Mutual labels:  graphics-engine
trimpng
trim whitespace and useless pixels for png
Stars: ✭ 19 (-50%)
Mutual labels:  html5-canvas
morphologica
A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)
Stars: ✭ 118 (+210.53%)
Mutual labels:  graphics-engine
limitless-engine
OpenGL C++ Graphics Engine
Stars: ✭ 95 (+150%)
Mutual labels:  graphics-engine
multeor
Multeor is a multiplayer webgame developed by Arjen de Vries, Filidor Wiese and Arthur van 't Hoog in 2013. In the game you control a meteor crashing into earth. Score points by leaving the biggest trail of destruction.
Stars: ✭ 39 (+2.63%)
Mutual labels:  html5-canvas
nautilus
another graphics engine
Stars: ✭ 16 (-57.89%)
Mutual labels:  graphics-engine
vrcpu
Code, documentation, schematics, notes for my Ben Eater inspired breadboard computer and emulator
Stars: ✭ 98 (+157.89%)
Mutual labels:  html5-canvas
center.js
Center.js is a HTML5 Canvas based library that allows you to create simple text based icons, avatars, logos, and more.
Stars: ✭ 85 (+123.68%)
Mutual labels:  html5-canvas
Wasabi
Wasabi Vulkan Game Engine
Stars: ✭ 34 (-10.53%)
Mutual labels:  graphics-engine
inanity
Cross-platform C++ game engine.
Stars: ✭ 28 (-26.32%)
Mutual labels:  graphics-engine
image-process-tools
Image clipping / scaling, support local / same domain video file screenshot function (HTML5 + canvas). 图片裁剪/等比缩放,支持本地/同域视频文件截图功能 (html5 + canvas)
Stars: ✭ 65 (+71.05%)
Mutual labels:  html5-canvas
Product-Site-101
Simple product site - demo for a talk
Stars: ✭ 33 (-13.16%)
Mutual labels:  html5-canvas

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].