initital commit

This commit is contained in:
jrkb 2023-03-31 16:45:23 +02:00
commit 6661f7eb0f
19 changed files with 2400 additions and 0 deletions

18
src/glm.hpp Normal file
View file

@ -0,0 +1,18 @@
#pragma once
#define GLM_FORCE_RADIANS
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/vec2.hpp>
#include <glm/vec3.hpp>
#include <glm/mat4x4.hpp>
#include <glm/trigonometric.hpp>
#include <glm/gtc/constants.hpp>
#include <glm/gtc/matrix_access.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtx/hash.hpp>
#include <glm/gtx/string_cast.hpp>
#include <glm/gtx/transform.hpp>

1
src/ofxGPUFont.h Normal file
View file

@ -0,0 +1 @@
#pragma one