Skip to content

Arturvpf/Jogo_IP

Repository files navigation

Raylib C++ Starter Template

A beginner-friendly starter template for developing C++ applications with raylib on Windows using Visual Studio Code. This project provides a simple example of a bouncing ball animation to help you get started with raylib development.

Description

This template serves as a foundational project setup for C++ developers interested in creating graphical applications with raylib. It includes a basic bouncing ball example, demonstrating core concepts such as rendering, animation, and game loop structure. Compatible with raylib version 4.5, it has been tested on Windows 10 and Windows 11 environments.

Features

  • Easy setup with Visual Studio Code
  • Basic raylib project structure
  • Example of animating a bouncing ball
  • Cross-platform considerations (Windows tested)
  • Clear project organization for further development

Video Tutorial

Preview Image

🎥 Watch the Video Tutorial on YouTube


| 📺 My YouTube Channel | 🌍 My Website |

Requirements

  • raylib v4.5
  • Visual Studio Code or your preferred IDE
  • C++ compiler (e.g., MinGW, MSVC)

Setup Instructions

  1. Clone this repository:
git clone https://github.com/yourusername/raylib-cpp-starter-template.git
  1. Install raylib following the instructions specific to your environment.

  2. Configure your build system (tasks.json, Makefile, or CMake) to include raylib headers and libraries.

  3. Open the project in Visual Studio Code and build/run the project.

License

This project is open-source and available under the MIT License.


Feel free to customize and expand upon this starter template to suit your project needs!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published