Skip to content

Tau Reflection Generator Release 1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hyfloac hyfloac released this 12 Nov 04:43
· 13 commits to experimental since this release

A working executable of the Tau Reflection Generator. This shouldn't require any external DLL's, apart from the standard C library.
To run the example use the command TauReflectionGenerator.exe --base-loc . -o Test.generated.hpp Test.hpp. This will generate the required base header as well as the reflection data. From there the Test.cpp file can be easily compiled.