ETEngine icon indicating copy to clipboard operation
ETEngine copied to clipboard

Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14

Results 7 ETEngine issues
Sort by recently updated
recently updated
newest added

Hey, I am getting this error during compilation in `Engine/third_party/bc7enc/bc7enc/rgbcx.h`. What's the cause and how do I fix that?

### Description Currently the engine only support OpenGL backend and while it's sufficient I think a second API like DirectX 12 or Vulkan could be a nice addition. It can...

[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like the following. - [RawAsset::UnloadInternal](https://github.com/Illation/ETEngine/blob/3fe039ff65cd1355957bcfce3f851fa411a86d94/Engine/source/EtCore/Content/Asset.inl#L13 "RawAsset::UnloadInternal function") - [Scene::SetStarfield](https://github.com/Illation/ETEngine/blob/def2fde461117bd0f513896ea54e2556490a8ee6/Engine/source/EtRendering/SceneStructure/RenderScene.cpp#L290 "Scene::SetStarfield...

For some reason vcpkg fails to install 7zip during the setup phase, and therefore cannot download gtkmm and its dependencies. https://ci.appveyor.com/project/Illation/etengine That said even if that worked it might fail...

Changing this : ``` git clone https://github.com/Illation/ETEngine cd ETEngine/Projects/Demo cmake -G "Visual Studio 15 2017 Win64" -S . -B build cmake --build build --target all --config Develop cmake --build build...

When I saw the submodule `/ETEngine/Engine/third_party/gtk/GTK-for-Windows-Runtime-Environment-Installer` I immediately know your project doesn't support MSYS2 MINGW64. Because on MSYS2 MINGW64, this submodule is absolutely not needed as we have packages for...

Your project uses the cmake build system so it's not difficult to add support for MSYS2 MinGW-w64.