Launcher for Atlas
Find a file
2024-08-24 19:22:39 +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 added base for the FileSystem module in the AngelScript 2024-08-24 13:25:25 +02:00
source bound all the file system methods to AngelScript 2024-08-24 19:22:39 +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 the virtual file system back by the original custom one 2024-08-22 19:39:32 +02:00
CMakeLists.txt added base for the FileSystem module in the AngelScript 2024-08-24 13:25:25 +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.