TOpenGLBox

From Lazarus-ccr

Jump to: navigation, search

English (en) Français (fr)

Contents

[edit] About

TOpenGLBox is a barebones OpenGL component. It provides an OpenGL rendering area to be used with forms designed in Lazarus.

Its main caracteristics are :

  • simple.
  • small.
  • works in Linux (gtk1) and Windows.

The download contains the component, an installation package and a demo application, that illustrates the features of the component.


[edit] Screenshot

Here is an exemple of TOpenGLBox: click for a screenshot.

[edit] Author

Kostas "Bad Sector" Michalopoulos.

[edit] License

MIT

[edit] Download

The latest stable release can be found here.

[edit] Dependencies / System Requirements

  • None

Status: Alpha

[edit] Installation

  • Uncompress the archive somewhere (preferably in your Lazarus' components folder).
  • Add the component to the component library by opening the package file, pressing compile and then install.