У нас вы можете посмотреть бесплатно Creating a Window with SDL in Visual Studio | Graphics From Scratch или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Summary: This is the first video in a series about computer graphics. In this video we create a basic C++ project in Visual Studio, then download SDL and add it to the project. After that we write minimal code, to open a graphical window. Resources: Download Visual Studio: https://visualstudio.microsoft.com/downloads/ SDL's website: https://www.libsdl.org/ SDL's Documentation: https://wiki.libsdl.org/SDL3/FrontPage Chapters 00:00 Introduction 01:20 Setting up a project in Visual Studio 02:50 Download SDL and copy it into the project 06:52 Setting up Compiler and Linker properties 09:40 Program entry point (main) 11:28 Initialize SDL 15:02 SDL Documentation 16:13 Creating a Window and Renderer 19:25 Main Loop 20:35 Handling events 23:41 Update screen Next: Changing the color of each pixel individually.