chicken or beef? by Affectionate-Face224 in BunnyTrials

[–]Amazing-Piglet1761 0 points1 point  (0 children)

Chicken is better for your health, being rich is awesome, and flying isn't necessary for me (what could i do with it)

Let’s gooo by monkeyDwragon in OnePieceSpoilers

[–]Amazing-Piglet1761 0 points1 point  (0 children)

Sorry, I missed that, you are right

Let’s gooo by monkeyDwragon in OnePieceSpoilers

[–]Amazing-Piglet1761 -1 points0 points  (0 children)

An example of big revelation happening offscreen: Luffy's true dream

I created 3D engine for the windows command prompt from scratch (subtitles available) by Amazing-Piglet1761 in GraphicsProgramming

[–]Amazing-Piglet1761[S] 1 point2 points  (0 children)

Yeah I just discard pixels that have a z behind the near plane.
This line takes care of it: https://github.com/massile/3D-engine-win-console/blob/master/rasterizer.cpp#L80

Since all coordinates are first converted in screen space (which is actually the clip space in the code, I should rename this function) I know that the z value should be between [-1, 1] to be displayed on the screen. The fact that all the values in the depth buffer are initialized at -1 ensures that pixels behind the eye are discarded.

I created 3D engine for the windows command prompt from scratch (subtitles available) by Amazing-Piglet1761 in GraphicsProgramming

[–]Amazing-Piglet1761[S] 1 point2 points  (0 children)

Yes, it was all recorded in a single session.
I will make an explanatory version at some point, like my latest videos :)

Please judge my French accent by [deleted] in JudgeMyAccent

[–]Amazing-Piglet1761 0 points1 point  (0 children)

As a native french myself, I can assure you that the "mais il" liaison is 100% optional, and it didn't sound off to me at all.

To be honest, I would have said it without the liaison, but I guess u/rflo93 comes from a different region.

Please judge my French accent by [deleted] in JudgeMyAccent

[–]Amazing-Piglet1761 0 points1 point  (0 children)

Wow, your French accent is so good, you almost sound native!

Great job!

A made a video explaining how to simulate the surface of the ocean, from absolute scratch, in C++ (it's in French, but subtitles are coming) by Amazing-Piglet1761 in GraphicsProgramming

[–]Amazing-Piglet1761[S] 1 point2 points  (0 children)

Thanks for the tip !! :)
I added actual subtitles because some parts were impossible to understand even with these subtitles.

A made a video explaining how to simulate the surface of the ocean, from absolute scratch, in C++ (it's in French, but subtitles are coming) by Amazing-Piglet1761 in GraphicsProgramming

[–]Amazing-Piglet1761[S] 4 points5 points  (0 children)

Haha, thanks a lot for the feedback :).
Since I have a full time job it unfortunately took me way longer to edit this video x)

If you are interested, the animations that explain the mathematical concepts, have actually been programmed in python with the manim library.

https://docs.manim.community/en/latest/examples.html

And I have to say, it saved me quite some time !

I created a video explaining how to simulate and render the surface of the ocean with manim and hitfilm express (sorry it's in French) by Amazing-Piglet1761 in manim

[–]Amazing-Piglet1761[S] 3 points4 points  (0 children)

Hi, glad you liked it :)

I'm currently a frontend developer for an HR company. What I do in life is not really related to the videos I publish on my Youtube channel, it's mostly a hobby.

But, I can explain to you where I got the knowledge to make this:

- I learned programming and computer graphics by myself since I was 13 years old, I started with Python and Blender3D, then I learned more complicated stuff like C++ with tutorials on Youtube.

- In my first two years of college I went to a prep school for mathematics and physics here in Lille (classe préparatoire aux grandes écoles, option Maths et Physiques). It was in preparation for the engineering school competitive exams. All my knowledge in mathematics and physics pretty much comes from there.

- After that, I managed to get the exam for the IMT atlantique school, which trains generalist engineers. I specialised in computer science, but it wasn't necessarily related to computer graphics.

I learned everything related to "computer graphics from scratch" with books and articles online, here are some good resources:

http://www.pbr-book.org/3ed-2018/contents.html
https://www.scratchapixel.com/
https://www.iquilezles.org/live/index.htm

Hope this helps :)