MaxPlay Game Engine. A Viable Unity or Unreal Competitor?

  The world of game engines is dominated by the two giants mentioned above, Unity and Unreal.  Both have huge bank accounts, huge communities and hundreds of ship titles behind them.  They are by no means alone, there are a number of other commercial 3D engines such as Havok’s Vision Engine, Gamebryo, CryEngine, Hero Engine, […]

MaxPlay Game Engine. A Viable Unity or Unreal Competitor? Read More

SFML Tutorial Banner

SFML C++ Tutorial – Handling Keyboard Input and Random Numbers

  In our prior tutorial we created a simple application that showed the basics of event handling in SFML.  In this tutorial we are going to expand upon that concept a bit further and show how to read the keyboard, both using events and direct polling.  Although not strictly SFML related (anymore anyways), we are […]

SFML C++ Tutorial – Handling Keyboard Input and Random Numbers Read More

Godot Engine Tutorial Part 16– Using Animated 3D Models

  Now that we have covered 3D basics and loading and creating static meshes now it’s time to move on to loading and using animated models.  Godot currently supports animation only in COLLADA format, which is supported with varying degrees of success in all popular 3D modelling applications.  If you are exporting from Blender, consider […]

Godot Engine Tutorial Part 16– Using Animated 3D Models Read More

Scroll to Top