CLI parameters for window settings #1546
Labels
area: renderer
Concerns our graphics renderer
good first issue
Suitable for newcomers
lang: c++
Done in C++ code
lang: cython
Implemented using Cython code
lang: python
Done in Python code
nice new thing ☺
A new feature that was not there before
Required Skills: Python, some C++
Difficulty: Easy
Several window parameters could be set via the CLI on startup. Examples for these parameters include:
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:
main
andgame
main_arguments
structFurther Reading
The text was updated successfully, but these errors were encountered: