-
Notifications
You must be signed in to change notification settings - Fork 0
Porting
Darius Grauslys edited this page Jun 3, 2024
·
1 revision
To port the game to a new platform, follow these steps:
- Create a new folder in the base directory in lowercase with the name of your platform.
- Copy platform.h from ./core/include into your backend's include directory but named as platform_defines.h
- Implement everything that is prefixed with PLATFORM_
Try to follow the example of other backend implementations on how these PLATFORM_ definitions should look like, and translate the logic to work on your platform.