https://github.com/graphics32/graphics32
Graphics32 is a graphics library for Delphi and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.
https://github.com/graphics32/graphics32
2d components delphi delphinuspackage fpc graphics graphics-library lazarus low-level object-pascal vector-graphics
Last synced: about 1 year ago
JSON representation
Graphics32 is a graphics library for Delphi and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.
- Host: GitHub
- URL: https://github.com/graphics32/graphics32
- Owner: graphics32
- License: lgpl-2.1
- Created: 2016-05-30T18:07:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T12:13:11.000Z (over 1 year ago)
- Last Synced: 2024-08-04T14:14:40.606Z (over 1 year ago)
- Topics: 2d, components, delphi, delphinuspackage, fpc, graphics, graphics-library, lazarus, low-level, object-pascal, vector-graphics
- Language: Pascal
- Homepage: http://graphics32.org/
- Size: 29.3 MB
- Stars: 385
- Watchers: 54
- Forks: 122
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-LGPL-2.1
Awesome Lists containing this project
- awesome-pascal - Graphics32 - bit graphics handling on Delphi, Kylix and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives, and in most cases Graphics32 outperforms the standard TCanvas classes. It is almost a hundred times faster in per-pixel access and about 2-5 times faster in drawing lines. (Graphic)