-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
# bgracontrolsfx | ||
# BGRA Controls FX | ||
OpenGL Controls for Lazarus. | ||
|
||
# Installation | ||
### Installation | ||
Under Windows just open the package, click on install and rebuild the IDE. Under Linux you need to install first freeglut3-dev in the system. | ||
|
||
# Usage | ||
### Usage | ||
Drop a TFXContainer in a form, then put any other FX control in top of that. | ||
|
||
# TFXButton | ||
A button control with colors for normal, hover, active and disabled state. It contains ColorKind, a property to select fast any combination of Material Design colors. | ||
|
||
# TFXNativeButton | ||
A button control that's looks the same as the OS button. It contains ColorKind like TFXButton if in any moment you want to colorize it. | ||
|
||
# TFXContainer | ||
The control that contains the OpenGL window. Put all the controls in top of this control to get hardware acceleration. | ||
|
||
# TFXMaterialDesignButton | ||
A button with Material Design look, with shadow, rounded borders, text with shadow and "ripple effect". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters