Added a TODO for next time

This commit is contained in:
Jip 2024-05-13 21:17:17 +02:00
parent 52b0e0671f
commit 01d8cb2539
3 changed files with 8 additions and 5 deletions

View file

@ -2,8 +2,6 @@
#### CMake generator file for Niotso ####
cmake_minimum_required(VERSION 3.21)
project(Niotso)
set(CMAKE_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_ROOT_DIR})
enable_language(ASM)

8
TODO.md Normal file
View file

@ -0,0 +1,8 @@
# TODO
- Remove externs
- Allow CMake to dictate how the libraries should be build with BUILD_SHARED_LIBRARIES option (relies on externs)
- Re-add all the tools (currently supported far-extract and vitaboy-parse)
- Create API for animation currently intertwined with Renderer.cpp (Avatar.h?)
- test on mac
- upload tools so they don't have to be rebuild by users everytime?

View file

@ -2,6 +2,3 @@
add_subdirectory(far)
add_subdirectory(iff)
add_subdirectory(dbpf)
#add_subdirectory(FileHandler)
#add_subdirectory(libgldemo)
#add_subdirectory(libvitaboy)