Launcher for Atlas
Find a file
2024-08-22 12:51:24 +02:00
.mods base for the Atlas JavaScript engine : implemented the Engine, a virtual filesytem and prepared the library system. 2024-08-12 13:55:33 +02:00
external replaced my own vfs library by an external better vfs project 2024-08-21 18:20:29 +02:00
source added an AngelScript log module 2024-08-22 12:51:24 +02:00
.gitignore base for the Atlas JavaScript engine : implemented the Engine, a virtual filesytem and prepared the library system. 2024-08-12 13:55:33 +02:00
.gitmodules replaced my own vfs library by an external better vfs project 2024-08-21 18:20:29 +02:00
CMakeLists.txt added an AngelScript log module 2024-08-22 12:51:24 +02:00
LICENSE Initial commit 2024-02-18 09:20:36 +00:00
README.md replaced my own vfs library by an external better vfs project 2024-08-21 18:20:29 +02:00

Atlas-Launcher

Mario Kart Wii mods launcher

Requirements

Libraries

AngelScript - The C/C++ like sandboxed script language allowing for the mods developer to write efficient and low-level code that can be trusted by a user.

vfspp - A C++ library that implement a virtual file system.