Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

An emulator for games created with GameMaker 8.

License

Notifications You must be signed in to change notification settings

Adamcake/Legacy-GM8Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0bb4bf · May 2, 2020
Apr 12, 2019
Apr 14, 2019
Oct 13, 2018
Sep 27, 2018
Oct 12, 2018
Oct 9, 2018
Dec 24, 2018
Jun 8, 2018
May 2, 2020
Nov 13, 2018
Sep 27, 2018

Repository files navigation

GM8Emulator

An emulator for games created with GameMaker 8. This repo is no longer being developed and has been marked as read-only. The project has been broadened to "OpenGM8" and a more advanced version of this application, written in Rust, can be found here. You can build this if you want, but expect crashes, missing features and other noticeable issues.

Building

  • Clone the repository, make sure to grab submodules along with it (--recurse-submodules or submodule update --init --recursive)
  • If you want to use CMake, run the CMakeLists file in the repository root, that's all the setup needed
  • For building with plain GCC/MinGW/MinGW-w64:
    • Sources: ./src/*.cpp ./deps/glad/src/glad.c
    • Include: ./src/ ./deps/glfw/include/ ./deps/zlib/ ./deps/rectpack2D/src/ ./deps/glad/include/
    • Libraries: -lz -lglfw3 (and -lgdi32 -lopengl32 if you're on Windows, should come with MinGW)
    • Make sure to build with --std=c++17 and -Ofast

Contact

gm8emulator@gmail.com

About

An emulator for games created with GameMaker 8.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published