6. C++ OpenGL Texture Loading - Celeste Clone

preview_player
Показать описание
Shorter tutorial this time, the longer one wasn't well recieved. Again I'm sorry for the crammed Tutorial. But today we will be using stb_image.h to load textures into our engine and then display a dice.

····················································································
····················································································

My Game *Tangy TD*

····················································································

*The Repository*

In this Tutorial Series we are going to make a game from scratch, entirely in C++, without any prior knowledge other than knowing the language.

····················································································

* About Me *
Hey! And welcome. I'm an indie game developer, currently working on a Tower Defense Game written entirely in C/C++, I tried using Unity or Unreal Engine in the past, but never really found much success. I'm mostly posting devlog / devblog videos where I show off the progress I make on the game.

····················································································

Check out some of my other videos!

····················································································
#cpp #gamedev #coding
Рекомендации по теме
Комментарии
Автор

Shorter tutorial this time, the longer one wasn't well recieved. Again I'm sorry for the crammed Tutorial. But today we will be using stb_image.h to load textures into our engine and then display a dice.

Cakez
Автор

This series is pure gold :) Now I finally made my mind to learn C++ for game dev.

himanshu
Автор

i love how you're saving my term project.

-
Автор

This is a tragically underrated series. I didn't even know about the stb libraries, and they're such a great resource. The exact opposite of bloated mega-libraries. I was even able to provide my own allocator, and they all work with thread local state.

spliter
Автор

Learned a thing or two. I know there are plenty stuff to cover more about the same topic but I know its not an OPENGL tutorial. Its about setting stuff up to make a game. Can't have all the bases covered in one tutorial. Anyway. Good work!

mikk
Автор

At uni we are learning C++, but instead of using the complete OpenGL library we only use glad, glfw, glm. I just wanted to be able to load 2D textures, so I incorporated the stb_image library. Initiating windows works fine but the code snippet where the Texture is loaded in, after stbi_load, leads to the window crashing immidiately (there is no error code). I asked a few upper classmen, but unfortunately they weren't able to help me. Do you have an idea why this might be?

queenb
Автор

Anybody know what the name of the song in the background is? it's classic

thartanian