-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
C++Requires C++ knowledgeRequires C++ knowledgegame logicDeals with core game logic, nothing to do with UIDeals with core game logic, nothing to do with UIgood first issueGood for newcomersGood for newcomers
Description
currently all the rendering and utility functions used for rendering objects on the screen are present in main.cpp
only, as the game will get more complex and graphic intensive, it would slowly be very hard to maintain all the functions.
It would be great to maybe separate all the functions in a new file (maybe call it renderer.cpp
or gfx_utils.cpp
)
Metadata
Metadata
Assignees
Labels
C++Requires C++ knowledgeRequires C++ knowledgegame logicDeals with core game logic, nothing to do with UIDeals with core game logic, nothing to do with UIgood first issueGood for newcomersGood for newcomers
Projects
Status
No status