Skip to content

This repository is my personal collection of c++ and raylib functions

License

Notifications You must be signed in to change notification settings

Omegapy/MyRaylibFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation


My Raylib Functions

Standalone header,
My Raylib Functions is a collection of my personal c++ and raylib functions.

Alejandro Ricciardi (Omegapy)
created date: 01/09/2023
https://github.com/Omegapy/MyRaylibFunctions


Requirements:

C++ Raylib Raygui

c and c++ 20 or later
Raylib library: https://www.raylib.com


Project description:
A collection of my personal c++ and raylib functions

// Pauses the screen, the game
void pause_screen(int pause_key);
// Centers window in current monitor
void center_window(float window_width, float window_height);
// Draws a dotted line
void draw_dotted_line(int start_pos_x, int start_pos_y, int end_pos_x, int end_pos_y, int num_points);

Links:
https://github.com/Omegapy
YouTube: https://www.youtube.com/@omegapy (new)

About

This repository is my personal collection of c++ and raylib functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages