This zig module provides a lightweight GUI api based around SDL3 and SDL3 mixer.
Care has been taken to carefully name and document each struct and
important public method. See engine.zig for the public interface, or
view the zig API documentation.
Contributions under the MIT license are welcome. Consider raising an issue first to discuss the proposed change.
If any documentaion is unclear please raise a Github issue.
This module is released under the terms of the MIT license. This code is useful for my purposes. No warrantee is given or implied that this library will be suitable for your purpose and no warantee is given or implied that this code is free from defects.
This module depends on other libraries and modules. Known dependencies are included in src/License.zig.