Releases: hyfloac/TauEngine
Tau Reflection Generator Release 1.0
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.
Beta Release 1.0
Currently contains a very basic scene. The engine launches with OpenGL by default. The flag -gl
will launch it with OpenGL 4.3, the flag -dx10
will launch it with DirectX 10, and the flag -dx11
will launch it with DirectX 11. The flag -gDebug
can be used to enable debug mode within the graphics driver, this may not work on some systems not setup for graphics development. The flag -vr
can be used to attempt to launch the unit in VR mode, this will probably not work in any functional capacity.