Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
TobyAsE28447yYou could use puts()
At least my ide tells me everytime I use a printf without a formatting sequence in it.
Not answering your question, just some linting. -
D--M22687yC# unity is good for beginners.
I still recommend learning c++ with SDL. If not, you won't understand wtf is going on -
unity3d and c# are pretty good. harder to get pro-looking results than in Unreal Engine, but the upside is you only need to learn one new language, which is universal, instead of UE's one completely wholly new paradigm along with a "language" (blueprints) plus one more language which is... frankly... a painful one and shouldn't really exist in 2018 anymore. sadly, we still have no viable alternative to completely replace it with
-
nikmanG15397yFor simple 2D, I use LibGDX (Java) or LOVE2D (Lua). 3D - a little more difficult, but I’d advise against Unity if you want to get in deep and actually understand what you are doing from start to finish.
-
Scipio6957y@Charon92 C++ is a good language to learn for just about anyone.
Consider that nearly all modern languages have some c layer to it anyway.
At least all the ones I have written in. -
nikmanG15397y@eArshdeep after doing a data science course using it (and no scikit, just numpy, jury’s out on pandas though), that poetry is like nails on chalkboard for me.
-
Wozza638787yIf you like working with a raw framework instead of largely GUI based and a lot of abstraction then I love MonoGame. I enjoy implementing a lot of the engine stuff myself but this is personal preference. Other I much prefer Unreal over Unity, amazing what you can do with blueprints and how much better a game will look out of the box.
Related Rants
printf("should i further my learning in python? what would you suggest for game development?")
rant
gamedev
using construct 2 rn
please dont hurt me
python