Home
Leandro Diaz 於 8 年之前 修改了此頁面

LazPaint repository

This is the code repository of LazPaint.

See also:

This repository contains:

  • lazpaint: the source code of LazPaint

Examples and tests for BGRABitmap library are now on BGRABitmap repository:

  • bgraaggtest: examples similar to examples done with AggPas library
  • bgralape: an attempt to do Pascal scripting with BGRABitmap
  • bgratutorial3d: examples of 3D rendering using software rendering or OpenGL
  • makedoc: a tool to produce documentation from inline comments
  • testbgrafunc: various examples of drawing functions (can help to test the library)
  • testcanvas2d: examples using Canvas2D property that is similar to HTML5 canvas