-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlan.txt
More file actions
32 lines (22 loc) · 865 Bytes
/
Plan.txt
File metadata and controls
32 lines (22 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SlowGrid plan:
- Add Pathfinding
- Maps -> Alogrithms -> add to benchmarks
- Add Spatial Queries
- Trees -> add to benchmarks
- Add Gameloop
- Timer sub-module:
- Don't use Chrono except as fallback -> Warn if this happens
- Windows -> QueryPerformanceCounter(), QueryPerformanceFrequency()
- Linux -> clock_gettime(CLOCK_MONOTONIC), clock_getres(CLOCK_MONOTONIC)
- GBA -> REG_TMxD (x=[0,1,2])
- No FLECS interface yet
- Add Input system
- Raylib -> input queue
- Add recordable input macros (new module -> depends on Input and Gameloop)
- Add FLECS interface
- Github Action output compiled binaries?? artifacts???
- Add cross-compilation???
- Linux/Windows -> DevkitArm
- Separate parameters for: NX, (3DS), (DS), GBA
- Future engine inclusions:
- String system??