Launcher for Atlas
Find a file
2024-08-21 15:51:12 +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 the potentially unsafe high level Qt QML JavaScript engine by the safer sandboxed AngelScript 2024-08-21 15:51:12 +02:00
source replaced the potentially unsafe high level Qt QML JavaScript engine by the safer sandboxed AngelScript 2024-08-21 15:51:12 +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 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
CMakeLists.txt replaced the potentially unsafe high level Qt QML JavaScript engine by the safer sandboxed AngelScript 2024-08-21 15:51:12 +02:00
LICENSE Initial commit 2024-02-18 09:20:36 +00:00
README.md replaced the potentially unsafe high level Qt QML JavaScript engine by the safer sandboxed AngelScript 2024-08-21 15:51:12 +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.