OpenGL - A small walk inside my procedurally generated terrain.

preview_player
Показать описание
Just a small walk inside my procedurally generated 3D terrain.

Done using: C++, modern OpenGL, glm math library, glfw and the amazing ImGUI for the UI

Adding simple grass and flowers billboards via instancing.
Рекомендации по теме
Комментарии
Автор

It's amazing that so little in the landscape is so pleasing to the eye and makes you want to walk around.

DevelopAnEngine
Автор

this is amazing! i can barely render a square in OpenGL and yet you made procedurally generated terrain.

DanishCraft
Автор

i can't even do this in a standard game engine yet lol

looks mesmerezing.. i could totally spend hours in there just chillin. nicely done.

gaanxd
Автор

The masculine desire to see what's over that mountain

kogmawgaming
Автор

This is the most amazing minecraft shader I’ve seen

MuppetChops
Автор

Why not making a longer version of that? Really enjoyable!!

artjxm
Автор

Amazing Work !!

I will try to break down the concepts used to render this

1 -> Procedural terrain is rendered using noise.
2 -> Terrain seems tessellated and using transform feedback, the vertex data is collected back for placing grass.
3 -> Using instancing the grass and flowers are placed (billboarding) using the vertex data which is collected in step 2
4 -> distance based fog is used
5 -> No atmospheric scattering or light shaft rendering, seems a cubemap

yashpatel
Автор

one day, i'll reach this level too...amazing!

hehe-ztye
Автор

I have completed the first triangle tutorial on learnopengl and it is tough man. I hope I get to do something like this one day this is beautiful

stickguy
Автор

This is so great... i've managed 2 triangles with opengl so far xD

kamalmoustafa
Автор

giving me '90s feelings, think win xp and hardcore vibes

kotence
Автор

that's absolutely gorgeous! great job!

NickiRusin
Автор

Now add a few enemies and a health bar and we have a million dollar product

SaidThoughts
Автор

Stunningly beautiful, would love to explore it.

filix
Автор

This really motivates me to learn c++… not enough to actually do it though.

RRRNULL
Автор

Yeah it's small alright. Now I want moreee

enesaydogan
Автор

This looks amazing. keep the good work.

ai_serf
Автор

it lools soooo beautiful, and relaxing! :)

nikistefan
Автор

Great work!
I'm so excited about create things like this one day... but for now unity is enough to crushed me
:'))) maybe latter on when i have enough experience!
Greate source of inspiration!

james-
Автор

The fact that this can run on open gl is mid blowing

tacticalmythic