I was able to build the HelloCube project successfully !! Some observations #48
Replies: 1 comment
-
Hey, thanks for checking out this project!
Just a warning, this engine isn't really meant for programming beginners. You might want to consider starting with a more beginner-focused engine like Godot to build up your programming and debugging skills before tackling something with this engine.
This is expected. Qualcomm has not yet updated their drivers to support the features that this engine uses.
Also expected. Sometimes the D3D12 driver for a given GPU supports different features than the vulkan driver.
This is not expected. Could you please open an Issue and attach a PIX capture? I don't have that GPU so it might be difficult for me to fix it at the moment.
Thanks for the suggestions! I also get the Intellisense errors but that's a bug in Visual Studio and all we can do for now is wait for them to fix it.
Can you please provide the exact error message that CMake was giving you?
Not sure what that is, ARM64 Windows builds work fine on our CI.
I haven't decided yet 😃 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @Ravbug, awesome project. I am a beginner to modern C++ and coding in general, so thought to try making a project with Ravengine to learn C++.
I was able to get spinning cube working. ( with the HelloCube repo).
Few Notes :-
I tried to build the project on 3 setups ( all Windows + VS 2022 ),
( I should have collected proper error messages but forgot, if you need I can update later - only 2 setups are mine)
BlinkingCube.mp4
I had trouble building following the steps mentioned in the HelloCube and RavEngine repo.
Few extra things I had to do (could be useful in readme / docs )
Had few more trouble when I tried VS2022's Cmake (maybe not relevant here)
#define GLM_ENABLE_EXPERIMENTAL
on deps/glm/glm/details/glm.cpp. ( cmake was failing there )Final question - Is it called "Rav"Engine or "Raven"gine ? 😃
Beta Was this translation helpful? Give feedback.
All reactions