Тёмный

Should you learn Vulkan(C++)? Can beginners learn it? 

codergopher
Подписаться 15 тыс.
Просмотров 65 тыс.
50% 1

Опубликовано:

 

11 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 205   
@edwardsmith-rowland2852
@edwardsmith-rowland2852 11 месяцев назад
The good news is that Vulkan gives you complete access to the entire graphics pipeline. The bad news is that Vulkan gives you complete access to the entire graphics pipeline.
@tengkuizdihar
@tengkuizdihar 4 года назад
When iDubbz said that vulkan is a good way to go, I'll follow that lead.
@codergopher8270
@codergopher8270 4 года назад
lol
@marcossidoruk8033
@marcossidoruk8033 3 года назад
Lmao
@adriatical9016
@adriatical9016 2 года назад
did you just call this man idubbbz
@jamestonjes8263
@jamestonjes8263 21 день назад
@@adriatical9016 No, he did that 4 years ago
@matprez
@matprez 4 года назад
As soon as that mayonnaise hit ur door I knew I had to sub
@codergopher8270
@codergopher8270 4 года назад
lol, thanks for the sub
@aaronrohrer3202
@aaronrohrer3202 3 года назад
Now this is proper content. Love to see bloopers, keeps the vid real
@marksmod
@marksmod 3 года назад
oh baby yes... haha the internet, gotta love it.
@Ferocious_Imbecile
@Ferocious_Imbecile 4 года назад
I'm a beginner C++ programmer and I've done some tutorials and then I thought; what do I want to use it for? Visual stuff. OpenGL is surpassed by Vulkan. I'm a gonna learn me some VULKAN! Thanks for the video. And yes do a Vulkan series.
@codergopher8270
@codergopher8270 4 года назад
Right on, gopher. Vulkan is good stuff yum yum
@MicheleSollazzo
@MicheleSollazzo Год назад
Found this video because I've just started learning Vulkan few days ago and went through the same tutorial (as many others). So fun to look at the reaction we beginners have after going through it! Yep, it's scary and overwhelming!
@the_krasn
@the_krasn Год назад
Hi, I also want to start learning it, where do you take information?
@jsdjxdx41
@jsdjxdx41 5 месяцев назад
​@@the_krasnOn the internet, usually google
@sehzadeselim863
@sehzadeselim863 8 месяцев назад
Vulkan is perfect for hard level graphics/physics modeling. It takes thousands lines to draw it, and it gives you a great performance tho. However, you have to learn how to draw a triangle first
@zoltankurti
@zoltankurti 3 года назад
I disagree, vulkan has much better error reporting than opengl. The vulkan validation layers are awesome. And the fact that you finally have bytecode shaders is awesome. Opengl regularly has glsl code breaking on one gpu and working on another.
@zoltankurti
@zoltankurti 4 месяца назад
@@chocolatezt I don't know if I knew it 3 years ago but I know it now, thanks. It's a great tip that helps a lot.
@xeridea
@xeridea 3 года назад
Some notes. Vulkan and DX12 are faster and harder to program than OpenGL and DX11. The reason is abstraction. The former 2 are heavily abstracted, taking care of a lot of the memory management and other stuff for you. Vulkan and DX12 are low level APIs, giving far more control, and responsibility to the user. They cropped up after AMD showed of Mantle, which IIRC more or less morphed into Vulkan. For a while, AMD was behind Nvidia in DX11 performance, some was due to Nvidia drivers being heavily optimized for DX11. The newer APIs aren't necessarily that much faster on the GPU, but on CPU, there is far less overhead, and multithreading is much easier and more effective. Not quite as "close to the metal" as older consoles, but low enough to give vast control. You can even do things like use an Nvidia AND AMD GPU at the same time to render the same game, rendering the same frames..... since you aren't limited by the heavy abstraction of previous APIs.
@mparagames
@mparagames Год назад
> You can even do things like use an Nvidia AND AMD GPU at the same time to render the same game, rendering the same frames Didn' know about that tbh... i thought multi-gpu rendering was dead
@xeridea
@xeridea Год назад
@@mparagames It isn't Crossfire and SLI aren't supported in drivers anymore, but multi-gpu rendering at the API level like this can still be done. I don't think it is used much, but I remember back when DX12 and Vulkan were coming out seeing articles on proof of concepts for cross-vendor rendering.
@mparagames
@mparagames Год назад
@@xeridea i see... well, i knew about vulkan being able to use a gpu other than the one generating the output to render the games (aka a gpu without any output connected to it). I tried that once and despite it giving a significant performance overhead, since the buffer had to be transfered to the OTHER gpu, it kinda worked somewhat well, i could play the game at decent enough framerrates. (Basically what i did was connecting the hdmi cable to the igpu and using the dgpu to render the game, despite this not working as well as connecting he cable to the dgpu, the performance was still much better than the igpu raw performance) But multi-gpu rendering through vulkan is new to me
@xeridea
@xeridea Год назад
@@mparagames yeah there is overhead but it can be worth it for demanding games. An advantage over Crossfire/SLI is you can have each GPU render part of the same frame, instead of using Alternate Frame Rendering, which increases latency, and is also difficult to properly optimize. Seems the industry is moving to massive GPUs instead, but it is still interesting to play around with. Maybe it will have a resurgence in the future as Moore's Law slows.
@lanchanoinguyen2914
@lanchanoinguyen2914 Год назад
It depends on the programmer,not the API.if you create bad design,or bad math,your program still sucks.
@hugojj101
@hugojj101 Год назад
Bro, thanks. Despite the length of that code, this video was actually super motivating because now, I can see the finish line, and also see that that first 1000 lines of code is the main learning curve. I'm excited. thanks a bunch, respect. "some sick joke" haha, that's too funny. GJ for making it through that haha.
@MxSmack
@MxSmack 3 месяца назад
Great video mate, thanks a lot! SDL has been fun to learn but wow is it difficult to cross compile from Mac to Windows. I think I'm close though, just need to work out how to find SDL_gfx for windows.
@fontanot
@fontanot 3 года назад
A triangle made in assembly = a little over a million
@1u8taheb6
@1u8taheb6 3 года назад
For real?
@fontanot
@fontanot 3 года назад
@@1u8taheb6 hypothetical assumptions, maybe even more
@brainloading5543
@brainloading5543 2 года назад
@@1u8taheb6 well, you have to realize that Assembly takes in account, and I mean it, everything. So now think about that. I'm drawing a 500 by 500 hundred pixels square. That's already at the very least 250 000 assembly lines. And for sure I can tell you it's nowhere near that simple, so it might be even 10 times this amount. Dig it up.
@sproccoli
@sproccoli 8 месяцев назад
this is maybe true if use literally no sort of abstractions. No functions, no macros. I seriously doubt even that though. The c++ to assembly LOC translation is not like... 1000 to 1, lol.
@avarise5607
@avarise5607 6 месяцев назад
​@@brainloading5543what are you on about? You know you can loop.in asm? You can fill whatever dimensional matrix of fields with one loop
@joshuaainsworth3867
@joshuaainsworth3867 4 года назад
This is genuinely informative, thank you
@codergopher8270
@codergopher8270 4 года назад
You're welcome, glad to help.
@Cons-Cat
@Cons-Cat 3 года назад
I do DirectX in school and Vulkan as a hobby. I feel the debugging experience is pretty similar between the two.
@FREAKBAlT
@FREAKBAlT 11 месяцев назад
I’m new to Vulkan but I started on OpenGL and I gave up on DX for some reason so I have some knowledge of Graphics Programming but not much and yet I’m still willing to make something in Vulkan.
@adambarber5003
@adambarber5003 3 года назад
So if vulkan uses alot of code to get started why don't you write a program to make it easier to do all the options with configurations, to get you started. So all you need to do is input your information in the fields provided and than select a option to auto write for you. Than all you need to do is inspect and write what U need to do.
@sleep3017
@sleep3017 3 года назад
Yeah well that is what programmers do. Make a script for everything.
@bobdagamer640
@bobdagamer640 Год назад
That is what the getting started code will do
@cezarhg2007
@cezarhg2007 Год назад
you can very easily just copy the code and patch a few stuff so it works for you, but i find that writing all the boiler plate line by line makes it easier for me to understand how it works
@mattstroker3742
@mattstroker3742 2 месяца назад
I get a rotating cube with textured, moving textured, surface using opengl in python with under 100 lines of code, I think.
@alicebaker4340
@alicebaker4340 4 года назад
I spent a whole bunch of time doing OpenCL with OpenGLOpenCL interop, only to find that my graphics card driver has a bug and it's not a non-zero copy share between the API. Result: Even the simplest kernel functions were super laggy.
@kryptoid2568
@kryptoid2568 2 года назад
I'm making a renderer because I don't know what kind of game to make. If I had an idea, I would have started with Unreal, but here I am about to make my own engine.
@tokyospliff
@tokyospliff 3 года назад
That was great man. Are you working on anything 3d?
@BurningSmith
@BurningSmith 19 дней назад
Vulkan is an very low level API. You need to write everything yourself, stuff that an engine or library like SFML has already done. It's your choice. I didn't regret it, since i learned a lot of how graphics stuffs on a computer works and how to properly organise my code! You learn what code to put where, so that it doesn't annoy you anymore.
@asandax6
@asandax6 3 года назад
I want to make a 2D game on a phone that has almost the same amount of battery drain as leaving the screen on while social media is on so Vulkan seems good. But I am not going to spend the next 5 years trying to learn it.
@benrex7775
@benrex7775 4 года назад
I'm a beginner at programming. Not a complete noob, but I've never done something big. My biggest project I did on my own was probably that one Java project with about 1500 lines of codes, but recently I have more practice with c and Python. At the moment I'm having fun learning how game engines work. I try to do one myself. I have a game Idea, but I could also use preexisting engines after I had my fun making a slow and barely working engine myself. Let's assume I actually manage to keep my motivation to finish a decent engine. My game should have some decent rendering distance. Like I want to make a 3D game where you can stand on a tall mountain _(like actual mountains, not those puny minecraft hills)_ and look over a forest. And the viewing distance should not be limited by some arbitrary fog of war which I have to set because of my bad programming skills. I know with that goal in mind I have to have a solid plan on how to handle level of detail. At the moment I plan on making the engine in C++. And I'm not too sure on what API I should use. According to that video Vulkan seems to be a bit of a difficult start. Is it doable to start with a simpler API and changing it mid-project. Dave Frampton, the developer of the game sapiens, changed from OpenGL to Vulkan during the game development. But he is also way more experienced than I am. Or will I have have to restart my engine project anyways since this is a project one can not succeed in at the first try. What kind of API would you reccoment? I used pygame in python and whatever API contains those swing.JPanels in Java. Basically I only used simple default APIs. Which kind of API would be the next step for me to take?
@codergopher8270
@codergopher8270 4 года назад
For the project you're working on, you'll need something that is fast. Vulkan and C++ would be the ticket here. I would recommend starting on a smaller project in Vulkan and C++ to figure out your way around those tools. After that then I'd move on to your bigger project. That's what I'm doing currently. I have a big idea for a game, but it's a big idea. So right now I'm making a smaller game first for practice.
@benrex7775
@benrex7775 4 года назад
​@@codergopher8270 Thank you for your response. I guess I will go that route. I noticed that there are a lot of average to good tutorials out there _(not c++/vulkan- specific)_ and sometimes I find a gem among tutorials. Do you know of any gems of a tutorial on either Vulkan or c++? The difficulty level should roughly be around beginners level. I haven't watched any others of your videos. So If you think your c++ videos fall under the category "supreme" then don't feel ashamed to recommend them.
@codergopher8270
@codergopher8270 4 года назад
@@benrex7775 For Vulkan, I do plan to eventually create a tutorial on how to make a 3D game from scratch, but first I want to thoroughly learn it so I can teach it well. This vulkan-tutorial.com/ has been very helpful, but not really geared towards beginners. That tutorial expects a fair bit of knowledge of C++. It's been the best I've been able to find. For learning C++, you can follow along with my SDL/C++ series where I teach C++ and game mechanics at the same time. The SDL series is also going to cover a 2D physics engine, which a understanding of 2D physics can easily enough be applied to 3D physics. I'd also recommend TheCherno on learning C++ itself, and TheNewBoston Bucky's C++ tutorials here on RU-vid. Both are excellent, and that's where I've learned most of what I know in C++.
@benrex7775
@benrex7775 4 года назад
​@@codergopher8270 Thank you again for the thought through answer. It's rare to get them on RU-vid. For the 3D engine I already found the channel _javidx9_ (done in c++, for some old game console) and _thebennybox_ (done in java with OpenGl). They both have a slightly different approach to creating the 3D engine. I also started with recreating javids tutorial in pygame. But after a bit of pygame usage I'm not too happy with it. That one of the main reasons why I started to look around a bit more. If the 2D stuff is translatable to the 3D stuff then I will add your playlist to my watchlist. I just watched a C++ tutorial. Apparently it's quite similar to C. So I will not have to specifically learn that. But it's always great to know, in case I notice that I still need it. And _TheCherno_ has a game engine tutorial. Perhaps I look into that as well. Let's see of I'm faster at learning vulkan or if you are faster at making that tutorial. If I can keep up my motivation, I will be faster with just going for the tutorial you recommended. From quickly looking over it, it doesn't seem to be that bad. Perhaps I'm overestimating myself. Or I'm underestimating myself. Probably the latter. Who knows...
@codergopher8270
@codergopher8270 4 года назад
@@benrex7775 Sounds solid. Keep me updated on your project, sounds interesting.
@cortexauth4094
@cortexauth4094 4 года назад
Only reason I came by this video is the faact that I am working on my own game on SDL, and heard about Vulkan and thought maybe I should reconsider, I think I'll stick to SDL, it's 2D multiplayer RPG, to learn more about web stuffs and games, probably will integrate with OpenGL and then Vulkan (but I think by that time I will move on to next project, damn sure just getting it down in OpenGL will be hard)
@codergopher8270
@codergopher8270 4 года назад
Sounds like a solid plan. Do you intend to publish your game?
@cortexauth4094
@cortexauth4094 4 года назад
@@codergopher8270 It's more of learning project, but I will surely get some 100+ playerd around, create some puzzles, have some laugh in multiplayer dungeons, before I stop working on it
@paulojose7568
@paulojose7568 4 года назад
How is your project doing so far?
@cortexauth4094
@cortexauth4094 4 года назад
@@paulojose7568 pretty okay. I have been learning lot about networks and servers, and occupied with Maths meanwhile making some components for my gane
@titaniumtomato7247
@titaniumtomato7247 2 месяца назад
well my graphics card literally doesn't support it, so yknow
@BinodKumar-rg6md
@BinodKumar-rg6md 2 года назад
Hi I have been trying from a long to convert yuv image to rgb using vulkan instead of Renderscript but didn't get any solution. It would be realy helpful if you make video on YUV2RGB conversion using VK_KHR_sampler_ycbcr_conversion. Thank you
@Amitkumar-dv1kk
@Amitkumar-dv1kk 2 года назад
I don't understand why it's going in reverse compared to CPU programming like, we've come far from assembly language to now Java and python that has very high level of abstractions but in GPU programming we've gone back to more and more assembly like programming for GPU. It makes sense that it gives higher performance but the same can be said for assembly too, but there are languages like C, C++ that has compilers that can output the equivalent machine codes without burdening the programmers too much... So why can't we have a compiler for GPU programming as well, like you write some openGl stuff and the compiler will output Vulkan level code?
@alefratat4018
@alefratat4018 2 года назад
OpenGL and Vulkan are just APIs, the real 'code' is on the graphics drivers side. High level of abstraction is not always better, the main issue with OpenGL is that it has been designed a long time ago (>20 years) when GPU were very different from now. Thus, it becomes more and more complicated for graphics vendors to ensure maximum performance when sticking to OpenGL. Vulkan is an remedy to that, it put more burden on the app developper, less on the driver developper.
@the_krasn
@the_krasn Год назад
Hi, I want to start learning Vulkan, where do I find information?
@sidfreeman835
@sidfreeman835 3 года назад
Thank you for such as clear, concise explanation
@TheLavaBlock
@TheLavaBlock 3 года назад
how's it going with Vulkan?
@mattzrsimon
@mattzrsimon 4 года назад
did you use LunarG? great channel, keep it up!
@codergopher8270
@codergopher8270 4 года назад
Yes I did, and thank you :)
@abdelhaksaouli8802
@abdelhaksaouli8802 3 года назад
lol i also thought that the vulkan tutorial for triangle was a troll
@Kino-Imsureq
@Kino-Imsureq 4 года назад
does GLFW, GLEW, and GLM have a Vulkan counterpart? I'm interested in the vulkan stuff but im still learning opengl in c++ so later lol but i might need to move to vulkan when the lag spikes get too intense.
@codergopher8270
@codergopher8270 4 года назад
GLFW and GLM both work with Vulkan. I'm actually using GLFW for my Vulkan 3D engine, just to avoid the horrors of x11 and win32.
@Kino-Imsureq
@Kino-Imsureq 4 года назад
@@codergopher8270 alright will get into it after some opengl c++ courses and practice :)
@codergopher8270
@codergopher8270 4 года назад
@@Kino-Imsureq Sounds good, best of luck to you.
@wellthy2190
@wellthy2190 4 года назад
hey , I wasn't able to find any audio Library for Vulkan, do you know one like openAL ?
@codergopher8270
@codergopher8270 4 года назад
Not sure if it's similar to OpenAL, but there's Aquila, Aubio, CLAM, BASS, JUCE and quite a few others out there.
@wellthy2190
@wellthy2190 4 года назад
Ok thanks for your response
@NymezWoW
@NymezWoW 4 года назад
Whats the problem with OpenAL? You can use OpenAL with Vulkan.
@ItsCOMMANDer_
@ItsCOMMANDer_ 4 месяца назад
nah, im a c (non) god and after i wrote my own standart library imma make a 2d game in glfw opengl, then i seperate opengl code as much from game code as possible and then rewrite rendering backend in vulkan glfw
@SvetlinTotev
@SvetlinTotev 3 года назад
I would make the prediction that in the not-so-distant future autonomous cars and other vision-based robots would use Vulkan quite heavily. So I don't think that it is just a video game/3D rendering API. I think soon people will realise how useful it is to have the 3D rendering pipeline plus compute shaders in the same low level API allowing for fast and efficient sharing of GPU resources on top of the faster overall performance compared to both 3D rendering and computing APIs.
@KangJangkrik
@KangJangkrik 2 года назад
FYI, I'm working on it with my team at national electric vehicle organization
@jaredgarbo3679
@jaredgarbo3679 2 года назад
@@KangJangkrik Thats cool.
@ImmortalityYT
@ImmortalityYT 4 года назад
I think I'll stick with SFML lol.
@codergopher8270
@codergopher8270 4 года назад
lol
@overloader7900
@overloader7900 4 года назад
I stopped using sfml because i wanted drag&drop... Should have learnt win32 all along
@overloader7900
@overloader7900 4 года назад
@BartDrown heresy
@renisrrenis9225
@renisrrenis9225 4 года назад
@@overloader7900 drag&drop works in sfml
@ImmortalityYT
@ImmortalityYT 3 года назад
@GigaramsYT I wasn't comparing them?
@soulextracter
@soulextracter 2 года назад
So how great is the difference between the 1162 lines of Vulcan, to get a triangle on screen, vs. using pure home-written C++ to do it yourself? How many lines would that be, because I guess Vulcan is written in C or C++?
@szlobi2276
@szlobi2276 2 года назад
Vulkan is a specification for graphics. The actual code is provided by your graphics drivers, which is provided by your graphics card vendor (nvidia, amd, intel). So to do what Vulkan does in plain C/C++ you would have to write the specification for Vulkan for your graphics card. Basically your own driver.
@soulextracter
@soulextracter 2 года назад
@@szlobi2276 Aight. I thought it was only a library of pre-written code to speed up the process and abstract away some low level stuff.
@szlobi2276
@szlobi2276 2 года назад
@@soulextracter No, as you now know that is not the case. The graphics card manufacturer gives you low level access to the graphics card by implementing the Vulkan functions in their drivers. You then just need to use the function signatures in your code to tell the driver what to do with the graphics card.
@Peter-ig1rq
@Peter-ig1rq 4 года назад
I think the planet Vulkan was sucked into a black hole around the time Win 10 was sucked in.
@minetech4898
@minetech4898 4 года назад
Ssooooo.. If I'm trying to make a simple raytracer as a beginner in 3d graphics (I've done stuff with java's Swing). do I need the speed of Vulkan? or will OpenGL (or even OpenCL) do fine?
@codergopher8270
@codergopher8270 4 года назад
I would recommend starting with OpenGL first. Much of the rendering concepts are the same in Vulkan, and pretty much any graphics API, so getting a handle on the graphics pipeline would be much easier in GL.
@zoltankurti
@zoltankurti 3 года назад
The standard graphics pipeline is about rasterization, it won't do anything for you. I say try Vulkan, setting up computr shaders is easier than setting up the raster pipeline for drawing a single triangle.
@sql64
@sql64 2 года назад
why do you use sublime text over vs code, qt creator or clion?
@andreyikofirst2694
@andreyikofirst2694 Месяц назад
In a nutshell, they're full of telemetry+ bloatware. Sometimes, it's really cool to use lightweight text editors like geany or sublime, with some execution parameters
@sql64
@sql64 Месяц назад
@@andreyikofirst2694 since writing this comment ive switched to neovim and vscodium
@NymezWoW
@NymezWoW 4 года назад
The problem is if you want to directly acess the GPU without using some high level library that was built on top of one of the low-level API's there is basicly just OpenGL and Vulkan. The problem with Vulkan is really verbose and complicated to learn and use. OpenGL is significantly easier but is very old. It has tons of deprecated legacy functionality and design flaws. It comes from a time where GPU's simply worked different than how they function today. It also seems like KHRONOS more or less abandoned it in favor of Vulkan. In reality Vulkan isn't the answer to everything, for the same reason you don't code everything in C or Assembler. Simplicity and ease of use just are a important factor. When you write a sprite based 2D game having to write 1000 lines to see your first triangle would be ridiculous. If you just want to spice up the GUI in your application with some 3D you don't want to have to learn Vulkan. There either needs to be a reworked OpenGL 5.0, a new simpler API or a standardized high level wrapper for Vulkan that reduces it's complexity.
@Vitriol-dk3xh
@Vitriol-dk3xh 3 года назад
There is also d3d11, which is pretty easy
@NymezWoW
@NymezWoW 3 года назад
@@Vitriol-dk3xh DirectX only works on Windows and X-Box.
@Vitriol-dk3xh
@Vitriol-dk3xh 3 года назад
@@NymezWoW most of people have windows
@NymezWoW
@NymezWoW 3 года назад
@@Vitriol-dk3xh That‘s not even true, for example if you target Mobile basicly no one uses Windows. It’s all Android/IOS. And even on the Desktop every engine worth mentioning also supports other Platforms than Windows. „Just stick to only DirectX“ ain‘t the solution.
@Vitriol-dk3xh
@Vitriol-dk3xh 3 года назад
First: i was going to say that d3d is good for learning 3d graphics. Second: if someone wants to make games, he should stick with existing engines
@samdavepollard
@samdavepollard 4 года назад
extremely helpful many thanks for sharing your knowledge subbed
@matthewexline6589
@matthewexline6589 Год назад
@3:31 "You can see that, after 17 hundred lines, you've got yourself, a model loading." "You compare that, one thousand lines of code with something like OpenGL, you can see that essentially the same thing can be achieved in only 200 lines of OpenGL code.. it's just a little square, pretty much the same thing..." Like bro are you kidding right now? Firstly that's a TRIANGLE NOT A SQUARE and oh um, a statically placed, not-animated triangle is nuh-thing like displaying a rotating fbx model of a cabin,
@breakdancerQ
@breakdancerQ 4 месяца назад
U from nebraska?
@ReekdoloReekdolo
@ReekdoloReekdolo 2 года назад
"Can begginers learn it" mate you were once a begginer too so why would you even question that
@i_youtube_
@i_youtube_ 2 года назад
Question: I want to make simple 2D animation software that export to a video format. Which libraries do I need?
@cryptigo
@cryptigo Год назад
"It takes a while to actually see anything" bruh I spent 3 months writing my window class I know
@ShR33k
@ShR33k 3 года назад
Thumbs up for realising it was a triangle!!! hahaha Great video, great introduction to Vulkan. 1000 lines just to initialise it... jezz... you'd of thought with it being a "modern" replacement for OpenGL it would of been less and the setting up could of been an API call on its own. Guessing there is a valid reason for the way Kronos has done it this way. I know a little OpenGL (not much), but about to enter the world of Vulkan!!!
@MrHandsy
@MrHandsy 3 года назад
Subcribed quicker than I could blink
@danieleccleston7928
@danieleccleston7928 4 года назад
i'll learn sdl when i have time but i heard the sfml community is toxic how true s this?
@codergopher8270
@codergopher8270 4 года назад
I've never really had an issue with the SFML community. Stackoverflow, on the other hand, tends to get a little bunged up from time to time, if you know what I mean, but the SFML forums are usually helpful. Where'd you hear that the SFML community is toxic?
@danieleccleston7928
@danieleccleston7928 4 года назад
@@codergopher8270 I saw it on an ask quota question and I think I heard it on a RU-vid vid...not sure tho
@kevinquintana3085
@kevinquintana3085 2 года назад
@@danieleccleston7928 I saw it a few days ago in a reddit thread... "If you need a 32 version you need to compile it for yourself" says in the download section of sfml :'v ok...
@alexfrozen
@alexfrozen 5 месяцев назад
My name is Charlie and Vulkan to my channel!
@pensulpusher2729
@pensulpusher2729 Год назад
This was very helpful
@diligencehumility6971
@diligencehumility6971 Год назад
How are you this smart in this age
@shankar4510
@shankar4510 4 года назад
does intel(R) hd graphics 5500 supports directx 11?
@codergopher8270
@codergopher8270 4 года назад
It should. Why ask?
@arcticheroh
@arcticheroh 4 года назад
What does this have to do with vulkran lol
@StarContract
@StarContract 4 года назад
Video tutorial series on Vulkan when 😭😭
@codergopher8270
@codergopher8270 4 года назад
Ahhh... when I truly learn it. It's a big API, lots to go through.
@Lmao-ke9lq
@Lmao-ke9lq 4 года назад
codergopher what your learning source?
@codergopher8270
@codergopher8270 4 года назад
@@Lmao-ke9lq vulkan-tutorial.com/ and going through the Vulkan documentation.
@hebertsbonilla7405
@hebertsbonilla7405 4 года назад
It can sound silly but I would like to learn Vulkan and I don't know where to find documentation
@codergopher8270
@codergopher8270 4 года назад
Here you go www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#introduction This will help out too vulkan-tutorial.com/
@hebertsbonilla7405
@hebertsbonilla7405 4 года назад
​@@codergopher8270 I appreciate it. Thank you so much
@hebertsbonilla7405
@hebertsbonilla7405 4 года назад
​@@varshard0 I found it yesterday looking around the pages. Thank you for the tip.
@clarkx86
@clarkx86 4 года назад
Good video! Very informative, thanks :)
@codergopher8270
@codergopher8270 4 года назад
You're welcome.
@no-ld3hz
@no-ld3hz 3 года назад
One thing I hate about vulkan Is my fucking surface pointer is fucked and I don't have a clue why
@KangJangkrik
@KangJangkrik 2 года назад
Excuse me professor, i'm 2 years late, may I enter?
@We-Do-NOT-Consent-303
@We-Do-NOT-Consent-303 2 года назад
So why do you have to rewrite 1100 lines of code just to display some primitive solids. Why is there not a high level object that you can call on that does all that, out of the box???
@EvenStarLoveAnanda
@EvenStarLoveAnanda 2 года назад
@Sinneslöschen But why everyone has to reproduce the same effort to display basic geometry? That should have been done by them once, so we can use it to create what we want to create. Coders are NOT Human. You guys have been assimilated by the Borg already. You think one dimensionally. We think in 3D images. Creating a User friendly Interface is an art and coders have no idea how to do it. You should hire Graphic artists and process engineers to create GUIs.
@lanchanoinguyen2914
@lanchanoinguyen2914 Год назад
That is called game engine.I work with opengl and it is perfect blend between low(c/c++) and high level(glsl/shader).
@We-Do-NOT-Consent-303
@We-Do-NOT-Consent-303 Год назад
@@lanchanoinguyen2914 The question remains, why is this example not already written so everyone can use it? Why duplicate effort over and over?
@lanchanoinguyen2914
@lanchanoinguyen2914 Год назад
@@We-Do-NOT-Consent-303 i don't know,maybe it was not supposed for everyone to use it?That is why opengl was not exporting core functions but only you create a context,and then use function pointers to able to use them.And that is also the fact that modern opengl deprecate all basics 3d transformations such as glTranslate and glRotate in version 3.3 which is annoying because you have to write transformation matrices yourself.
@lanchanoinguyen2914
@lanchanoinguyen2914 Год назад
@@We-Do-NOT-Consent-303 usually,you lose versatility when you simplify things for higher level.But i don't understand why Vulkan has to be so verbose on this since both modern opengl and vulkan are using shaders which is already focussing on gpu side.
@Lmao-ke9lq
@Lmao-ke9lq 4 года назад
how old are you?
@codergopher8270
@codergopher8270 4 года назад
Almost 17
@siddharthjain1745
@siddharthjain1745 4 года назад
Where did you learn Vulkan? Can you point to some resources?
@codergopher8270
@codergopher8270 4 года назад
The vulkan spec www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#introduction Not very beginner, or really anyone friendly documentation, but if you wade through it, you'll get there. vulkan-tutorial.com/ this kind fellow has been very helpful
@topkek239
@topkek239 4 года назад
C++, let me stop u right there. Just yes, always yes.
@IntheFishtank
@IntheFishtank 6 месяцев назад
You must deserve this triangle :^p
@sproccoli
@sproccoli 8 месяцев назад
its not for beginners. Its really not even for experience programmers. The caveat being, that its not for either or these people if they are writing one program to do one thing. You use things like vulkan and GL primarily to build up a reusable body of code. I would not call vulcan an API at all; you really should not be writing applications with it. You should be writing libraries with it. Its an LPI, lol.
@chriskosik663
@chriskosik663 3 года назад
Quality content dude.
@julianstanev3772
@julianstanev3772 4 года назад
Learning SFML dosn't make Vulkan easier at all.
@Max29847
@Max29847 3 года назад
increases you knowledge in c++
@lanchanoinguyen2914
@lanchanoinguyen2914 Год назад
I swear that i can create my own GPU and code it on arduino and create my own circuit board and create my own 3d API which is still easier than Vulkan.
@edwin3928ohd
@edwin3928ohd 4 года назад
RU-vid is blowing up this video
@ron0gamingplayz102
@ron0gamingplayz102 4 года назад
Lol
@arcticheroh
@arcticheroh 4 года назад
Literally vulkran is so much better. Once you do the bulk of code you're pretty much set up.
@codergopher8270
@codergopher8270 4 года назад
Aye. I like the way parameters are handle in structs, VS titanic sized parameter lines, as in opengl
@shankar4510
@shankar4510 4 года назад
is sfml a API or is it a part of opengl?
@codergopher8270
@codergopher8270 4 года назад
It's a SDK(Software Development Kit). It uses opengl for it's drawing operations.
@floralpoboop
@floralpoboop 3 года назад
I tend to disagree with the concept that difficulty should measure weather it is for or not for beginners. Instant gratification has no place in programming. Directx has way to many training wheels and filled with garbage code and dead code and even more legacy code than opengl and garbage code left in from legacy code and dead code. Also opengl was actually on par with directx up until around 2014, in most cases ahead but most of the shift went to vulkan from 2012 to now with directx losing more and more support in the backbones and taking features that were being worked on for a long time like tessilation and ray tracing and shifting the focus into incoperating them into a newer faster API that didn't have all that legacy code. They also changed the license around to the apache license probably because opengl used this weird combination mix of bases off multiple licenses. FSF use to approve appache license but now they are against everything that isn't gnu gpl v3+, even going against gpl v2 software to claim its not free because they don't have policies in the license that feed their EGO driven war on everyone not FSF, even if it were to be basically the GNU GPLv3 re-written they would be against that.
@fragarena9910
@fragarena9910 4 года назад
fascinating
@Tomyb15
@Tomyb15 4 года назад
You now know C++, OpenGL and Vulkan and you are just like, 17 yo, while I'm barely holding on with c++ and couldn't really wrap my head around opengl. Might as well not even try.
@codergopher8270
@codergopher8270 4 года назад
Failing to try is failure itself. Don't give up. Start off with something lik SDL2 or SFML, and you'll find it's a lot more encouraging. You'll get results faster without the gruelling work.
@Vitriol-dk3xh
@Vitriol-dk3xh 3 года назад
Actually there is a lot of young people that are pretty good at c++ and graphics programming, just look at cherno's discord server for example. i am 17 and i am pretty good at c++ and opengl, and i am currently learning vulkan(it isnt that hard if u have already expierence with opengl or d3d11), but i know 13yo which is much better than me in c++, opengl and vulkan. If you want to learn graphics programming just go to cherno's server(you can find there people which for sure will help u with it). also i would recommend "Vulkan discord server" where you can find people that designed vulkan. so learning c++ or graphics programming isnt that hard in 21 century. PS: In my opinion if u know sdl2 or sfml it wont help u too much in learning vulkan, better to learn d3d11 or opengl, this are the easiest Graphics API's.
@Rocklee-vv
@Rocklee-vv 2 года назад
i pressed ctrl+w at 3:13
@cerulity32k
@cerulity32k 10 месяцев назад
My friends call me a trekkie for using Vulkan, lmao
@jeyko666
@jeyko666 4 года назад
thx idubbbz
@ProgrammingWithSuman
@ProgrammingWithSuman 4 года назад
Love From #India brother 😍
@ExoCalibra
@ExoCalibra 3 года назад
this video didnt answered my question. should beginners learn vulkan. yes or no
@dylanconway7190
@dylanconway7190 3 года назад
4:25
@ullaskunder
@ullaskunder 3 года назад
What the hack 10k lines 😰
@aibou2399
@aibou2399 4 года назад
mayonaise is a serious thing. so is vulkan
@codergopher8270
@codergopher8270 4 года назад
lol Although using mayonaise as an API would be arguably harder than Vualkan
@raminote5726
@raminote5726 4 года назад
lol I can't sleep now, I'm afraid Vulkan is under my bed
@codergopher8270
@codergopher8270 4 года назад
lol
@Andre-gn4sj
@Andre-gn4sj 4 года назад
go on... and translate Vulkan from norwegian to english
@hdhwkq
@hdhwkq 3 года назад
You want to be cool
@Crux161
@Crux161 4 года назад
So _that’s_ what they mean by low-overhead.... 🤣
@codergopher8270
@codergopher8270 4 года назад
lol
@khawajauzairtariq2223
@khawajauzairtariq2223 4 года назад
Like!
@_slier
@_slier 4 года назад
u from canada? nice, marijuana country..i genuinely jealous
@codergopher8270
@codergopher8270 4 года назад
I don't do drugs, and you shouldn't either. Taking recreational drugs is a terrible path to take.. Reality must be faced forthrightly and courageously. Hiding from reality through drugs is a terrible thing to do, and it is nothing but detrimental to your future. There is no excuse or justification for recreational drugs, and the only ones who pay for it is yourself and the people around you.
@_slier
@_slier 4 года назад
@@codergopher8270 marijuana is not same as heroine..it is a garbage spit out by pharma industry..try research urself on cbd..heck united states event patent cbd..go research urself..u should be grateful..marijuana is harmless...alcohol and tobaco way danger and yet its legal..oh well...
@electric26
@electric26 4 года назад
@@codergopher8270 While I agree with the sentiment, I don't see a problem with smoking an occasional joint or having an occasional drink. Moderation is key. This is coming from someone who used to abuse mostly weed but also alcohol. I wanted to escape, but even that caught up with me eventually. At the time I was extremely depressed. Now that I'm not, I simply don't have a desire to smoke/drink often, and when I do it's a lot more enjoyable.
@codergopher8270
@codergopher8270 4 года назад
@@electric26 There's a difference between smoking a joint and having a cup of wine, for example. When you smoke weed, you are doing it for the sole purpose of getting high. However, in many cultures it is very normal to take a cup of wine or champagne with your meal. Many people drink wine and such for the taste, and or the cultural custom. You can have a cup of wine and not get drunk. You smoke 1 joint, and you're high. (of course depending on the purpose). Getting high and drunk are both very problematic actions.
@trippingwithalchemy8648
@trippingwithalchemy8648 4 года назад
@@codergopher8270 I wish more young people had your mindset. Hold fast to your principles. 👍
@zidenzz
@zidenzz Год назад
nerd
@shreddymetal
@shreddymetal 4 года назад
how did you set up vulkan in sublime text? i'm having some problems linking the vulkan-1.lib file and the glfw lib file(s). i keep getting unresolved external errors. would really like to move my project to sublime if possible (i finished the vulkan tutorial in visual studio 2019 but i dislike visual studio)
@codergopher8270
@codergopher8270 4 года назад
Are you on Linux or Windows?
@shreddymetal
@shreddymetal 4 года назад
@@codergopher8270 windows, i got everything set up now except for glfw so i'm just using the standard windows.h header file to create a window. sublime > vs!
@1u8taheb6
@1u8taheb6 3 года назад
@@shreddymetal make a tut? :')
Далее
ALL IT TAKES... A Vulkan Story
29:10
Просмотров 130 тыс.
How To Render CIRCLES (OpenGL/Vulkan/DirectX/Metal)
39:56
Свинья неудачник ( Liar's Bar )
24:01
Просмотров 493 тыс.
zig will change programming forever
9:34
Просмотров 318 тыс.
I FIXED VULKAN!
23:31
Просмотров 74 тыс.
Malware Development: Processes, Threads, and Handles
31:29
I made a better Ray-Tracing engine
17:38
Просмотров 253 тыс.
What Is A Graphics Programmer?
30:21
Просмотров 433 тыс.
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 718 тыс.
Learning VULKAN by Rendering a GALAXY
6:10
Просмотров 34 тыс.