mirror of
https://github.com/nicklockwood/RetroRampage.git
synced 2026-04-03 00:28:30 -06:00
Mac platform layer #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicklockwood on 10/31/2019
This PR demonstrates how to add a platform layer for macOS.
The Engine module itself remains exactly the same. The only changes are in the platform-specific parts, such as integration with AppKit, and replacing touch controls with keyboard input.
Resolution is capped to 480px vertical as performance drops sharply at higher resolutions.
Use arrows to move and space to fire.