start implementing model for koto artist
This commit is contained in:
parent
e3a00ab8ac
commit
ddfd17c67c
12 changed files with 267 additions and 34 deletions
|
@ -21,12 +21,14 @@ int main(int argc, char* argv[]) {
|
|||
if (engine.rootObjects().isEmpty()) { return -1; }
|
||||
|
||||
std::thread([]() {
|
||||
Cartographer::create();
|
||||
// Cartographer::create();
|
||||
KotoConfig::create();
|
||||
KotoDatabase::create();
|
||||
|
||||
KotoDatabase::instance().connect();
|
||||
|
||||
std::cout << "???" << std::endl;
|
||||
|
||||
// If we needed to bootstrap, index all libraries, otherwise load the database
|
||||
if (KotoDatabase::instance().requiredBootstrap()) {
|
||||
indexAllLibraries();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue