Metadata-Version: 2.4
Name: sonolus.py
Version: 0.17.3
Summary: Sonolus engine development framework for Python
Project-URL: Documentation, https://sonolus.py.qwewqa.xyz/
Project-URL: Repository, https://github.com/qwewqa/sonolus.py
Project-URL: Issues, https://github.com/qwewqa/sonolus.py/issues
Project-URL: Changelog, https://sonolus.py.qwewqa.xyz/changelog/
Requires-Python: >=3.12.5
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Sonolus.py
Sonolus engine development in Python. See [docs](https://sonolus.py.qwewqa.xyz) for more information.

## Development

The optimizer core (`sonolus/backend/_opt`) is written in Cython, so a working C compiler is required to
build from source:

- **Windows:** MSVC (install the [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/)
  with the "Desktop development with C++" workload).
- **macOS:** the Xcode Command Line Tools (`xcode-select --install`).
- **Linux:** a standard C toolchain (`gcc`/`clang`).
