What is the proper term for create a world in Swift?

I know it's uncool to ask vague questions here, but what do they call it when you create a world and follow it with a camera in Swift? Like an RPG? Like Doom?

I want to try and learn that now. And more importantly can it be done without using the Xcode scene builder? Can it be done all via code?

Thanks, as always. Without the forum I would never have gotten much farther than "Hello World!"

Yes, theoritically, you can do everything in code. In fact tools as Scene Builder are generating code behind the scene… But writing the code without using those tools usually becomes so complex that you should not even try.

General advice: in this domain, you should also have a clear idea of what you want to create, otherwise you risk to waste a lot of effort and time.

What is the proper term for create a world in Swift?
 
 
Q