welcome to yet another raylib programming session with a mister azozin
@Aayushh07Күн бұрын
I only respect c and rust programmers. Rest are not even real engineers I believe. Even complete CS branch is not real engineering. Those who make semiconductors are the real og.
@JannesDragonКүн бұрын
I noticed in a lot of videos, that zozin's search results are in German a lot of times. Is it because of some kind of VPN or what is the reason? Just curious
@KathyMcIntosh-x5kКүн бұрын
Thanks for the breakdown! Just a quick off-topic question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?
@JannesDragonКүн бұрын
7:27 Sturm der Liebe kam unerwartet
@ecostaКүн бұрын
2:08:00 The idea of using MSG_PEEK was :chef-kiss:. Genius usage of a flag from a sys call also available on OSX and Windows. Can your Rust do that? 😆
@AnuragMishraYTКүн бұрын
37:25 bro puts a comma in the wrong place and blames json for existing. these crybabies lol
@hubstrangers3450Күн бұрын
Thank you....
@errelin1326Күн бұрын
30:06 Programming is long that’s true but GitHub has two uppercase letters 😂, which is not that cool
@amirmomehpКүн бұрын
Port BOOMER to it
@hetiasКүн бұрын
Im gonna c on her zig until i rust
@StevenMartinGuitarКүн бұрын
Zozin down on views? Y'all aren't commenting and liking enough. Turn the sub bell on
@sargis2239Күн бұрын
you write a few pages of pure html and asking why we need react? cause it's allowed us to use hooks,component style,build your own architecture by different libraries and so on.wtf dude
@InMemoryOfNeoКүн бұрын
"if you're using raylib, you're running my code." I won't use raylib anymore ;) just a joke bro
@heavymetalmixer91Күн бұрын
Ngl C3 looks relaly interesting, though it's still quite early in development.
@bzboiiКүн бұрын
12:30 nice photo :P
@dorianligthart3378Күн бұрын
7bith comment!
@Mitchicus94Күн бұрын
The RGFW documentation got updated thanks to this
@naranyala_devКүн бұрын
c3, c3, c3
@robertsimmons9563Күн бұрын
Literally I watched your video on eMacs and then KZbin didn’t show me another video of yours until today.
@alh-xj6gtКүн бұрын
The labelled breaks at 38:30. I mean C can have labels too but will have to use goto. With a few nested long ifs I tend to add comments on the longer closing curly brackets anyway to keep track of the different scopes. So the c3 example would have _/* \FOO */_ or _// \FOO_ at the closing curly brackets anyway and with that it wouldn't look much different from the C equivalent. Here that C3 example in C with comma operator lhs to resemble C3s example a bit to indicate that this if is breakable with goto and the label. Also it is handy to have the label right there to use editor jutsu and jump. void test(int i) { if ( (void)"FOO: breakable outer if", 1 > 0 ) { while (1) { printf("%d ", i); // Break out of the top if statement. if (i++ > 10) goto FOO; } } FOO:; } Could also use a more descriptive label than FOO. The use of comma operator lhs was to get near a c3 feel could also use comments to convey that the outer if breaks. YMMV.
@dazoedaveКүн бұрын
You touched on many reasons why I dislike many custom GUI's missing features. Like CTRL-<arrow> jump words, CTRL-SHIFT-<arrow> jump select, home, end... etc. But the thing that really gets me is the use of the primary clipboard on linux. I use a screen reader where all i do is select text and press Pause and a script uses TTS to read the Primary clipboard. But many custom GUIs don't populate the Primary clipboard when selecting text.
@SoftBreadSoftКүн бұрын
ctrl shift c / v or ctrl/shift insert for main clipboard, not sure about mouse selection, could try holding ctrl and or shift
@dazoedaveКүн бұрын
@@SoftBreadSoft On linux there is 2 clipboards. The primary clipboard is used by just selecting text and middle clicking where you want to paste it. That feature goes way back to very early days and the majority of linux gui tool kits, gtk, kde, etc use it even though it's an under used feature. The secondary clipboard is used by Ctrl - C/V etc.
@gempfКүн бұрын
Around 37:00 Is he being sarcastic, right?
@wxwf934Күн бұрын
your red t-shirt there is something wired about it i am not sure what it is, just be careful
@fu886Күн бұрын
5:44 supply chain attack now airing on youtube.
@gonzaloramos8721Күн бұрын
I've learned so much from you, thanks! (Specially the way of thinking software). Cheers from Argentina
@wiseskeshom4673Күн бұрын
+1 me too, I've learned a lot from Mr.Tsoding. He is absolutely a brilliant programmer. Thank you so much.
@lievenpetersenКүн бұрын
16:02 funny, cause that's what she said too
@xsamuelx3603Күн бұрын
: )
@Joih08Күн бұрын
Ютуб призвал меня сюда. А можно видео про то что такое Raylib и что его отличает от других движков и от самописных движков?
@burakgazicetin3628Күн бұрын
kzbin.info/www/bejne/bYutaqOAf9OrnKs i3 is just a wm but if you still want to have those futures you can use some additional tools like picom Also if you want to have dark theme for gtk apps u can use lxappearance It helps to tweak gtk configuration for i3
@albinekbКүн бұрын
OH MY ****!! A new raylib. This is revolutionary!
@henrykkaufman1488Күн бұрын
Yes, you should do stream on SDL3, it changes user's code flow and it's pretty interesting
@prozacgodretroКүн бұрын
@5:45 - If you run nvm you're running my code... DO YOU TRUST ME!..! (feel free have a giggle at the actual number of lines of code I contributed @ prozacgod)
@MoKaLuКүн бұрын
a pure joy to watch your videos!
@samuelwaller4924Күн бұрын
is there a reason you can't just use c++ for the operator overloading and nothing else? nobody is forcing you to go into OOP hell...
@thefields_Күн бұрын
Why does C look even cleaner and straight-to-the-point than JavaScript, or in this case, React? C's lower on the programming iceberg than JavaScript, yet looks easy as hell to learn?
@notuxnobuxКүн бұрын
It's always frustrating to watch tsoding. For example at 10:38 he clicks on a link that describes it properly, then clicks on the tab and clicks away before looking at the page. ADHD brain preventing you from learning properly.
@microspacerКүн бұрын
Son, how the job search is going?
@justfly1984Күн бұрын
Hope raylib is not GPL
@ilikebananas342Күн бұрын
It's zlib which is way more permisive than gpl3
@SoftBreadSoftКүн бұрын
zlib license, similar to MIT/x11 license
@19joni69Күн бұрын
You and raylib is what got me to enjoy and understand C
@petermaltzoff1684Күн бұрын
zigrats missed incredible opportunity to call it build.zig.zag
@ABV8OOTКүн бұрын
im have basic knowledge about c++ you guys think what should i do firstly to get better sight of fields of coding, that i can learn easily to how anything coded with a documentation, i know this qustion is really generally and confusing, but if you know anything near of that i'll be really glad to know
This is the most programming channel out of all programming channels on youtube
@DelgardAlvenКүн бұрын
Hello Mr. Zoz Straustroup
@ABCABC-sw8mhКүн бұрын
3:08, my unzipping experience: Me: just downloaded a zip of a software I forgot the name Unzipping ... Noticing the download folder fills up with more than 100 extra files/folders 💀💀💀💀
@27onionnebell40Күн бұрын
I always create a new folder and decompress things in that folder to prevent this kind of things happen