Skip to content

A simple badge that tells others that your project was made with raylib.

License

Notifications You must be signed in to change notification settings

thacuber2a03/made-with-raylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Made with Raylib

A badge that tells others that your project was made with raylib.

Installation

Made with Raylib is a header only library, so just dragging it into your project will do. And of course, it requires raylib.

Customization

The library only has 2 customization flags:

#define MADE_WITH_RAYLIB_PADDING 8
#define MADE_WITH_RAYLIB_FONT_SIZE 30

Functions

// Initializes the badge.
void InitMadeWithRaylib();
// Gets the size of the scaled badge.
Vector2 GetMadeWithRaylibBadgeSize(float scale);
// Displays the badge with extra parameters.
void MadeWithRaylibEx(Vector2 pos, float scale, Color textColor, Color backgroundColor, bool center, bool directToWebsite);
// Displays the badge.
void MadeWithRaylib(Vector2 pos, float scale, Color textColor, Color backgroundColor);
// Deinitalizes the badge.
void EndMadeWithRaylib();

About

A simple badge that tells others that your project was made with raylib.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages