FishingCactus/libRocketCircularBar
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
LibRocketCircularBar - README
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
DESCRIPTION
-----------
The circular bar is an element that can be used as a circular progress bar.
REQUIREMENTS
------------
${LIBROCKET} environment variable referring to libRocket root directory.
BUILDING
--------
Build with "RocketCircularBar.vcxproj" or "RocketCircularBar.vcproj", the dlls and libs will be created in the bin\ folder.
USE
---
Copy the dlls in a folder where your application can find them. And in your "rcss" file instance
a circularbar (gauge-src is the url of the image to use for the progress bar):
circularbar
{
width: 73px;
height: 73px;
display: block;
position: absolute;
left: 0px;
top: 0px;
vertical-align: middle;
gauge-src: ../textures/circular_loader.png;
}
And in your "rml" just do:
<circularbar/>