Install
From MSX Game Library
How to install MSXgl
Follow those steps:
1️⃣ Create a directory (name it "MSXgl" for example).
- Note: For now (version 0.6.5), please use a directory without any space in the full path.
2️⃣ Install the engine:
- Clone the Git repository https://github.com/aoineko-fr/MSXgl.git (v0.6.5-alpha tag),
- or Download and unzip the latest version of the engine.
3️⃣ (Optional) If you want to use the emulator auto-launch option:
- Edit MSXgl\projects\default_config.js file (the default Build tool's configuration),
- Search for "Emulator" and set the path for your favorite emulator (can be OpenMSX, Emulicious, BlueMSX, Meisei, fMSX or Ru-MSX) and set "DoRun = true".
- Note: Many other options from default_config.js are overwriten by the project's configuration.
✅ You are done! You can start testing library samples or create your own brand new game!