This is the most programming channel out of all programming channels on youtube
@Kknewkles2 күн бұрын
"This new release of Raylib allows you to speedrun it in any language 10% faster! 🤯" ЖОЖИН where is my end-of-stream screen?! 😠 I demand answers! >:V
@OverWilliamКүн бұрын
"Consistency is the best documentation"
@Siroitin2 күн бұрын
YOutube algorithm is clearly abusing Mr Tsoding
@grullborg2 күн бұрын
Can confirm I would be watching all the uploads if they actually showed up on my feed
@Siroitin2 күн бұрын
@@grullborg Yeah, my KZbin feed is also filled with Vtuber videos. Can't figure out why... ... . ... .
@maybenot909Күн бұрын
@@Siroitin It's me. I've been watching vtuber videos alongside Mister Azozin VODs to manipulate KZbin into thinking he is a vtuber.
@AS-rl5vrКүн бұрын
@@maybenot909 Zozina, Programming Vtuber
@alpha2102 күн бұрын
3:22 I was NOT expecting this lol. I think laughed for a hot minute
@dazoedaveКүн бұрын
You touched on many reasons why I dislike many custom GUI's missing features. Like CTRL- jump words, CTRL-SHIFT- 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
@dazoedave23 сағат бұрын
@@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.
@SoftBreadSoft21 сағат бұрын
@@dazoedave I know
@user-lz2oh9zz4yКүн бұрын
5:24 Good thing mr JSoding is unemployed, so the US can't embargo him from contributing to this Spanish project
@NootlinkКүн бұрын
Wdym Spanish, it's clearly a French project
@HairyPixelsКүн бұрын
Yes, of course you should do another stream on SDL3. This should go without saying.
@921EtherКүн бұрын
Raylib singlehandedly brought back my enjoyment for programming
@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.
@kodesoulКүн бұрын
As a Ziguana this is untenable. We must have a build.zig everywhere. Fixing it shortly.
@rj7250aКүн бұрын
Zigma balls. Lol
@slendi96232 күн бұрын
22:30 yeah but as least c++ doesn't force you to use the STL, you can still enjoy the conveniences of c++ while using C libraries for example
@ashton7981Күн бұрын
C++'s guiding philosophy is "you don't pay for what you don't use" and follows it for the most part. C fans always seem to forget that C++ is nearly completely backwards compatible with C
@eddiebreeg3885Күн бұрын
I genuinely don't understand why C programmers like to complain so much about stuff they literally do not need to use. I'll be the first to admit C++ has a lot of quirks, the fact we don't get designated initializers before C++20 for example is a freaking disgrace.
@pierreollivier15 сағат бұрын
@@eddiebreeg3885 The whole language is a disgrace, but I think it boils down to a difference of philosophy. C++ is great for moving quickly, albeit at the price of worst code, that's less readable, and riddled with implicit stuff that you can only be comfortable with when you have a good background with it. On the other hand, C is so simple, that there isn't much mental overhead but it comes at the price of taking more time to get stuff done if you are not used to use C.
@albinekbКүн бұрын
OH MY ****!! A new raylib. This is revolutionary!
@fishsayhelo9872Күн бұрын
today's "slopic" was truly invigorating, dankje, mr zozin
@alexey20442 күн бұрын
Raylib on Windows is so chonky because it ships an entire MinGW toolchain
@Marhaenism1930Күн бұрын
isnt raylib has provided msvc16 for windows user? i thought mingw64 is an alternative or optional but not sure..
@alexey2044Күн бұрын
@@Marhaenism1930 specifically it ships w64devkit with mingw64 and bunch of other stuff. But you can always use your own toolchain or VS by just throwing a libraylib.a and headers into your project.
@ArnioresКүн бұрын
The guy develops raylib in windows
@SoftBreadSoftКүн бұрын
@@Marhaenism1930 Its optional, you can delete the w64toolkit and use your own tool chain
@xravenx24feКүн бұрын
Ngl that sounds like a pretty sane way of delivering a cross platform library for Windows in 2024 lmao
@adamrushfordКүн бұрын
His reactions might seem too intense, a bit over the top, but in fact they are quite accurate. I'm just discovering the wonders of raylib5.5 myself, it is a bit comical.
@iamdozerqКүн бұрын
Hes kinda autistic its ok
@allxriseКүн бұрын
Raylib installer not just contains raylib, it has mingw compiler and compiler's dependencies and it comes with notepad++ with ready-to-compile scripts sooo... Anyway no one cares :L
@Czeckie2 күн бұрын
happy raylib day everyone!
@mire6134Күн бұрын
33:17 had me in shambles LMAO
@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...
@EdwardPsCL2 күн бұрын
Running Kutepov code makes me feel like a demi-god
@GreggHarris-gm7efКүн бұрын
welcome to yet another raylib programming session with a mister azozin
@magicnumber1337Күн бұрын
21:39 just had to be said 🙏 I can't stand this kind of argument any longer. Every time a co-worker tries to convince me to try out their new cool language because it fixes a single fkn problem nobody cares about, I just want to run away and quit my job.
@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
@arkeynserhayn83708 сағат бұрын
Yeap, even worse is that sometimes compression software pretains filesystem metadata, and you cannot just sort by date.
@freenull6 сағат бұрын
atool gives you aunpack which unpacks pretty much any archive always into a directory, it checks automatically if the archive has a single directory inside or if it's a bunch of files in the root
@fu886Күн бұрын
5:44 supply chain attack now airing on youtube.
@KristOFF-TКүн бұрын
29:56 I just have "~/dev/", which might be confusing, since "/dev/" is short for a completely different word.
@henrykkaufman1488Күн бұрын
Yes, you should do stream on SDL3, it changes user's code flow and it's pretty interesting
@Mitchicus94Күн бұрын
The RGFW documentation got updated thanks to this
@robertsimmons9563Күн бұрын
Literally I watched your video on eMacs and then KZbin didn’t show me another video of yours until today.
@michaelvanzyl9418Күн бұрын
Olivec as a Raylib backend when?
@malikasim39592 күн бұрын
8:41 what are the "specific" things that you learn to do something and then forget.
@SoftBreadSoftКүн бұрын
for me anything about databases, oauth, networking, is gone from memory after a day.
@xspagerКүн бұрын
9:33 The only console I owned until like three years ago was a Sega Master System and I only had it for a like a week 😢
@19joni69Күн бұрын
You and raylib is what got me to enjoy and understand C
@thepaulcraft957Күн бұрын
3:22 at least in germany this is a moderately bad racial slur for some eastern European peoples (caught me off guard)
@RustIsWinningКүн бұрын
Zigooners?
@tim.martin23 сағат бұрын
Ziguanas. Wait until you hear the slur about C++ers.
@RustIsWinning21 сағат бұрын
@@tim.martin I need to know that one since they call us rustards and sometimes troons which I dont understand yet what that means :(
@StevenMartinGuitarКүн бұрын
Zozin down on views? Y'all aren't commenting and liking enough. Turn the sub bell on
@MoKaLuКүн бұрын
a pure joy to watch your videos!
@arcxmКүн бұрын
Would love to see some N64 or Dreamcast Raylib from Mr. "RayLib" Zozin 👍
@bzboiiКүн бұрын
12:30 nice photo :P
@puncherinokripperino2500Күн бұрын
I have an argument against having project creation tool at all, if there is such tool it will be easier to complicate manual creation and and it will be no problems to put tons of shit into default empty project which will complicate everything.
@krazymeanieКүн бұрын
How does it complicate manual creation???
@puncherinokripperino2500Күн бұрын
@@krazymeanie the tool is already putting lots of stuff in, not hard to imagine if some of it will become mandatory for manual use too
@warko4Күн бұрын
"Unzipping experience" 😂
@waltherstolzing9719Күн бұрын
There's a fork of zenity called 'yad' that's supposed to be more actively developed.
@JohnKouts17 сағат бұрын
We love you man
@kianureeves25199 сағат бұрын
CC is the best part of the video lmao
@JannesDragonКүн бұрын
7:27 Sturm der Liebe kam unerwartet
@Lulonaut18 сағат бұрын
Sein Google ist schon länger deutsch, ich denke mal seine VPN ist in Deutschland
Real question. Why use immediate mode in Opengl instead of using vbo,vao,ebo etc. I get that its easier, but there has to be a performance penalty for writing to gpu memory often?
@hubstrangers3450Күн бұрын
Thank you....
@allxriseКүн бұрын
Installing webkit sounds like a package manager's issue, its optional says in the repo. It's not that sloppy to add support for zenity in musializer. Webkit used for rendering HTML but WHY someone would want to anyway?
@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
@asrael_io21 сағат бұрын
These ziglings are unhinged.
@ovi13269 сағат бұрын
Cross-vendor consistent lighting, can your opengl 1.x do that? Didn't think so... Didn't freaking think so. .
@ovi13269 сағат бұрын
Fine for 2D obviously tho
@Joih08Күн бұрын
Ютуб призвал меня сюда. А можно видео про то что такое Raylib и что его отличает от других движков и от самописных движков?
@sohn7767Сағат бұрын
New speedrun category….
@puncherinokripperino2500Күн бұрын
funny how your random name library name starts with libsdf
@dryice9934320 сағат бұрын
Ah, delicious slop.
@crysiankКүн бұрын
For support
@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
@SlinkyDКүн бұрын
13:58 That "h" on line 14 is sooo outta pocket I wanna beat it into conformity. And I love oddities, but that one is just disrespectful.
@wheezardКүн бұрын
That's the mouse cursor...
@InMemoryOfNeoКүн бұрын
"if you're using raylib, you're running my code." I won't use raylib anymore ;) just a joke bro
@raykirushiroyshi2752Күн бұрын
21:36 uhm akchually☝️🤓, Odin has vector/matrix multiplication/addition support by default. Can you c,cpp,zig,c3 do that!?
@heyvers7923Күн бұрын
the more you tell him the more he hates odin
@raykirushiroyshi2752Күн бұрын
@@heyvers7923 maybe that's my plan all along
@tiannedКүн бұрын
28:28 🤨🤨🤨
@rodrigoetoobe25362 күн бұрын
what's wrong with operators overloading? thats the only feature that I like from C++
@desertfish74Күн бұрын
It violates the principle of least surprise. You can’t tell anymore what an expression does without knowing about how operators are or aren’t overloaded.
@cryptonativeКүн бұрын
remember casey muratori saying the same thing - it’s the only cpp feature he likes, but not sure if that’s worth introducing cpp for
@__Brandon__Күн бұрын
Templates without macros for your data structures, namespaces, constexpr, concepts, and modules are all good reasons to use Cpp. Also better type casting
@rodrigoetoobe2536Күн бұрын
@@__Brandon__ I like my software to compile from scratch in less than 1 second
@__Brandon__Күн бұрын
@@rodrigoetoobe2536 Cpp compiles fast if you don't use some crazy build tool
@amuerta3041Күн бұрын
Considering how annoying it is to explain to a new to programming person how to get started with C programming with raylib. And the installation process on windows is just hell. This new installer is a real deal. Now it its bearable to help a new developer get started
@desertfish74Күн бұрын
Don’t dev on windows if you can avoid it
@amuerta3041Күн бұрын
@@desertfish74 i don`t, i`ve been using linux for around 7 years, but my friend who wanted to try C only used windows, so trying to help him setup developer environment was very frustrating
@lievenpetersenКүн бұрын
16:02 funny, cause that's what she said too
@Spongman13 сағат бұрын
'const float& rhs' WHY??!!
@BboyKeny2 күн бұрын
Message for more engagement
@skrippКүн бұрын
Disagreeing for rage-baiting. You are wrong, “pal”.
@shydegenerate7722 сағат бұрын
@@skripp I don't agree with your disagreement.
@patrickslota351Күн бұрын
Engagement
@DelgardAlvenКүн бұрын
Hello Mr. Zoz Straustroup
@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?
@a_catsКүн бұрын
real zig programmers use makefiles to build their zig
@petermaltzoff1684Күн бұрын
chug the slop deep and true
@rkc137Күн бұрын
13:10 i literally crying under bad every fucking time when he throws shit at c++ for no reason 😢
@iamdozerqКүн бұрын
Best cpp is c99+classes
@marinvarivoda9646Күн бұрын
Horrible take. Newer standard library is great, for stuff like threading and filesystem
@LudoChilКүн бұрын
почему often без t произносишь?
@iamdozerqКүн бұрын
Because все так делают, ни разу т не слышал
@LudoChilКүн бұрын
@iamdozerq мало слышал, большинство американцев произносят t, лишь изредка как раз таки можно услышать в говоре когда t опускают - в основном с британским акцентом
@reiwichiaoqueipu8490Күн бұрын
Dude. You have year on your clock. Why?...
@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
@multicoloredwiz2 күн бұрын
U guys.. the algorithm brrbrbrrhrbeb
@user-sb5vt8iy5q2 күн бұрын
I just released
@puncherinokripperino2500Күн бұрын
arribes
@FocusAccount-iv5xe2 күн бұрын
Engaging.
@zeta0590Күн бұрын
32:02 too late LUL
@Marhaenism1930Күн бұрын
4:40 name revealed, Mr Kutepov
@thesenamesaretakenКүн бұрын
Zozin Kuteboi
@XELER532 күн бұрын
Khello khello
@va9iffКүн бұрын
the fact that it says "Translate to English" lol
@TheCommunistRabbitКүн бұрын
**Raylibe**
@KknewklesКүн бұрын
Rayliebe?...
@naranyala_devКүн бұрын
c3, c3, c3
@RichardLofty2 күн бұрын
Build zig zon - is NOT logs. It's a file containing all the dependencies and their hashes.
@TEHNOTRAHER2 күн бұрын
he said loCK file and not loG file
@RustIsWinningКүн бұрын
Hearing aid Richard.
@doodocina2 күн бұрын
69th
@dorianligthart3378Күн бұрын
7bith comment!
@Satoshinork2 күн бұрын
third
@shbu44772 күн бұрын
second
@ahmedhossamdev2 күн бұрын
first
@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