2021-05-22 19:50:20 +00:00
|
|
|
# Project Planning
|
|
|
|
|
|
|
|
**NOTE:** __Fairly detailed planning__
|
|
|
|
|
|
|
|
|
2022-04-22 20:37:38 +00:00
|
|
|
<input type="checkbox" checked></input> Setup build system \
|
|
|
|
<input type="checkbox" checked></input> Link with GLFW \
|
|
|
|
<input type="checkbox" checked></input> Basic Window \
|
2022-05-04 13:27:42 +00:00
|
|
|
<input type="checkbox" checked></input> Basic Triangle rendering \
|
|
|
|
<input type="checkbox" checked></input> Basic IMGui \
|
2021-05-22 19:50:20 +00:00
|
|
|
<input type="checkbox"></input> Basic Textures \
|
2022-05-04 21:25:18 +00:00
|
|
|
<input type="checkbox" checked></input> Link GLEW or GLAD \
|
2022-05-04 13:27:42 +00:00
|
|
|
<input type="checkbox" checked></input> Work on basic logging \
|
2022-10-08 13:34:02 +00:00
|
|
|
<input type="checkbox" checked></input> Input handling \
|
2021-05-22 19:50:20 +00:00
|
|
|
<input type="checkbox"></input> More shader work \
|
2022-05-28 19:19:16 +00:00
|
|
|
<input type="checkbox" checked></input> Load FBX model files \
|
2021-05-22 19:50:20 +00:00
|
|
|
<input type="checkbox"></input> Basic Physics \
|
2022-04-29 11:09:07 +00:00
|
|
|
<input type="checkbox" checked> Running LUA \
|
|
|
|
<input type="checkbox"> Lua Scripting \
|
2021-05-22 19:50:20 +00:00
|
|
|
<input type="checkbox"></input> To far in the future
|
2022-04-22 20:37:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Resources
|
2022-10-08 13:34:02 +00:00
|
|
|
https://renderdoc.org/ \
|
|
|
|
https://api.projectchrono.org/tutorial_table_of_content_chrono.html \
|
|
|
|
https://github.com/epezent/implot -- Useful when displaying graphs of any kind \
|