Skip to content

CocoHfl/mio-mod-template-imgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod template for MIO with ImGui implementation

mio-mod-template

A mod template for MIO: Memories in Orbit

Prerequisites

  • CMake 3.20 or higher
  • MSVC (Visual Studio 2019 or later)
  • vcpkg
  • Ninja

Building

Using CMake Presets (Recommended)

# Configure
cmake --preset x64-release

# Build
cmake --build --preset x64-release

Running in Game

  1. Copy build/x64-release/bin/my_mod.dll into your MIO install's mods directory
  2. Launch the game

About

A mod template for MIO: Memories in Orbit with a UI overlay (ImGui)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 83.8%
  • C 12.0%
  • Objective-C++ 2.2%
  • Makefile 0.6%
  • CMake 0.6%
  • Objective-C 0.4%
  • Other 0.4%