Example scene layout.

This commit is contained in:
2025-02-24 12:56:03 -06:00
parent 39a0547830
commit 2a0af3c256
16 changed files with 161 additions and 134 deletions

View File

@@ -9,6 +9,7 @@ target_link_libraries(${DUSK_TARGET_NAME}
archive_static
m
spng_static
cglm
)
# Includes

View File

@@ -10,6 +10,13 @@
#include "duskglimpl.h"
#include <libgen.h>
#include <cglm/cglm.h>
#include <float.h>
#include <pthread.h>
#include <unistd.h>
typedef float float_t;
typedef double double_t;
extern char_t EXECUTABLE_PATH[];
extern char_t EXECUTABLE_DIRECTORY[];