
Raylib for graphics and game developments which implements OpenGL by using C++.
https://www.udemy.com/course/learn-raylib-c-fast-and-easy-graphics-library/#reviews
Description
Hey this is Raylib course for graphics, games ,audio and GUI in this course we will use C++ to work with the graphics,And try to learn those things you know but you didn't code before like making music player, GUI Buttons, Sliders, Hovers, loading textures , mathematics in programming and one of the most important thing making a Quraan player which can include several things: Loading Surats (Quraan receptions) , GUI, Design, Responsive and publish it.
Things you learn in this course and will be able for yourself:
- Making your application.
- 2D Rendering.
- Drawing shapes (Lines,Pixels,Rectangles,Circles,eEllipses,Triangles and Polygones).
- Loading Textures
- Interaction with the application (Mouse or Keyboard).
- Checking Collision Detection.
- Using mathematics for specific movements.
- Drawing Tilemaps.
- Making internal GUI.
- Making button and slider.
- Using 2D Camera.
- Loading Music.
- Making quraan player.
A\\ Raylib is a highly modular library. Everything is contained within a small number of well defined, specific and self-contained modules, named accordingly to its primary functionality. Note that some of those modules can be used in standalone mode, independently of raylib library.
NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in pure spartan-programmers way.
Prepared by: Muhammad Khalid
Who this course is for:
- Intermediate students
- Game lovers
- Developers who interested in C++