Skip to content

FishingCactus/libRocketCircularBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published