Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 903 Bytes

File metadata and controls

27 lines (18 loc) · 903 Bytes

🚂 Engine

This zig module provides a lightweight GUI api based around SDL3 and SDL3 mixer.

⚡️ Introduction

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.

📨 Contributing

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.

🔒 License

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.