cppscriptcore icon indicating copy to clipboard operation
cppscriptcore copied to clipboard

Help code to be able to use C++ as a scriptable and debuggable language without using any language wrappers

C++ Script core

This repository contains set of projects and tools to be able to make C++ scriptable and debuggable.

Initial presentation on what is already working:

  • C++ Runtime Type Reflection
    https://docs.google.com/presentation/d/1xo0sg10C4DN4iHSD9wqmqZ_99FeVrxI-RcZqxMs_M7Y/edit?usp=sharing

Presentation on C# scripting support:

  • Boost Development Productivity: C# hot module / hotreloading scripting support
    https://www.youtube.com/watch?v=TrYOaNUXJBk&list=PL-VOKR3HzVrlZt8Le-MkjL73bkASeG1zG

Analogue projects can be found for example from here:

  • Runtime Compiled C++
    https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus

  • CLing
    https://cdn.rawgit.com/root-project/cling/master/www/index.html