Garrett Courtney
Garrett Courtney
I'm using the WinRT platform module found [here](https://github.com/LORgames/premake-winrt) to support both Win32 and Universal Windows for the same project. To choose between them I filter through them like > filter...
Are custom toolchains supported in premake? Say for adding targets to MSBuild. If so how would you go about adding them to premake?
When cloning the repository, the submodules for `entityx` and `glfw` fail to clone with an error `fatal: Could not read from remote repository.`
You can get the translation with `Mat._41, Mat._42, Mat._43` for X, Y and Z and scale with `Mat._11, Mat._22, Mat._33` for X, Y and Z. Is there a way you...
I'm trying to generate nav mesh for my large world but am running into some generation failures. When using a cell width and height of 1 the generation often fails...