Metadata-Version: 2.5
Name: spume
Version: 0.1.0
Summary: Terminal ASCII 2D fluid simulator
Project-URL: Homepage, https://github.com/bitpeppr/spume
Author-email: Martin Chen <martin.chen.au@gmail.com>
License: GNU General Public License v3.0
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: numpy>=1.27.0
Requires-Dist: scipy>=1.16.0
Description-Content-Type: text/markdown

# Spume

A python terminal-based fluid simulator with ASCII visualisations and minimal dependencies (no rendering dependencies).

## Features

- Minimal ascii, completely cli-based visualisation
- Minimal external dependencies
- Interactive; click to disperse, WASD to move spawn point
- Highly extensible; diverse CLI flags to customise physics and visualisation

## Installation

```bash
pip install spume
spume --help
# or without install
python -m spume
```

## Development

```bash
pip install -e .
spume --width 80 --height 40
```
