The Wolf Around
The Wolf Around
  • 21
  • 8 561
Vulkan C++ Game Engine Development: Compiling GLM on Windows | Boost Performance!
Learn how to compile GLM, the essential C++ math library for graphics programming, into a static library on Windows! 🚀
This tutorial covers:
✅ Automating the process with a batch script
✅ Using Ninja or Visual Studio generators
✅ Debug & Release build optimizations
Whether you're building a Vulkan-powered game engine or need faster build times, this guide has you covered. Perfect for C++ developers working on large projects!
📂 Batch Script Download:
Find the script here: github.com/TheWolfAround/Compile-GLM-on-Windows
🔗 Subscribe for More:
This is just the beginning of the Vulkan C++ Masterclass! We’re building a game engine from scratch using Vulkan. Join the pack by subscribing and hitting the notification bell to stay updated.
👉 Like, comment, and subscribe to join the pack! 🐺
#Vulkan #Cplusplus #GameEngine #GLM #TheWolfAround
มุมมอง: 42

วีดีโอ

Step-by-Step Guide (2025): Compile OpenCV with Python Integration, enabling GPU Acceleration
มุมมอง 9021 ชั่วโมงที่ผ่านมา
Are you ready to unleash the full power of OpenCV with custom Python integration? 🚀 In this tutorial, I’ll guide you step-by-step through compiling OpenCV from its source code, enabling GPU acceleration (CUDA, cuDNN, OpenCL), and integrating it seamlessly with Python3. Whether you're using a custom or default Python version, this video has you covered! 💡 What You'll Learn in This Video: ✅ Why y...
Step-by-Step Guide (2025): Compile Python from Source on Linux Like a Pro!
มุมมอง 24014 วันที่ผ่านมา
Unlock the full potential of Python with this step-by-step guide on compiling Python from its source code on Linux! Whether you’re testing the latest Python features or need a custom version for your projects, this tutorial covers everything you need: 🔹 Why compile Python from source? 🔹 Automating the process with a simple bash script. 🔹 Configuration options for optimized performance. 🔹 Adding...
Step-by-Step Guide (2025): Install Nvidia cuDNN on Linux Like a Pro!
มุมมอง 11721 วันที่ผ่านมา
Looking to install Nvidia’s cuDNN on Linux? 🚀 This step-by-step guide makes it simple! Whether you’re diving into AI development, GPU acceleration, or CUDA-powered applications, this video has you covered. 🔧 What You’ll Learn in This Video: 1️⃣ How to prepare your system by installing CUDA (link in description). 2️⃣ How to download and install cuDNN for Debian-based Linux distros. 3️⃣ How to va...
Step-by-Step Guide (2025): Install Nvidia CUDA on Linux Like a Pro!
มุมมอง 52928 วันที่ผ่านมา
Looking to install Nvidia CUDA on your Linux system? Whether you're into AI, machine learning, or GPU-accelerated applications, setting up CUDA can be challenging. In this video, I simplify the process into easy, clear steps to help you get started. Here’s what you’ll learn: ✅ How to verify system requirements and dependencies ✅ Step-by-step installation of CUDA on Debian-based distros ✅ Editin...
Step-by-Step Guide (2025): Install Nvidia OpenCL on Linux Like a Pro!
มุมมอง 223หลายเดือนก่อน
Struggling to install Nvidia’s OpenCL on Linux? This video is your ultimate guide! 🚀 I’ll walk you through every step, from understanding the Installable Client Driver (ICD) Loader to validating your installation with clinfo. Whether you’re a developer exploring OpenCL for the first time or simply optimizing your GPU’s capabilities, this tutorial has got you covered. 🔍 What You’ll Learn: What i...
Step-by-Step Guide (2025): Install NVIDIA Drivers on Linux Like a Pro!
มุมมอง 1Kหลายเดือนก่อน
Are you struggling to install NVIDIA drivers on Linux? Look no further! 🚀 In this video, I’ll guide you through the entire process, step by step, using Debian as an example. Learn how to replace the default Nouveau driver with the official NVIDIA driver for better performance, lower power consumption, and improved compatibility. What You'll Learn: How to check if your GPU is detected by Debian ...
Vulkan C++ Game Engine Development: Compiling GLFW
มุมมอง 180หลายเดือนก่อน
Welcome to the Vulkan C Game Engine Development Masterclass! 🚀 In this first episode, I’ll show you how to compile GLFW from source on Windows effortlessly. Whether you're a beginner or an experienced developer, this step-by-step guide will help you get started in no time. Plus, I’ve automated the process with a custom batch script that simplifies everything, from cloning the repository to buil...
Unreal Engine 5.5 C++ Masterclass : All About Collisions
มุมมอง 350หลายเดือนก่อน
Unlock the secrets of Unreal Engine 5’s powerful collision system! 🎮 Whether you're a beginner or an experienced developer, this tutorial walks you through everything you need to know about overlaps, hits, and custom collision setups. In this video, you'll learn: ✔️ Reviewing Collision in the Viewport. ✔️ How to trigger collision events with actors and static meshes. ✔️ The difference between G...
Unreal Engine 5.5 C++ Masterclass : Enhanced Input System
มุมมอง 1Kหลายเดือนก่อน
Learn how to set up a fully functional Main Character using Unreal Engine 5's Enhanced Input System in this detailed, step-by-step tutorial! From integrating C logic to creating Blueprints, we cover everything you need to bring your character to life. What You'll Learn: ✅ How to create and configure a Main Character with both C and Blueprints ✅ Setting up and assigning Input Mapping Contexts an...
Unreal Engine 5.5 C++ Masterclass : Reflection System
มุมมอง 402หลายเดือนก่อน
Learn the Unreal Engine 5 reflection system and master C fundamentals for game development! 🚀 In this video, we’ll start from scratch, guiding you step-by-step to: Create your first C class integrated with Unreal's reflection system. Use powerful macros like UCLASS(), UPROPERTY(), and UFUNCTION(). Make your classes blueprint-friendly for easy customization. Whether you’re a beginner or an exper...
Cross-Platform CUDA C++ Masterclass: GPU Architecture & Block-Thread Management
มุมมอง 1512 หลายเดือนก่อน
Dive into the world of CUDA hardware acceleration with this comprehensive guide, perfect for beginners and seasoned developers alike. In this video, we start with the basics of CPU-GPU communication using a simple vector addition example, then progress to advanced concepts in CUDA memory management, multi-dimensional traversal algorithms, and GPU architecture. We’ll explore how to map 2D and 3D...
Cross-Platform CUDA C++ Masterclass: Linux & NVIDIA Drivers Guide
มุมมอง 2062 หลายเดือนก่อน
Setting up CUDA on Linux can be a complex task, but I’m here to make it straightforward and efficient! In this video, I’ll guide you through every step of the installation process on a Linux system, from verifying your system compatibility to installing the latest NVIDIA drivers and configuring the environment variables. We’ll start by ensuring your Linux setup meets all CUDA requirements, chec...
Cross-Platform CUDA C++ Masterclass: Windows & CMake Guide
มุมมอง 1332 หลายเดือนก่อน
In this video, I’ll guide you through the most efficient way to install CUDA on Windows, from start to finish! If you're new to GPU programming or looking to set up CUDA for AI, deep learning, or hardware-accelerated graphics, this is the ultimate video for you. We’ll cover everything you need, including the best practices for installation, setting up environment variables, verifying your insta...
Install Rider for Free & Integrate with Unreal Engine | Complete Setup Guide 2024!
มุมมอง 2.4K2 หลายเดือนก่อน
Install Rider for Free & Integrate with Unreal Engine | Complete Setup Guide 2024!
Install Unreal Engine 5 on Windows Like a Wolf | Beginner-Friendly Tutorial!
มุมมอง 1172 หลายเดือนก่อน
Install Unreal Engine 5 on Windows Like a Wolf | Beginner-Friendly Tutorial!
This is how Linus Torvalds Set Up C++ Environment | GCC, GDB, CMake, Make & Ninja
มุมมอง 1222 หลายเดือนก่อน
This is how Linus Torvalds Set Up C Environment | GCC, GDB, CMake, Make & Ninja
This is how Bill Gates Set Up C++ Environment | CMake, Ninja, MSBuild, VSCode, CLion, Visual Studio
มุมมอง 2092 หลายเดือนก่อน
This is how Bill Gates Set Up C Environment | CMake, Ninja, MSBuild, VSCode, CLion, Visual Studio

