Tested glm lib, glfw and opengl on windows

dev
ambigipathyv ago%!(EXTRA string=1 year)
parent b29d833262
commit f82851d6d3
  1. 2
      .gitignore
  2. 3
      sandbox/src/sandbox.cpp

2
.gitignore vendored

@ -5,4 +5,4 @@ bin-int/
.vs/
**.sln
**Makefile
**.vcxproj
**.vcxproj*

@ -9,7 +9,8 @@ class Sandbox : public Bk::Application
public:
Sandbox()
{
Bk::Vec2 vec(2.0f, 2.0f);
BK_INFO("My Vec 2 ({0}, {1})", vec.x, vec.y);
}
~Sandbox()

Loading…
Cancel
Save