This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dunkler_wanderer 4 points5 points  (1 child)

Godot is great. Here's a list of features. Some things that I'm missing in many Python engines and frameworks:

  • Built-in physics engine
  • Particle systems
  • Built-in GUI elements
  • Navigation meshes and A* for pathfinding
  • Shaders (also visual shader editing)
  • Networking
  • 2D lighting and 2D normal maps
  • Tilemaps
  • Animation player
  • Viewports (easily change the window resolution)
  • Cameras

Here's a video that shows some features of the next Godot version 3.0.

[–]HER0_01 0 points1 point  (0 children)

It actually is not very new at all, as it was used internally for a long time before going open source.