Post

Panda Engine Features

Features:

  1. Graphics
  2. Physics
  3. Animation
  4. Algorithms
  5. Audio
  6. Networking

Graphics

  • Engine supports mesh load, texture loading, normal maps, masks, shadows and lights. Alt Text

Physics

Physics is integrated using Nvidia PhysX.

Alt Text

Animation

  • Engine supports skeletal animations.

Alt Text

Algorithms

  • Engine is built on ecs concepts and integrates the entt library.
  • Uses various design patterns such as
    • Factory pattern
    • Interfaces
    • Singleton
    • Templates
    • Command
    • Facade

Audio

  • Engine supports audio using FMOD.

Networking

  • Engine supports basic UDP based network game programming
This post is licensed under CC BY 4.0 by the author.
-->