Incredible video. I've been expirementing with this idea of automating videos for a while and results are always mixed. I am glad you were able to get great results from the hard work you've done! I've seen a couple on my feed lol
This is an amazing experiment. Measurable at all stages, perfect for understanding channel evolution in response to certain types of content. Loved it.
I just saw you for the first time and the first thing I thought was "No way there is animation and coding in the same video." I'm subbing. Also you're a great coder! Quick edit: In case you take this the wrong way, I'm not subbing because of the animation and coding. I just really enjoyed this.
@@muslimgamerrr9479 salam, first of..... theres vi, a super old text editor from the 1976. thers vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features. and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim nvim is currently the most popular vi like modal editor. in github stars, nvim is currently double that of vim. and nvim has a larger community behind it maintaining it nvim also has native lsp support which is one of the best features it comes with out of the box. overall, there isnt much reason to use vim over nvim. nvim can use both vimscript plugins and lua plugins
@@muslimgamerrr9479 salam, first of..... theres vi, a super old text editor from the 1976. thers vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features. and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim nvim is currently the most popular vi like modal editor. in github stars, nvim is currently double that of vim. and nvim has a larger community behind it maintaining it nvim also has native lsp support which is one of the best features it comes with out of the box. overall, there isnt much reason to use vim over nvim. nvim can use both vimscript plugins and lua plugins
@@muslimgamerrr9479 first of..... theres vi, a super old text editor from the 1976. theres vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features. and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim nvim is currently the most popular vi like modal editor. in github stars, nvim is currently double that of vim. and nvim has a larger community behind it maintaining it nvim also has native lsp support which is one of the best features it comes with out of the box. overall, there isnt much reason to use vim over nvim. nvim can use both vimscript plugins and lua plugins
@@muslimgamerrr9479 first of..... theres vi, a super old text editor from the 1976. theres vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features. and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim
i am the only one who thinks that mac screen capture and then real life footage of a dell laptop is sus? Did you install macos on your dell? If yes, why, you scare me.
With the ball breaking the border, genuine question; wouldn’t it be easier to underlay an invisible grid, plot ~100+ dots in a circle [enclosing (0,0) at var-rate], Set ball position parameters to < var-“dot position(s)” , when ball position = dot position then change direction*[angle formula calculated from previous 2 ball positions and dot position] && trigger mp3 ? More complicated obvi but who wants to read a gigabyte -newbie corner
I was thinking to do the same. But I dont' wanted to implement it on C++. Now I got the motivation I will make the videos using p5.js. Do you have any idea? Does p5.js support physics and sound?
I have absolutely no idea if p5.js will have support. I have always wanted to learn p5.js though. Maybe watch the coding train, he has great content on p5.js
Yes, p5.js can support sound with sound.js (library you include with a src tag in the html) Physics can be done externally with matter.js but to be honest, these kind of physics should be done yourself. To learn how, watch “the nature of code” playlist by TheCodingTrain - guy who loves p5.js
watching this, i want to know whether if you can rather use Pyaudio for the game sounds instead of importing it seperately? no criticism here, im genuinely curious
sound implementation should not have taken that long with pygame, simply using pygame mixer would let you import mp3 and play multiple of the same sound from one line at once
Do you use any AI tool or software to combine your voice with the lip sync of the animated character in your videos? It was good to see and it looked like you put in quite an effort
Can anyone recommend me a good editing software to edit videos, free and easy to understand, yes... I'm a total beginner. Oh and don't tell me abt capcut, this one is way to easy😅
I think hit film has a fairly small learning curve i use it to edit for my sister's channel. At first it made no sense but after using it for a month its very easy. I wld also reccommend vsdc but its a little more complicated
I have to say your content is awesome, codebullet is obviously your inspiration, (he’s okay just cusses to much for me) I like your content more. Keep doing good work, and good luck in life.
Incredible video.
I've been expirementing with this idea of automating videos for a while and results are always mixed. I am glad you were able to get great results from the hard work you've done! I've seen a couple on my feed lol
Thank you so much!
It's so funny that you saw this video, because I was considering making content with your reddit bot.
Love your content!
Epic 😮
Oh my god, Lewis ?!
My edgestreak ended immediately
I read this in ur voice 😭
This is an amazing experiment. Measurable at all stages, perfect for understanding channel evolution in response to certain types of content. Loved it.
I'm very reluctant in following anybody lately, but I got to admit, you've earned it!
I just saw you for the first time and the first thing I thought was "No way there is animation and coding in the same video." I'm subbing. Also you're a great coder!
Quick edit: In case you take this the wrong way, I'm not subbing because of the animation and coding. I just really enjoyed this.
Also the coding train on TH-cam
„Writing some code“… *ctrl+c *ctrl+v
Shhhh lol
Great work! love your content. Keep it up!
Just rewrite in Rust
I'm new, what will happen then ?
rust is dust
Lol 😂 @@sekiro_19
Then it will be *_BLAZING FAST_*
just rewrite in c++
1:24 Calculating how far it is from the center should have been more stable i guess, if you haven't figured that out already 😅
Very cool video, it was really interesting.
0:27 **Nvim INTESIFIES**
2:44 ULTRA FONT jumpscare
What's the difference between vim and nvim
@@muslimgamerrr9479 salam,
first of.....
theres vi, a super old text editor from the 1976.
thers vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features.
and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim
nvim is currently the most popular vi like modal editor. in github stars, nvim is currently double that of vim. and nvim has a larger community behind it maintaining it
nvim also has native lsp support which is one of the best features it comes with out of the box. overall, there isnt much reason to use vim over nvim. nvim can use both vimscript plugins and lua plugins
@@muslimgamerrr9479 salam,
first of.....
theres vi, a super old text editor from the 1976.
thers vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features.
and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim
nvim is currently the most popular vi like modal editor. in github stars, nvim is currently double that of vim. and nvim has a larger community behind it maintaining it
nvim also has native lsp support which is one of the best features it comes with out of the box. overall, there isnt much reason to use vim over nvim. nvim can use both vimscript plugins and lua plugins
@@muslimgamerrr9479 first of.....
theres vi, a super old text editor from the 1976.
theres vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features.
and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim
nvim is currently the most popular vi like modal editor. in github stars, nvim is currently double that of vim. and nvim has a larger community behind it maintaining it
nvim also has native lsp support which is one of the best features it comes with out of the box. overall, there isnt much reason to use vim over nvim. nvim can use both vimscript plugins and lua plugins
@@muslimgamerrr9479 first of.....
theres vi, a super old text editor from the 1976.
theres vim made in 1991. which is basically vi improved, which comes with a heck of a ton more features.
and finally, theres nvim, made in 2014. a fork of vim that can use lua to make plugins for it instead of vimscript. this highly increased the capabilites of nvim by introducing a really good programming language into vim and it drastically increased the quality of all the addons produced for nvim
Yooo love the content ! How do you animate the talking avatar? I like the concept 💯❤️
No he doesn’t, he switches between pngs and uses and auto mouth syncing system
Man I love high quality content like this.
that's a fun project!l My favorite concept was syncing ball collisions to the progression of a melody 🎶
I always wondered if I can code this too but I just become too lazy for that everytime I'm next to my PC lol
Good job!
U DESERVE MORE SUBS I LOVE UR EDITING
0:02 no. haven't watched short form content in 2 years, about to be 3. gotta stay on that grind
demn... you going crazy!
Havent seen you vids, but you deserve a sub, if not a million!
Good job!! 160k is insane!
i'm more impressed with how well your avatar is lipsynced
i am the only one who thinks that mac screen capture and then real life footage of a dell laptop is sus? Did you install macos on your dell? If yes, why, you scare me.
Best coding content in the TH-cam 🧬
that’s hella cool my guy, props for using python
thats awesome! please continue and make a video after a month or so. I really think the consistency will pay off!
Hello, love the format, as a data nerd I would love more data and graphs but super nice !
Also how do you make the lip sync of your avatar ?
Adobe express. No need to thank me 😎
The classic "HOW DO YOU DO IT??" moment
It's just programming and it's not even complicated
"just do ctrl+c, ctrl+v, it's not that deep" - 🤓
im a developer and still find this amazing lol
I have to ask
are you using that Carykh auto mouth movement code?
i need to know as well, this is insane
Ok 600 views in 6 hours what the fu=
WhAt A oRiGiNaL cOmMeNt!
@@debianer so? your skibidi toilet post isn't exactly original either. i really didnt need to see any sh*tting minecraft villagers today
@@plutato I made this for a friend btw, just saying! For the exact reason you said, its skibidi brainrot, you know what i mean.
Nice content! Just subscribed, you deserve more subs mate!
VSCode truly is the best code editor
Hi @greencode, could you please tell me how you generate this character animated with voice? Thanks
OMG would love to know too 😢
this is a dope project, social media automation is an interesting concept to explore
With the ball breaking the border, genuine question; wouldn’t it be easier to underlay an invisible grid, plot ~100+ dots in a circle [enclosing (0,0) at var-rate], Set ball position parameters to < var-“dot position(s)” , when ball position = dot position then change direction*[angle formula calculated from previous 2 ball positions and dot position] && trigger mp3 ?
More complicated obvi but who wants to read a gigabyte
-newbie corner
I made them in SDL2 C-lang for school programming class.(it wasnt fun)
I was thinking to do the same. But I dont' wanted to implement it on C++. Now I got the motivation I will make the videos using p5.js. Do you have any idea? Does p5.js support physics and sound?
I have absolutely no idea if p5.js will have support. I have always wanted to learn p5.js though. Maybe watch the coding train, he has great content on p5.js
Yes, p5.js can support sound with sound.js (library you include with a src tag in the html)
Physics can be done externally with matter.js but to be honest, these kind of physics should be done yourself. To learn how, watch “the nature of code” playlist by TheCodingTrain
- guy who loves p5.js
First time in new subscriber to an upcoming popular TH-camr, IG Star, I’m calling it rn.
How do you make your Avater? Tried some tuotorials , No luck.
More fast balls equal good? Me learn good. Balls good.
Instagram algorithm is nuts.
Most underrated channel fr
watching this, i want to know whether if you can rather use Pyaudio for the game sounds instead of importing it seperately? no criticism here, im genuinely curious
Ngl, your lip syncing is hypnotizing.
Fr
I am pretty sure Pygame can play sounds??
How use the phone 3d object
Do you have any idea how these people make sound from this ball imitate some real music?
and i was the one to subscribe you due to these videos ❤
Awesome video! Do you have a background in computer science?
The best code editor is Word
how do you reflect the velocity?
Hello, how did you make your character? and how are you animating it?
what kind of Mumbo jumbo is this?!
Green Code when they find out there are sound libraries in python
I really like the video style which is reminiscent of the og programing youtubers Code Bullet and dani
no one can match them ogs they were the best, these guys are just copies
appreciate their videos either way tho
I have been wondering how these are made for a while, do you mind if I give it a shot too? Don’t want to steal ideas without permission
I also had this idea a few years ago and I do not give you permission
Cool stuff
what if you make a code, that creates a random maze, while an ai tries escaping it
amazing maannnn
i am inspired of it
i will do it soon
sound implementation should not have taken that long with pygame, simply using pygame mixer would let you import mp3 and play multiple of the same sound from one line at once
Amazing video, what is the sound your use in background finals videos ?
Great job keep up this cool vids i love thiskind of content with python ❤❤
you got some fire content bro
bro was studying balls
Do you use any AI tool or software to combine your voice with the lip sync of the animated character in your videos? It was good to see and it looked like you put in quite an effort
What app do you use for animating the character
You remind me of Dani, subbed
Omg, you are the guy who created all these ruddy videos.
1:29 howd u make that background
they animate it btw
?
😂
L
70 IQ comment
@@DJ_Kartier they animate it they dont need any code
Nice video. I had the exact same thought but didn't execute on it. It's interesting to see the results of it.
wait, is that lip sync program based off of carey kh’s lip syncing program?
Can anyone recommend me a good editing software to edit videos, free and easy to understand, yes... I'm a total beginner. Oh and don't tell me abt capcut, this one is way to easy😅
I think hit film has a fairly small learning curve i use it to edit for my sister's channel. At first it made no sense but after using it for a month its very easy. I wld also reccommend vsdc but its a little more complicated
about the audio, you could have just keept track of timestamps where ball bounces and based on those add sounds in post or with a different script
How do you do your face animations maching to the sprech? Please I need to know
Hi, how do i decrypt your TH-cam description, the one in binary?
Are there any tutorials on how to make these videos that anybody recommends?
What do you use to edit
great video mate
For collision just use pygame mesh collision and reverse the x and y vel
i thought you were gonna use inspect lmao
Hey Look, code bullet has younger brother!😂
But you used your main account name...
at about 3:00 it sounded like sound of mario
That's the point lol
Best content of YT
the moment where O(n * log(n)) becomes O(n^2)...😂
I have to say your content is awesome, codebullet is obviously your inspiration, (he’s okay just cusses to much for me) I like your content more. Keep doing good work, and good luck in life.
bro where are you from btw ?
first of all it is the best coding app (I use it)
second
you can make it so as soon as it hits the border and ...... Aldo it plays the sound
Love this content !
Gonna copy this idea 😂😊
Why did I only find your chanel now
BTW your channel description is
Hi! I make videos about AI and programming
you can add mp3 in oygame
Do you need maths for coding
im waiting for the neovim arc
Man, you became my favourite youtuber.
Glory to #python
0:28 sorry but nvim is just better
can you release the code
Make a “I use code to predict the stock market” video
damn you are so underrated
I always knew they were coded, I just never knew the library
0:36 that's not a circle but a polygon