Zipped
Zipped
  • Видео 9
  • Просмотров 134 336
C++ CUDA Tutorial: Theory & Setup
Part 2: [WILL BE UPLOADED AUG 12TH, 2023 AT 9AM, OR IF THIS VIDEO REACHES THE LIKE GOAL]
This tutorial guides you through the CUDA execution architecture and setup for running a basic CUDA program. I explain the differences between CPU and GPU processing, delve into CUDA's execution model, and discuss indexing conventions. You'll be walked through the setup process using Visual Studio 2022 and the CUDA Toolkit. We end by running a test program, preparing you for Part 2 where we'll explore the Mandelbrot set using these fundamentals.
Links:
Visual Studio 2022: visualstudio.microsoft.com/vs/
CUDA Toolkit: developer.nvidia.com/cuda-downloads
Contacts: IG: @xzips, Discord: @mr_io
Просмотров: 8 592

Видео

C++: Perlin Noise Tutorial
Просмотров 17 тыс.Год назад
In this video, we dive into Perlin noise, a gradient noise function primarily used in computer graphics for producing natural-looking procedural content like terrains and textures. We break down its layered structure, explore the importance of octaves, and guide you through the algorithm and its C implementation. Finally, we sample the noise function and display a preview using SFML (SFML Visua...
C++: Orbital Gravity Simulation Tutorial [Part 3: Colors!]
Просмотров 3,9 тыс.Год назад
In this video we add some more particles, as well as nice colors to our gravity simulation. I apologize for the unreal delay in making this video, expect more, higher quality content soon. Code the video began with: pastebin.com/Vgkmx1LD Final code in case you get lost along the way: pastebin.com/qZNaMdYh Please let me know if anything was unclear or I made a mistake, thank you so much! Contact...
C++: Orbital Gravity Simulation Tutorial [Part 2: Math & Physics Breakdown]
Просмотров 14 тыс.2 года назад
In this video we explore the mathematics and physics behind an accurate orbital gravity simulation, as well as an implementation in C . Code the video began with: pastebin.com/djRk9StF Final code in case you get lost along the way: pastebin.com/Vgkmx1LD Please let me know if anything was unclear or I made a mistake, thank you so much!
C++ SFML: Orbital Gravity Simulation Tutorial [Part 1: Setup]
Просмотров 11 тыс.2 года назад
In this video we set up our classes and get an idea of where the series is going, stay tuned for the next episode! Initial boilerplate code: pastebin.com/wTcmQ9nJ Final code: pastebin.com/chMfJUB9 Thanks for watching, and see you all in the next one :)
C++ SFML Beginner Tutorial EP3: Drawing Text
Просмотров 12 тыс.3 года назад
This video is the third part to my C SFML beginner tutorial series. In this video we learn how to create text with a specific font, and customize its attributes such as content, color, and position. Timestamps 0:00 Intro 0:20 Boilerplate Code 1:10 Loading Fonts 2:54 Text Object 3:58 Customizing Text 5:31 Final Words / Outro End Timestamps Boilerplate (Starting) Code: pastebin.com/0Gh0s49w SFML ...
Use C++ to FORCE BLUESCREEN any Windows PC!
Просмотров 2,8 тыс.3 года назад
In this video we explore one method to artificially create a "blue screen of death" using C and some officially undocumented functions from "ntdll.dll" I do not recommend running this code yourself, since I cannot guarantee its safety to your hardware and system. However, if you absolutely want to, the source code can be downloaded from pastebin at the link below. Code: pastebin.com/esi0UGUc Un...
C++ SFML Beginner Tutorial EP2: Drawing & Moving Shapes
Просмотров 36 тыс.3 года назад
This video is the second part to my C SFML beginner tutorial series. In this video we create a square that bounces off the sides of the window. Timestamps 0:00 Intro 0:16 Creating a Window 1:13 Main Event Loop 3:08 Checking for Events 4:34 Creating a Shape 6:43 Drawing a Shape 8:26 Moving a Shape 10:02 Basic Edge Collision 12:15 Outro End Timestamps Final Code: pastebin.com/EKqABDJ5
C++ SFML Tutorial: Installation
Просмотров 30 тыс.3 года назад
This video explains how to install and set up simple and fast 2d graphics library by the name of "SFML" for use in Visual Studio 2019. Future videos will go into depth as to how it all works. Follow me on Instagram: @xzips Timestamps 0:00 Intro 0:30 Download 1:55 Visual Studio 2:20 Project Setup 4:46 Test Program End Timestamps SFML download link: www.sfml-dev.org/download/sfml/2.5.1/ Linker "A...