Skip to content

Releases: hyfloac/TauEngine

Tau Reflection Generator Release 1.0

12 Nov 04:43
Compare
Choose a tag to compare
Pre-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.

Beta Release 1.0

13 Apr 23:13
Compare
Choose a tag to compare
Beta Release 1.0 Pre-release
Pre-release

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.