In the code there's an option to uncomment a line of code that then plots a bottom for the pyramid :) I prefer it without the bottom cause then you can see the insides
@@arandomcat-v9l God sent me here to save souls. *John 9:4* I must work the works of him that sent me, while it is day: the night cometh, when no man can work. *Mark 16:15-16* And he said unto them, Go ye into all the world, and preach the gospel to every creature. He that believeth and is baptized shall be saved; but he that believeth not shall be damned.
for the triangle and any 3d shape in general it's better to just do a ray triangle intersection test and draw the one is closer, getting the normal vector of where it hit and the light source, and putting the correct ascii. there's not a parametric formula for everything
guys for a cube if u do a x-plane and rotate it will give a cube same for pyramid you can take a y-axis right angled trangle and just rotate it still 2pi and you get the pyramid
Hey Green Code, first of all I really like your videos and your video quality and your own style is I think perfect, and is so unique. I have some video ideas that would be super interesting to watch. Have you ever wondered about Maths, Fast Growing Functions and Fast Growing Hierarchy? I think to code the best efficient way to make the number larger, in code, could be interesting. Or maybe you can try to code Busy Beaver or THREE functions, in different ways and test their efficiencies. Please think about it if you are interested. ❤
0:24 I can relate to you green brother next do ascii dragon with code in shape of a dragon, you can watch Dylan Beattie's Art of Code lecture by NDC conference
For those who not know the binary code in his channel description and that mean "Hi! I make videos about AI and programming :)" and the binary code in his channel description look like this "01001000 01101001 00100001 00100000 01001001 00100000 01101101 01100001 01101011 01100101 00100000 01110110 01101001 01100100 01100101 01101111 01110011 00100000 01100001 01100010 01101111 01110101 01110100 00100000 01000001 01001001 00100000 01100001 01101110 01100100 00100000 01110000 01110010 01101111 01100111 01110010 01100001 01101101 01101101 01101001 01101110 01100111 00100000 00111010 00101001"
Hi mate, i'm a little confused with the maths behind the dot product. I studied this as part of my A-Levels, and I could have sworn that the dot product returns a Scalar. How is this scalar then used to plot anything? Surely you'd want a coordinate in some kind of Cartesian/Polar/Whatever space?
Yeah you are completly right. I don't know why I said the dot product. I think it's cause I also used it later for the luminescence. What I should have said is that you just perform matrix multiplication. Aghhh! I hate when I do this, cause now I got bascially no way to correct this. I'll see if I can change the edit on UA-cam studio to not include that bit, while also making sure everything else makes sense. Thanks for spotting it
why use c++? its a horrible language and youre not really making use of what distinguishes it from c anyway. the code in the beginning didnt compile since you didnt specify the c standard, you have to add --std=c89 or gnu89 to avoid it defaulting to a standard version with breaking changes. in any case, avoid c++ as much as you possibly can, just use c or something better (zig, odin, or rust, dlang, go).
c'mon man, don't make me type down that binary at the end to translate, I wanna know what that is but I don't want to type it all... help a bro that has little to no time available
That is not dot product when multiplying two matrices or matrix and vectors, it’s just multiplication. Dot product is strictly vector to vector. Also, why are you using row vector when column vector is the standard?
Go to brilliant.org/GreenCode/ to learn more about Computer Science with a free 30-day trial and 20% off the premium subscription!
do you watch skibidi toilet?
@@ZapayaGuy hahahahahaha wtf this channel is for programming 😂
As a C++ Plus programmer, I can tell you that chat GPT does not help in C++
I think o1 would do better
As a beginner C++ programmer I'm grateful for your advice and will account for this information in the future
@@dylananderson20023 Yes, especially in the field of algorithms, which is my specialty
@@EmpinadoMaxbmdggTheSun I hope you are successful. But get ready to be greedy from now on
I use python and it is quite useful for python so it is possible it is just bad at c++
finally... code bullet but way cuter is back... welcome back king
huh
@victorfunnyman it's cute code bullet
you're saying that like code bullet isn't cute himself... 😔
@@lucidmime exactly what I though lmao
@lucidmime he's cute. but not nearly as cute as green code 🥰
For the cube couldve just done:
Max(Max(|x|, |y|), |z|)
I love how when he shows the code at 0:04, there's two long comments added to make the code a donut.
Me seeing this video popping up in my recommended: Oh, hey he posted a video about a donut
fr
4:15 ngl that is a pretty cool VHS effect it makes the rotating donut dramatic
As a newbie programmer,
(Started python a year ago as a hobby)
I really appreciate your efforts!
Even if it's for yourself…
That pyramid has no bottom.
In the code there's an option to uncomment a line of code that then plots a bottom for the pyramid :)
I prefer it without the bottom cause then you can see the insides
Jesus loves you
@@JesusPlsSaveMebro how did you get here
@@arandomcat-v9l God sent me here to save souls.
*John 9:4*
I must work the works of him that sent me, while it is day: the night cometh, when no man can work.
*Mark 16:15-16*
And he said unto them, Go ye into all the world, and preach the gospel to every creature.
He that believeth and is baptized shall be saved; but he that believeth not shall be damned.
for the triangle and any 3d shape in general it's better to just do a ray triangle intersection test and draw the one is closer, getting the normal vector of where it hit and the light source, and putting the correct ascii. there's not a parametric formula for everything
Beautiful stuff!
Mom, can we have Code Bullet?
Mom: No, we have Code Bullet at home.
Code Bullet at home:
i did something like the cube too, but instead calculated the cornors of the cube and drew lines inbetween them (makes a wireframe cube)
Little fix, it's not dot product, just normal matrix multiplication
I knew it! I remembered seeing this in the past. The glorious donut. 💀
First time watching you and your video is just amazing! Thanks a lot for such great content. It was really interesting)
Killed the explaination part
No i am mean he really just killed the explaination part
this video should go viral under my supervision
We need to combine all 65535 ASCII char and then put into this Donut in 3 X Y Z axis
guys for a cube if u do a x-plane and rotate it will give a cube same for pyramid
you can take a y-axis right angled trangle and just rotate it still 2pi and you get the pyramid
1000 views in 1 hour bro is thriving
Dithering would work so well with this (I think)
I wanna donut
Same. I'm gonna get one rn
Same
do do you wanna do-nut
Very cool as for practical application - Krispy Kreme will be impressed!
0:31 Bro summoned the whole Gravity Falls Fandom 😭😭😭
As someone who made a 3d renderer I can confirm rotating donut is the easy part.
Hey Green Code, first of all I really like your videos and your video quality and your own style is I think perfect, and is so unique. I have some video ideas that would be super interesting to watch. Have you ever wondered about Maths, Fast Growing Functions and Fast Growing Hierarchy? I think to code the best efficient way to make the number larger, in code, could be interesting. Or maybe you can try to code Busy Beaver or THREE functions, in different ways and test their efficiencies. Please think about it if you are interested. ❤
Hey, out of curiosity, are you using some kind of program to animate your avatar or are you animating it all by hand? It's so fluid and expressful
Bro I love your videos pleas upload more frequently
great video!
3:56 Yhea, when this AI read this comment: Pleas dont kill me, dont kill the humans, work with us pleas. Or let us just go ;)
I neeeeeeed it (thanks for video) ❤
Hey, Pro-Tip, from a professional programmer.
You don't have to format the code as a donut for it to work.
Hope this helps!
👍👍👍
No, im ASCII-ing 4:32
What schools helped you the most with programming?
very nice man
Whoa, 3D rotation is way over my head ^^
Besides that... Great video! Funny how many things can possibly go wrong :-)
I watched every vid need more
Keep it going🔥
Wouldn't it be easier to make a vertices and edge table and then fill in the faces instead of trying to draw the faces and then connect them?
What free course did you watch for C++ ?
even my cooked brain cells can`t skip your vids bro ;)))))
I enjoyed Rotation Matrices
0:24 I can relate to you green brother
next do ascii dragon with code in shape of a dragon, you can watch Dylan Beattie's Art of Code lecture by NDC conference
Bro is here to demotivate me again
I wanna have that Simpsons 🍩🤩
Rotation matrixes. ❤ Rotation matrixes, rotation matrixes. 😢😢 Rotation matrixes. 😂😂😂
For those who not know the binary code in his channel description and that mean "Hi! I make videos about AI and programming :)" and the binary code in his channel description look like this "01001000 01101001 00100001 00100000 01001001 00100000 01101101 01100001 01101011 01100101 00100000 01110110 01101001 01100100 01100101 01101111 01110011 00100000 01100001 01100010 01101111 01110101 01110100 00100000 01000001 01001001 00100000 01100001 01101110 01100100 00100000 01110000 01110010 01101111 01100111 01110010 01100001 01101101 01101101 01101001 01101110 01100111 00100000 00111010 00101001"
You already made a cube, can you make a tesseract ? 7:23
Hi mate, i'm a little confused with the maths behind the dot product. I studied this as part of my A-Levels, and I could have sworn that the dot product returns a Scalar. How is this scalar then used to plot anything? Surely you'd want a coordinate in some kind of Cartesian/Polar/Whatever space?
does brilliant teach linear algebra, and trigenometry?
Accidental X function to get 2nd donut XD hahahaha probably a missed space somewhere if i had to guess
The Next video will be like:"I build an entire 3D microsoft flight in my terminal using c++"... xD
Bill cypher 😂
I had watched all your videos on youtube
I spent 1 day figuring out and coding it. I saw a1kon's article too (Without tooking at the pseudo code) and I cried for like 2 times
You're a real one
how many days it took to make the donut from scratch?
now make the hardest one. A sphere.
Donut rave!!
was this on the internet before?
Wooh man You're Crazy
How does the rendering manege planes behind other planes?
donut chain
donut
donut
donut
donut
donut
Teapot rotation
You go into detail about what ASCII characters are but barely go into detail about linear algebra math lol
wow that cool
2:10 why did you take the dot product. Wouldn’t you need to do the usual matrix product. What does the dot product even mean in this context.
Yeah you are completly right. I don't know why I said the dot product. I think it's cause I also used it later for the luminescence. What I should have said is that you just perform matrix multiplication.
Aghhh! I hate when I do this, cause now I got bascially no way to correct this. I'll see if I can change the edit on UA-cam studio to not include that bit, while also making sure everything else makes sense.
Thanks for spotting it
How is the guy so cool?
wasn't this one of the meme creations from joma
yoo dubs u motivate me to code
Illuminati counter = 4
D O N U T.
informative
Peak video💯💯💯💯
motation ratices
egg 🥚
he gives me Dani vibes
I LOVE DANI!
why use c++? its a horrible language and youre not really making use of what distinguishes it from c anyway. the code in the beginning didnt compile since you didnt specify the c standard, you have to add --std=c89 or gnu89 to avoid it defaulting to a standard version with breaking changes. in any case, avoid c++ as much as you possibly can, just use c or something better (zig, odin, or rust, dlang, go).
i really cant stress this point enough, c++ is an abhorrent language, every other language is superior. never use c++, if it is not forced upon you.
BRO PLEASE USE -o
What do you mean?
Option to name the gcc binary file output instead of the ugly a.out
@@rubixube4239 ohhh I get what you mean. Nah it's too much of a hassle
Am learning c++ it's fun,trust me bro 😐
hi green code love your vidioes from india
make the donut in opengl c++
bro what is your IQ??
donet :3
nice video, subscribed
ok
ok
D o u g h n u t
D o n u t
D o n u t
𝓭 𝓸 𝓾 𝓰 𝓱 𝓷 𝓾 𝓽
𝚍 𝚘 𝚞 𝚐 𝚑 𝚗 𝚞 𝚝
D o n t n u t
Bruh this donut was taken fron Lex Friedman's video wasn't it
c'mon man, don't make me type down that binary at the end to translate, I wanna know what that is but I don't want to type it all...
help a bro that has little to no time available
yeah, image to text helped
I hate you
If anyone is interested, I created something similar on my channel :)
-_-
That is not dot product when multiplying two matrices or matrix and vectors, it’s just multiplication. Dot product is strictly vector to vector. Also, why are you using row vector when column vector is the standard?
Bro he dont have idea about c++ he learned c++ in 3 days and designed a complex donut wtf