Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 595 Bytes

TODO.md

File metadata and controls

32 lines (21 loc) · 595 Bytes

t3d-bones todo

Tutorials

Engine classes/features

  • Creating ConvexShapes in script
  • Using Triggers
  • Making particles

AI

  • Using EventManagers
  • State machine AI
  • Vector field obstacle avoidance

Scripting

  • Selecting objects with the mouse
  • Counter UI
  • Health and energy UIs

Networking

  • Hosting and connecting to LAN games
  • Downloading content from the server

Template improvements

  • Move PostFX shaders into lib/postFX/
  • Move specific feature shaders (e.g. terrain) into lib/ directories
  • Unified client/server/local scaffold?