Andrew Depke

Results 6 comments of Andrew Depke

Bumping this, as it's not sufficient to just add `buildoptions "/fsanitize=address"` (this has different behavior than Enable Address Sanitizer). See https://developercommunity.visualstudio.com/t/Asan-cannot-find-DLL-only-when-specified/1594652 for details.

Take a look at `ImGuiIO::AddInputCharacter` for UI controls, and polling for movements.

Maybe new win32 api, `CreateWaitableTimer` with `CREATE_WAITABLE_TIMER_HIGH_RESOLUTION`? Reportedly 500us precision. Reference: https://discord.com/channels/590611987420020747/590965902564917258/952643195580317747

Hi, the cloud model is still incomplete, and unfortunately I have no time to continue working on this for the foreseeable future. The helmet still shouldn't look like that though,...

Changed logging backend in 359ed8e, now look at `fmt::windows_error` and `fmt::report_windows_error` for handling platform errors.

This is a GPU-driven mesh renderer, where all indirect draw commands are generated by the mesh culling pass. I don't currently support instancing, as that would introduce a large amount...