chadthecoder / graphicsProject

Graphics project using SDL2, ASIO OPENGL, GLEW, WebGL, miniaudio, stb (Only stb_image.h right now), assimp (implementing now), PerlinNoise from Reputeless, and GLM. Following multiple tutorials to learn how to code graphics in C++.
0 stars 3 forks source link

Add gitignore #5

Closed chadthecoder closed 11 months ago

chadthecoder commented 11 months ago

Self explanatory. Should have gitignore for exe, linux binaries, and .o files (Any others you can think of?).

deysanjeeb commented 11 months ago

Please assign this to me.