🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

What game engine c++ linux

Started by
3 comments, last by aujlaakaran0 3 years, 1 month ago

Hi, what would be the best game engines to make a 2d side scrolling shooter and a 3d motorbike racing game on Linux? I would like it to be in c++ if possible, thanks.

Advertisement

Unreal could likely work for you.

Godot aims to be cross platform and unlike Unreal, it seems to be easier to get started

Allegro 5 is alive and kicking, and supports everything necessary for working with DX/OpenGL directly.

I would use Allegro5 for the 2D stuff, and throw in OGRE for the 3D or your favorite collision engine.

This topic is closed to new replies.

Advertisement