when all your mail is bills
0:19
3 жыл бұрын
when you haven't coded in a while
1:16
Starting a Programming War
10:28
4 жыл бұрын
C++ VS Rust
11:03
4 жыл бұрын
Big Truck++
6:22
4 жыл бұрын
I just want to feed my geese
4:43
4 жыл бұрын
I Turned Tree Bark Into Music
19:17
4 жыл бұрын
C VS C++ | The Champions of Speed
13:34
Пікірлер
@stevecasacchia7517
@stevecasacchia7517 16 күн бұрын
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
@alex197
@alex197 17 күн бұрын
THANK YOU! My settings looked slightly different to yours but by fiddling with the similar settings I got it to work.
@stevecasacchia7517
@stevecasacchia7517 18 күн бұрын
No! I'm not doing all that, horrible
@Gabriel-rg7cy
@Gabriel-rg7cy 19 күн бұрын
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
@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
@jyn126 Ай бұрын
I love the series pleasee go onnn
@jyn126
@jyn126 Ай бұрын
8:02 I need the tutorial for LibreSprite, pleaseee
@CursedPetals
@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
@nicolaspace1182 Ай бұрын
lmao! Beautiful intro man!
@truckerjohn1957
@truckerjohn1957 3 ай бұрын
Thank you. I wonder if the 1997 Intrepid would have the same configuration.
@Piespys
@Piespys 3 ай бұрын
8:47 funny rant
@rusty-neko
@rusty-neko 3 ай бұрын
vulkan and now chess bro is gansta. plz come back bro
@me-specifically
@me-specifically 3 ай бұрын
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
@BurningSmith
@BurningSmith 4 ай бұрын
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.
@tamago1704
@tamago1704 4 ай бұрын
your series is so good! I watched your for loop tutorial even though I have 2 years of experience on c++😌🙏🙏
@colek8990
@colek8990 4 ай бұрын
When the world needed him most he disappeared
@colek8990
@colek8990 4 ай бұрын
i came for the tutorial i stayed for the show
@colek8990
@colek8990 4 ай бұрын
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
@lukafox7907
@lukafox7907 4 ай бұрын
Axe compiler must of be written wrong. All I see is clean axe code as no errors.
@MOTOLINK
@MOTOLINK 5 ай бұрын
Thanks! Helped a lot
@tanthanh9a2nguyen16
@tanthanh9a2nguyen16 5 ай бұрын
hello anh . tôi là người Việt Nam đầu tiên
@quanghuyang6570
@quanghuyang6570 5 ай бұрын
Where have you gone?
@pritom_007x
@pritom_007x 5 ай бұрын
Awesome tutorials, but why you are vanished? we will wait for your not metter how long it's takes ;
@titaniumtomato7247
@titaniumtomato7247 5 ай бұрын
well my graphics card literally doesn't support it, so yknow
@5DPixel
@5DPixel 25 күн бұрын
not even VK_KHR? Most basic extension
@mattstroker
@mattstroker 5 ай бұрын
I get a rotating cube with textured, moving textured, surface using opengl in python with under 100 lines of code, I think.
@pritom_007x
@pritom_007x 6 ай бұрын
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>
@nialyavuzturk379
@nialyavuzturk379 2 ай бұрын
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.hikarumi
@taphuongnam.hikarumi 6 ай бұрын
Thank you, Brother. Looks like my journey of creating a game starts here.
@CoolModderJaydonX
@CoolModderJaydonX 6 ай бұрын
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.
@MxSmack
@MxSmack 6 ай бұрын
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.
@nubdevice
@nubdevice 6 ай бұрын
LOL...."Definitely not buying that" - THis Dude
@prashantrawat7825
@prashantrawat7825 7 ай бұрын
Thank you ❤
@ozanmrcan
@ozanmrcan 7 ай бұрын
you didn't call DestroyRenderer and IMG_Quit
@WewAuction
@WewAuction 7 ай бұрын
still not working :| this error: no matching function for call to sf::Sprite
@MrScratchCat
@MrScratchCat 7 ай бұрын
Come back pls...
@Lavrhard
@Lavrhard 7 ай бұрын
ty bro!
@Valerie_is_doing_stuff
@Valerie_is_doing_stuff 8 ай бұрын
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
@xpp55
@xpp55 8 ай бұрын
bro this fluffy hair is cringe. You do it because you have big forehead?
@ItsCOMMANDer_
@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
@isaac45896
@isaac45896 8 ай бұрын
hello codegopher, we would love you to continue this serie , we'll wait, 3, 5 , 10 years, we'll wait no matter what.
@MohammadSalman-qw1ig
@MohammadSalman-qw1ig 8 ай бұрын
With the series on a break rn, are there any other good resources to learn SDL2?
@breakdancerQ
@breakdancerQ 8 ай бұрын
U from nebraska?
@asadullahshahid5845
@asadullahshahid5845 8 ай бұрын
Thank you for sharing this app, I just fixed darker video problem with my linux ubuntu ❤
@BeskarPheonix
@BeskarPheonix 8 ай бұрын
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
@alexfrozen
@alexfrozen 8 ай бұрын
My name is Charlie and Vulkan to my channel!
@justdoitcoder
@justdoitcoder 8 ай бұрын
Please continue the series.
@andrewstewrt2141
@andrewstewrt2141 8 ай бұрын
The Bios solution is most likely only on older systems as every mobo has usb 3 enabled by default
@Chris-ki7rt
@Chris-ki7rt 8 ай бұрын
guess i'll teach myself cpp then. You're responsible
@nerts4720
@nerts4720 8 ай бұрын
shows undefined reference to `Entity::Entity(float, float, SDL_Texture*)'
@nerts4720
@nerts4720 8 ай бұрын
fixed
@Trelox2
@Trelox2 8 ай бұрын
How do you do this in VScode?