QUICK -- Making a Window in Raylib + VS + C++ ! ( With Raylib setup using CMakeLists, Simple & Easy)
- QUICK VERSION - UNCUT VERSION: https://youtu.be/7WhabBGi8SU?si=91T_GhdaE3tU-93o Hello guys in this video I will be showing you guys how to make a window using C++ with Raylib and Visual Studio (2022) DISCLAIMER: -- I AM A LEARNER NOT A PROFESSIONAL TAKE EVERYTHING WITH A GRAIN OF SALT!!!! I aimed this video to be as simple as possible and it contains how to setup Raylib with Visual Studio using CMakeLists and code in C++ to make a video. I encourage you to learn more C++ if you don't already know so you can keep up with the videos that can after this ( Ill try to explain C++ and Raylib but won't be getting in to too much details) WARINING: -- While making these videos I am learning how Raylib works and trying to improve my C++ skills so if you know a better way to do things go ahead! GOAL OF THESE VIDEOS: -- To learn the Raylib library and C++ and reinforce my learning by teaching others! ----------------------------------------------------------------------------------------------------------------------- CMakeLists Code: Change WindowdRaylib -to- FolderName cmake_minimum_required(VERSION 3.24) project(WindowsRaylib LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) include(FetchContent) FetchContent_Declare( raylib GIT_REPOSITORY https://github.com/raysan5/raylib.git GIT_TAG 6.0 GIT_SHALLOW ON ) FetchContent_MakeAvailable(raylib) add_executable(WindowsRaylib main.cpp ) target_link_libraries(WindowsRaylib PRIVATE raylib) ----------------------------------------------------------------------------------------------------------------------- #learnwithfun #learning #cpp #programming #coding #visualstudio2022 #fun #funny #cool #developer #aseprite #raylib #tutorial #trending #trend #trendingvideo
Download
0 formatsNo download links available.