Hazel
Hazel copied to clipboard
Hazel Engine
(Note: - I am running the Hazel engine on Linux, programming along with the series - I am using epoxy as the OpenGL function pointer loader - Altough I can't...
#### Is your feature request related to a problem? Please describe This is related to the problem of having to manually retarget my projects to Visual Studio 2022. Beta1 adds...
#### Describe the issue (if no issue has been made) When the alpha of an entity with a circle renderer is set to 0, complete transparency never happens, as a...
I'm stuck in this problem. "Error: [string "src/base/_foundation.lua"]:130: attempt to concatenate a table value (local 'fname')" after done this [Merge branch 'master' of https://github.com/TheCherno/Hazel · TheCherno/Hazel@daf0781](https://github.com/TheCherno/Hazel/commit/daf078137dccaba856ee527864604b61ee1eda9d) i'm use premake5 and...
https://github.com/TheCherno/Hazel/blob/a16f605b3aa82ecf1c47ebd5d505127de81028f2/Hazel/src/Hazel/Events/Event.h#L71 Do you want an already handled event to still be dispatched? If so, no change. If not, this line needs short-circuiting (and a logical OR): `m_Event.Handled = m_Event.Handled ||...
There isn't an issue. This is just an addition for more functionality
https://github.com/TheCherno/Hazel/blob/f627b9c90923382f735350cd3060892bbd4b1e75/Hazel/src/Hazel/Core/Log.h#L30-L46 Hello, I just want to point out that, this piece of code no longer works with the latest version of `spdlog`, which now requires us to [explicitly specialize](https://fmt.dev/latest/api.html#formatting-user-defined-types) the...
#### Describe the issue (if no issue has been made) Serialize and Deserialize were 2 large functions. I thought it might become hard to manage. #### Proposed fix This gives...
#### Describe the issue (if no issue has been made) Circle/box collider not appear correctly when we move editor camera behind entities. #### PR impact List of related issues/PRs this...
#### Issue description When gizmos are used while holding left alt, gizmos usage and scene navigation occurs simultaneously which is not ideal and should not happen. #### Proposed fix Don't...