Closed
Description
Required Skills: Python, some C++
Difficulty: Easy
Several window parameters could be set via the CLI on startup. Examples for these parameters include:
- window size (height x width)
- vsync
- fullscreen/borderless/windowed
Most of the parameters are already supported by the renderer::Window
class. All we have to do is pass them through from the Python CLI.
Tasks:
- Start parameters have to be defined in Python for start modes
main
andgame
- Pass parameters to C++ invocation
main_arguments
struct - in C++, pass relevant parameters to presenter/renderer subsystem
Further Reading
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done
Status
renderer