Performance tricks for casual games

Here is the full list to achieve that

  • Simpler collisions, no physics engine
  • Phong materials
  • Don’t load everything
  • Smart shaders
  • No shadows
  • No lighting
  • No particles
  • No dependencies / plugins
  • Decrease alpha textures
  • No HTML elements, focus on built-in GUI
8 Likes