cugone
cugone
## Feature Request #### Background A lot of times I find myself trying to figure out why something is not rendering when it should or rendering when some other unrelated...
#### Description There is no mention of Python being a required dependency in order to run `setup.bat` in the README [Getting Started](https://github.com/TheCherno/Hazel#getting-started) instructions #### Repro steps Steps to reproduce the...
This is a companion request to #289 for modern DirectX 12 backends.
I'd love to add this to my game engine. However it is built on top of native Win32 and DirectX 11. I cannot use SDL or raylib. I currently have...
See Title. When building in x64 this will fail without a cast and is potentially error-prone. Changing the argument in `Clay_CreateArenaWithCapacityAndMemory` to a `size_t` will allow the compiler to use...
The main page readme is quite long and might be better served as a multi-page, searchable [github wiki](https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis).
Is there a way to tell if the debug window was clicked on so said input can be redirected/swallowed?
There are several links in the "table of contents" that no longer have sections in the text and point to nowhere because their relevant macro or function has been removed....
My internal implementation of font measuring code accounts for scale as well as any newlines embedded in the text to automatically generate an appropriate width and height of any text...