-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
24 lines (20 loc) · 1.13 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TODO List:
What to do next:
- Do a little bit more clean up
- Make Add multiple light sources
- Test the translate algorithm
- Implement xml stuff
HIGHER PRIORITY
- Install libxml++ (its already in the temp folder btw)
LOWER PRIORITY
- Turn the Algorithms into a decorator type (so that you can do two updates at the same time?)
- Make Entities either static or dynamic (Update optimization)
- make a room
- Create new shaders
- Get the lighting from the blender file.
TODO eventually List:
- Physics System - Something simple. Probably Just gravity first.
- Collision Detection system - Probably need to add that to the Physics system. Maybe add a collision component that has bounding boxes. Keep it simple.
- Logging and Error printing system - Sounds simple enough. Print stuff to a file that says what is going on. Probably create a flag to turn this on and off.
- Animation System? - LOL, this will probably not happen any time soon. Not very important atm.
- Artificial Intelligence - Also not very important right now. When you have alot of free time and you're bored. Organize the files. Put the systems into their own folders and stuff.