markcopperman78
Hello, where is the best codeless 3D game engine?
Hello, where is the best codeless 3D game engine?
Godot has a visual scripting system and it’s based on it’s already simple scripting language. Unreal engine has blueprints, but they’re not designed to be stand alone. CryEngine has one too I think? never tried that.
You might want to learn a programming language either way like lua or python or C#. It’s a useful skill to have :).
Or maybe start with some Processing, to familiarize yourself the basics. It comes with a simple IDE, is easy to set up and brings immediate graphical results.