Nobody can keep up dude , you're flying through it just shouting out what you're doing, you're speaking and explaining as fast as you can type
@alex19717 күн бұрын
THANK YOU! My settings looked slightly different to yours but by fiddling with the similar settings I got it to work.
@stevecasacchia751718 күн бұрын
No! I'm not doing all that, horrible
@Gabriel-rg7cy19 күн бұрын
OOP is intuitive for many people because it is like every object minds it's own business, which looks manageable. But DOP is better because instead of trying to get multiple things to do its own thing independently, you are like the factory manager telling what should happen with every product (the data)
@dv7910Ай бұрын
Wells I know we're about 4 years old and I can't even seem to find SDL 2.0 anymore,, buuut I've already got prollums. g++: error: /src/*.cpp: No such file or directory g++: error: unrecognized command line option '-std=C++14'; did you mean '-std=c++14'? g++: fatal error: no input files compilation terminated. Wondering if you can't link me to your project file in the demo lol I'm doin SOMETHING wrong, wouldn't mind a lilhelp ples, and thank you, double thanks, three thank you's if you can find the time to help me out here lol Also newer SDL's seem to have different DLL's. I'd love to get started, but I always get trapped in the hellscape of setup. the project file I clacked out. Gotta be somethin' wronk. { "folders": [ { "path": "bin/..", "file_exclude_patterns": ["*.sublime-project"] } ], "build_systems": [ { "name": "Build Debug", "working_dir": "${project-path}", "cmd": "g++ -c /src/*.cpp -std=C++14 -g -Wall -m64 -I include -I C:/SDL2-w64/include && g++ *.o -o bin/debug/main -L C:/SDL2-w64/lib -lmingw32 -lSDL2main -lSDL2 -lSDL2_image && start bin/debug", "selector": "source.c++", "shell": true } ] }
@jyn126Ай бұрын
I love the series pleasee go onnn
@jyn126Ай бұрын
8:02 I need the tutorial for LibreSprite, pleaseee
@CursedPetalsАй бұрын
Thank you so much for this tutorial! All the other SDL2 tutorials I've found explained NOTHING and I got countless errors, but this was so easy to follow and I actually understood what I wrote! Thank you!
@nicolaspace1182Ай бұрын
lmao! Beautiful intro man!
@truckerjohn19573 ай бұрын
Thank you. I wonder if the 1997 Intrepid would have the same configuration.
@Piespys3 ай бұрын
8:47 funny rant
@rusty-neko3 ай бұрын
vulkan and now chess bro is gansta. plz come back bro
@me-specifically3 ай бұрын
when i went to files on the sourceforge page, the link to download it wasnt there they removed literally it two weeks ago, i had to use the wayback machine to download it
@BurningSmith4 ай бұрын
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.
@tamago17044 ай бұрын
your series is so good! I watched your for loop tutorial even though I have 2 years of experience on c++😌🙏🙏
@colek89904 ай бұрын
When the world needed him most he disappeared
@colek89904 ай бұрын
i came for the tutorial i stayed for the show
@colek89904 ай бұрын
took me abut 4 hours to do a 30 min video, one hell of a set up but it was kinda cool thanks s bunch
@lukafox79074 ай бұрын
Axe compiler must of be written wrong. All I see is clean axe code as no errors.
@MOTOLINK5 ай бұрын
Thanks! Helped a lot
@tanthanh9a2nguyen165 ай бұрын
hello anh . tôi là người Việt Nam đầu tiên
@quanghuyang65705 ай бұрын
Where have you gone?
@pritom_007x5 ай бұрын
Awesome tutorials, but why you are vanished? we will wait for your not metter how long it's takes ;
@titaniumtomato72475 ай бұрын
well my graphics card literally doesn't support it, so yknow
@5DPixel25 күн бұрын
not even VK_KHR? Most basic extension
@mattstroker5 ай бұрын
I get a rotating cube with textured, moving textured, surface using opengl in python with under 100 lines of code, I think.
@pritom_007x6 ай бұрын
I have a problem, why I have been showed this? I have done the same thing he did! src/main.cpp:1:0: sorry, unimplemented: 64-bit mode not compiled in #include<SDL2/SDL.h>
@nialyavuzturk3792 ай бұрын
I had problems too when using this tutorial to download SDL, i used this one instead kzbin.info/www/bejne/b3TEXoWMhdyheKcsi=iLFw5CQ70mSx81LY i think it is a better set up tutorial but codergophers other videos on coding with SDL are really good if you are still continuing with this
@taphuongnam.hikarumi6 ай бұрын
Thank you, Brother. Looks like my journey of creating a game starts here.
@CoolModderJaydonX6 ай бұрын
At around 6:25, I would have made the "src" be both the source and the destination for that particular case, since they're the same exact thing here.
@MxSmack6 ай бұрын
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.
@nubdevice6 ай бұрын
LOL...."Definitely not buying that" - THis Dude
@prashantrawat78257 ай бұрын
Thank you ❤
@ozanmrcan7 ай бұрын
you didn't call DestroyRenderer and IMG_Quit
@WewAuction7 ай бұрын
still not working :| this error: no matching function for call to sf::Sprite
@MrScratchCat7 ай бұрын
Come back pls...
@Lavrhard7 ай бұрын
ty bro!
@Valerie_is_doing_stuff8 ай бұрын
from shell sudo apt update sudo apt-get install v4l-utils v4l2-ctl --list-devices #update to your device v4l2-ctl -d /dev/video2 --list-ctrls sudo v4l2-ctl -d /dev/video2 --set-ctrl=gain=240 sudo v4l2-ctl -d /dev/video2 --set-ctrl=auto_exposure=1 sudo v4l2-ctl -d /dev/video2 --set-ctrl=exposure_time_absolute=156 sudo v4l2-ctl -d /dev/video2 --set-ctrl=white_balance_automatic=0 sudo v4l2-ctl -d /dev/video2 --set-ctrl=white_balance_temperature=4000 sudo v4l2-ctl -d /dev/video2 --set-ctrl=exposure_dynamic_framerate=0 sudo v4l2-ctl -d /dev/video2 --set-ctrl=backlight_compensation=1 v4l2-ctl -d /dev/video2 --list-ctrls save it for good askubuntu.com/questions/295637/v4l2-change-default-setting if for klipper... what i needed. open your crowsnest.conf ###add### #custom_flags: v4l2ctl: v4l2-ctl -d /dev/video2 --set-ctrl=auto_exposure=0 v4l2ctl: v4l2-ctl -d /dev/video2 --set-ctrl=gain=240 v4l2ctl: v4l2-ctl -d /dev/video2 --set-ctrl=exposure_time_absolute=156 v4l2ctl: v4l2-ctl -d /dev/video2 --set-ctrl=white_balance_automatic=0 v4l2ctl: v4l2-ctl -d /dev/video2 --set-ctrl=white_balance_temperature=4000 v4l2ctl: v4l2-ctl -d /dev/video2 --set-ctrl=exposure_dynamic_framerate=0 v4l2ctl: v4l2-ctl -d /dev/video2 --set-ctrl=backlight_compensation=1
@xpp558 ай бұрын
bro this fluffy hair is cringe. You do it because you have big forehead?
@ItsCOMMANDer_8 ай бұрын
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
@isaac458968 ай бұрын
hello codegopher, we would love you to continue this serie , we'll wait, 3, 5 , 10 years, we'll wait no matter what.
@MohammadSalman-qw1ig8 ай бұрын
With the series on a break rn, are there any other good resources to learn SDL2?
@breakdancerQ8 ай бұрын
U from nebraska?
@asadullahshahid58458 ай бұрын
Thank you for sharing this app, I just fixed darker video problem with my linux ubuntu ❤
@BeskarPheonix8 ай бұрын
The final download part doesnt seem to exist anymore can anyone help me find a way around it or a newer link to the webpage that's missing
@alexfrozen8 ай бұрын
My name is Charlie and Vulkan to my channel!
@justdoitcoder8 ай бұрын
Please continue the series.
@andrewstewrt21418 ай бұрын
The Bios solution is most likely only on older systems as every mobo has usb 3 enabled by default