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

Convert to standalone asio #13

Open chadthecoder opened 11 months ago

chadthecoder commented 11 months ago

Get rid of all boost references and use only standalone ASIO.

edit:

https://think-async.com/Asio/AsioStandalone.html