Commit graph

13 commits

Author SHA1 Message Date
Epicalert 82edd492c0
Add proper command line argument parsing with argp 2021-01-26 23:36:22 +08:00
Epicalert f72c81b79b
Look for files in different paths
Models and other supporting files can now be in different directories
instead of the working directory.
2021-01-17 21:36:38 +08:00
Epicalert c6c96739bd
Add Info.plist for MacOS camera permission message 2021-01-15 18:43:30 +08:00
Epicalert e28e7bf111
Remove debug from CMakeLists 2021-01-13 09:29:50 +08:00
Epicalert 9b3362dd8b
Clean up directory structure 2021-01-12 22:24:02 +08:00
Epicalert b1e98e9d3e
Remove hard-coded references to paths and libraries 2021-01-12 01:01:20 +08:00
Epicalert 17323f0092
Fix linking libraries on MacOS 2021-01-11 12:42:47 +08:00
Epicalert ce2a883d9f
Add /usr/local/include to CMakeLists 2021-01-11 10:43:40 +08:00
Epicalert 3f195b5a99
Add glm include dirs to CMakeLists 2021-01-07 15:13:14 +08:00
Epicalert e8df1282d2
Remove find_package( GLEW ) from CMakeLists
It was already included by another package and causes problems when
compiling on MacOS.
2021-01-07 13:04:16 +08:00
Epicalert 7d0760cc9f
clean up main.cpp 2021-01-06 08:10:55 +08:00
Epicalert f1b6f5b80a
add class for model parts 2021-01-02 00:20:09 +08:00
Epicalert 25ebd7a387
initial commit 2020-12-31 20:58:39 +08:00