Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

In this course, you'll learn how a 3D software renderer works by coding a complete 3D rasterizer from scratch in C. • math review • wireframe • flat-shaded polygons • texture mapping • loading OBJ files • camera • clipping • etc. Enroll now: 🔗

34,469 Aufrufe • vor 2 Jahren •via X (Twitter)

11 Kommentare

Profilbild von Mehmet Akyüz
Mehmet Akyüzvor 2 Jahren

The best course on software rendering. If you're into graphics programming, there you go, Gustavo will hold your hand gently.

Profilbild von Graeme
Graemevor 2 Jahren

I’m busy doing this course. It’s brilliant. Do it.

Profilbild von Kknewkles Wildwision
Kknewkles Wildwisionvor 2 Jahren

Does the course process multi-group and multi-object OBJ files? Asking for a friend... 😂 (Pure curiosity, actually. Working on OBJ parsing at the moment and some _miscreant_ meshes were detected in the wild)

Profilbild von pikuma.com
pikuma.comvor 2 Jahren

It's "the simplest thing that works" approach. We open a raw OBJ file and start reading vertices, faces, UV coords, and then we proceed to render that data. Our code is one 3D object per-file, but we can render multiple 3D objects/meshes in one scene.

Profilbild von Alex
Alexvor 2 Jahren

looks great! for someone with very basic experience using an existing API (opengl) how well does this course transfer over to that kind of skill?

Profilbild von pikuma.com
pikuma.comvor 2 Jahren

I'm biased, but I think this course is *exactly* for those students. You probably won't need to implement this yourself, but it helps to clarify why OpenGL does things the way it does (or Direct3D, or Vulkan, etc.) The content is agnostic to the graphics API you choose to use.

Profilbild von Yamaheru
Yamaheruvor 2 Jahren

I'd be amazing if it'd regional pricing :(

Profilbild von Steve Moffett
Steve Moffettvor 2 Jahren

I’m probably thinking wayyyyy too far into the future and making big assumptions with this question, but out of curiosity, if I made an application based on what I learn in this course, would I be bound by GPL or more restrictive software licenses?

Profilbild von pikuma.com
pikuma.comvor 2 Jahren

The USP of my content are the lectures and the intuition you get from it. You're free to do whatever you want with the code, but I would not recommend using it on production anyway. Code is cheap; we can find everything on Github anyway. Understanding is king! 🙂

Profilbild von MrZinvixYT
MrZinvixYTvor 1 Jahr

Which language will be used?

Profilbild von pikuma.com
pikuma.comvor 1 Jahr

C99

Ähnliche Videos