Cross-platform multi-media development API (prerelease)
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware. This is a preview of the new version 3.0 API.
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware. This is a preview of the new version 3.0 API.
To install SDL3-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install SDL3-devel
To see what files were installed by SDL3-devel, run:
port contents SDL3-devel
To later upgrade SDL3-devel, run:
sudo port selfupdate && sudo port upgrade SDL3-devel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.