Hey everybody, first off let me wave friendly and all - 'cause i’m new around here … Hey!
So i started checking out Urho3D today - Got it on Win10, using CodeBlocks and MinGW.(wanna use it for the SBCs)
As stated the Samples work fine - can edit them, rebuild and all that cool stuff. However, i went to set up a project from scratch with Urho3D as libraries … it said i think… https://www.youtube.com/watch?v=jRYO3F--KM8 <- Like that, followed that…
I got no build errors and input works proper, yet the Screen is Blank. I went with the minimal thing from the Docs (the one that is supposed to be Black) _main_loop Doc Stuff.
I then added “Hello World”-Stuff referencing the Samples source.
The screen remains Black - GUI is rendered even without Camera, right? (got a camera though)
And i also tried this one: https://github.com/urho3d/Urho3D/wiki/First-Project
Last time i worked outside of an Dev Environment like Unity or Unreal was … idTech2 or 3 quite sometime ago. So I’m not super comfortable around building stuff from scratch. Pretty good at learning though
Has anybody encountered something like that or maybe a tip?
Thanks yo!