/CPlusPlus-DynamicHotReloading

Compile and link additional C++ code at runtime using DLL modules.

Primary LanguageC++Apache License 2.0Apache-2.0

C++ Dynamic Hot Reloading

Compile and link additional C++ code at runtime, much like Unreal Engine 4's C++ hot reload feature.

Platforms:
Windows-x86
Visual Studio 2017/19

Getting Started

  1. Clone the repo
  2. Install the MinGW compiler in the default location
  3. Run the app and change Scriptable_Actor.cpp
  4. Press 'c' to recompile and view your changes or 'q' to quit