Added texture packer for automatically creating texture atlas on build.

This commit is contained in:
2024-09-19 14:59:14 +02:00
parent b29fefa6ec
commit cf4d4cb8a6
16 changed files with 408 additions and 15 deletions

View File

@@ -5,6 +5,9 @@ config = {
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
env.Append(CPPPATH = [Dir('private'), Dir('public')])
# texture packer
env = env.Module('private/texture_packer/SModule')
# app
env = env.Module('private/sdl_gpu_test/SModule')