ความคิดเห็น

  • @ÎnțelegGaming
    @ÎnțelegGaming วันที่ผ่านมา

    can you make a engine game ? playlist ?

    • @TheWolfAround
      @TheWolfAround วันที่ผ่านมา

      I believe this will be a long journey and I'll do my best to create a 3D game engine from scratch using Vulkan. 😄

  • @ÎnțelegGaming
    @ÎnțelegGaming 2 วันที่ผ่านมา

    i install but i can create a class form Rider is not show to me on i click on game on Rider

    • @TheWolfAround
      @TheWolfAround วันที่ผ่านมา

      So you created a class in Rider but you couldn't find its instance in the Unreal Engine Editor? Is this what you mean? If it is, there are several reasons I can think of: 1 - First you opened the Unreal Engine Editor and then opened Rider. If you open Unreal Editor first, your C++ classes won't be compiled and won't detected by the Editor. If this is the case, first open project in Rider and then open the Unreal Engine Editor either by clicking the Run(arrow shaped icon) or the Debug(insect shaped icon) button. You will be able to see your C++ classes in the Unreal Engine Editor. 2 - You created a class in Rider but you didn't compile it using Live coding. Press `ctrl + alt + f11` to compile your new class using live coding. 3 - You compiled your new class using live coding ( `ctrl + alt + f11`) but you still can't see it in the Unreal Engine Editor. If this is the case, sometimes live coding can be lagging, go to the newly created class' source file and press `ctrl + S` to save it, and then trigger live coding again by pressing `ctrl + alt + f11`. These are the reasons I can think of about your problem if I understand what you mean correctly. I tried to use simple English. If this explanation is a little bit hard to understand use ChatGPT to explain it for you. I hope this helps. Good luck 👍

  • @BILGI_PASA
    @BILGI_PASA 3 วันที่ผ่านมา

    Thank you. It worked!

  • @emreproxtr
    @emreproxtr 5 วันที่ผ่านมา

    yemin ederim aksandan anladim hemen turk oldugunu. yardimci oldun sagol.

  • @leonardoardila9949
    @leonardoardila9949 6 วันที่ผ่านมา

    La versión trixie es la única que tiene compatibilidad con casi todas las tarjetas, ya he probado muchas y sin problema siguiendo el tutorial que entrega Debian

  • @Alp-r9f
    @Alp-r9f 6 วันที่ผ่านมา

    harikasınn be

  • @S-Lomar
    @S-Lomar 12 วันที่ผ่านมา

    ❤❤❤❤❤❤❤❤❤❤😢😢😢😢😮😮😮😅😅😅😅😅😮😢😢😢😮😮😅😅😅😮😢😢😢😮😮😮😢😂😂😂❤❤❤❤❤❤❤❤

  • @Lachy12321
    @Lachy12321 14 วันที่ผ่านมา

    nice video sir thank you

    • @TheWolfAround
      @TheWolfAround 14 วันที่ผ่านมา

      I'm glad you found it helpful!

  • @screwdajuice
    @screwdajuice 15 วันที่ผ่านมา

    thanks my canine friend

    • @TheWolfAround
      @TheWolfAround 14 วันที่ผ่านมา

      May TheWolf always be Around of you, my friend 🐺

  • @charleslako
    @charleslako 15 วันที่ผ่านมา

    My GPU is not detected how to get it detected to know wish drive to download

    • @TheWolfAround
      @TheWolfAround 14 วันที่ผ่านมา

      1. Run `lspci` Command: - Open the terminal. - Type `lspci` and press Enter. Only type `lspci`. - A list of PCI devices will be displayed. Look for your GPU in this list manually. 2. If GPU Not Found: - Run `nvidia-detect`. - Follow the prompts to see if it suggests installing `nvidia-drivers`. - If prompted, install the drivers. I don't know which Linux distribution you are using but if you are using Debian 12, consider switching to MX Linux. MX Linux is a user-friendly version of Debian 12, with many tools designed to simplify tasks, including one-click NVIDIA driver installation. I hope this helps!😊

    • @charleslako
      @charleslako 14 วันที่ผ่านมา

      Ubuntu 24.04

    • @charleslako
      @charleslako 14 วันที่ผ่านมา

      Thanks for the reply

  • @jamesabbott3052
    @jamesabbott3052 22 วันที่ผ่านมา

    Thank you for this video - it helped me out a lot.

    • @TheWolfAround
      @TheWolfAround 21 วันที่ผ่านมา

      I'm glad this video was helpful for you. :) Stay tuned, There will be videos on Python and OpenCV where I'll demonstrate how to compile and configure them as required.

  • @Spagooter9375
    @Spagooter9375 22 วันที่ผ่านมา

    I installed rider before watching this tutorial and I can't remember if selected "add bin folder to the path" or not. Is there a way to check?

    • @TheWolfAround
      @TheWolfAround 22 วันที่ผ่านมา

      There is a way to check, open the settings window and follow the steps in the screenshot below. Image link: i.ibb.co/MhjPmhH/Screenshot-1.png

  • @mohamedalgabri5427
    @mohamedalgabri5427 หลายเดือนก่อน

    Is there a reason not using rider unreal version instead of the regular rider version?

    • @TheWolfAround
      @TheWolfAround หลายเดือนก่อน

      A highly functional IDE will be at your service for all kinds of programming tasks in this version, rather than being specific only to Unreal development.

  • @kztuptuo7076
    @kztuptuo7076 หลายเดือนก่อน

    And on older laptops with hybrid graphics that simply do not work. Yup you will have all drivers in the system yet, system will always prefearto use whatever gpu is build in to the laptop cpu, unless nvidia optimus offload is manually set by a user

    • @TheWolfAround
      @TheWolfAround หลายเดือนก่อน

      Yeah you are right about that, for the older notebooks the Nouveau driver is the only choice.

  • @TheWolfAround
    @TheWolfAround หลายเดือนก่อน

    I forgot to mention a few things in the video: 1 - You need to install "Git' to clone the public repository of GLFW either manually or using this script. 2 - You need a C++ development environment already setup that includes "CMake" and "MSVC (C++ Compiler)". (MSVC refers to either "Visual Studio" itself or "Build Tools for Visual Studio") I covered everything about a proper C++ development environment in this video: th-cam.com/video/tP6Nx2Y0c_I/w-d-xo.html

  • @ÎnțelegGaming
    @ÎnțelegGaming หลายเดือนก่อน

    hello try Windsurf for coding please

    • @TheWolfAround
      @TheWolfAround หลายเดือนก่อน

      I'll see what I can do.

  • @gatOlegat
    @gatOlegat หลายเดือนก่อน

    Great start of the series, thanks for sharing this!

    • @TheWolfAround
      @TheWolfAround หลายเดือนก่อน

      Glad you enjoyed it!

  • @jamesabbott3052
    @jamesabbott3052 หลายเดือนก่อน

    Hi, thanks for the video. I have a Ubuntu 24.04 system with the Cuda Toolkit installed. I am trying to run opencv in python with GPU support. Can you do some videos on installing the Cuda Toolkit, installing cuDNN, and then compiling opencv to use the CPU. Most of the videos I have found are over a year old (some 3 years old) and seem to be outdated. Thank you in advance.

    • @TheWolfAround
      @TheWolfAround หลายเดือนก่อน

      I'll see what I can do.

  • @notstevee-e
    @notstevee-e หลายเดือนก่อน

    Thank you Sir

  • @chaosordeal294
    @chaosordeal294 หลายเดือนก่อน

    I think he's assuming you already have Visual Studio installed. If not, you need the Visual Studio Build Tools (but not all of VS).

    • @TheWolfAround
      @TheWolfAround หลายเดือนก่อน

      Feel free to check out these videos below. I already covered Microsoft's C++ build environment topics in my channel. th-cam.com/video/tP6Nx2Y0c_I/w-d-xo.html th-cam.com/video/mVCsJy3CbnQ/w-d-xo.html

  • @saeedsolo2910
    @saeedsolo2910 หลายเดือนก่อน

    Sağ ol

  • @takyonyazılım
    @takyonyazılım หลายเดือนก่อน

    thankss 👏👏

  • @CapitiStudios
    @CapitiStudios หลายเดือนก่อน

    My rider options are faded out inside the engine. I can read the options but Can't click it :(

    • @TheWolfAround
      @TheWolfAround หลายเดือนก่อน

      Hmm, let's try to fix that. 1 - Close both Rider and Unreal Editor. 2 - Go the folder where you created the project. 3 - Find the file with the extension ".uproject", right click on it, and a context menu will open. 4 - Click "Generate Visual Studio project files" from the context menu. 5 - After generation, open the Unreal Editor. I haven't encountered an error like that before but I hope this will fix it.

  • @9thCrusade
    @9thCrusade 2 หลายเดือนก่อน

    its such a good move from jetbrains to finally make a free learning license for rider

  • @metehanlol7321
    @metehanlol7321 2 หลายเดือนก่อน

    bu bir türk aksanımı yoksa

  • @bingusdingus5209
    @bingusdingus5209 2 หลายเดือนก่อน

    this is exactly what I was looking for, thank you so much

  • @ecoProgrammer
    @ecoProgrammer 2 หลายเดือนก่อน

    This is badass! Im very new to JetBrains Rider, can i use this "free version" to make basic c++ projects? not unreal projects. just basic c++ projects that a beginner c++ student would make. or would i have to get CLion?

    • @TheWolfAround
      @TheWolfAround 2 หลายเดือนก่อน

      No, you don't need CLion. You can use Rider for your basic C++ projects. You just need to create solution projects with Rider. Just launch Rider and click the "New Solution" button to create a project. You will have options to create a C++ project or a C# project. However, if you want to use Rider for C++ development, you will still need a robust C++ environment installed. Check out my other videos on setting up a professional C++ development environment on Windows and Linux. For Windows: th-cam.com/video/tP6Nx2Y0c_I/w-d-xo.html For Linux: th-cam.com/video/1EH-DyGEPwM/w-d-xo.html Good luck on your programming journey! <3

  • @mortalxdtroll
    @mortalxdtroll 2 หลายเดือนก่อน

    Thanks!