Skip to Content

livepp v2.9.3

Created
Updated

Hot-reload for C & C++ transforms workflows and decreases iteration times.

# Usage

livepp provides CMake targets:

find_package(unofficial-livepp CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::livepp::livepp) 

The macro LIVEPP_PATH is also set to point to the livepp installation folder and can be used to create agents:

lpp::LppDefaultAgent lppAgent = lpp::LppCreateDefaultAgent(nullptr, L"" VCPKG_LIVEPP_PATH); 

# License

Unspecified

# Supported Platforms

windows

  • windows
  • linux
  • osx
  • uwp

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Rémy Tassoux's avatar Rémy Tassoux

# Changelog

  • aaeb45e [livepp] Update to 2.9.3 (#46329)
  • 2c3217a [livepp] Add preference files support and documentation link (#45993)
  • f9d77ef [livepp] New port (#45210)

# Source