Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lainz committed Oct 24, 2016
1 parent 9bb0f40 commit a935ae3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions README.md
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".
2 changes: 1 addition & 1 deletion bgracontrolsfx.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</Optimizations>
</CodeGeneration>
</CompilerOptions>
<Version Minor="1" Release="1"/>
<Version Minor="1" Release="2"/>
<Files Count="5">
<Item1>
<Filename Value="fxbutton.pas"/>
Expand Down

0 comments on commit a935ae3

Please sign in to comment.