Nigel Barink
3722e63495
- Added new screenshot - Removed two unnecessary screenshots - Moved screenshots to a separate showcase markdown file - Updated the Todo list - Removed the features markdown file and added it to the README - Moved development instructions to a separate Development markdown file
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# Project Planning
|
|
|
|
<input type="checkbox" checked> Setup build system</input>\
|
|
<input type="checkbox" checked>Link with GLFW</input>\
|
|
<input type="checkbox" checked>Link GLEW or GLAD</input>\
|
|
<input type="checkbox" checked>Basic Window</input>\
|
|
<input type="checkbox" checked>Work on basic logging</input>\
|
|
<input type="checkbox" checked>Running LUA</input>\
|
|
<input type="checkbox" checked>Basic triangle rendering</input>\
|
|
<input type="checkbox" checked>Load model files</input>\
|
|
<input type="checkbox" checked>Basic ImGui </input>\
|
|
<input type="checkbox" checked>Skybox support</input>\
|
|
<input type="checkbox">Basic Textures <i>(Soon)</i></input>\
|
|
<input type="checkbox">More shader work <i>(Hopefully coming in January)</i></input> \
|
|
<input type="checkbox">Input handling <i>(Soon)</i></input>\
|
|
<input type="checkbox">Basic Physics <i>(Almost implemented)</i></input>\
|
|
<input type="checkbox">Lua Scripting <i>(Soon)</i> </input>\
|
|
<input type="checkbox">Basic Sound system</input>
|
|
### What's next?
|
|
I am not sure what's going to be added next
|
|
|
|
## Resources
|
|
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 \ |