Metadata-Version: 2.4
Name: prusty
Version: 0.0.2
Classifier: Development Status :: 1 - Planning
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Rust
Classifier: Topic :: Games/Entertainment
License-File: LICENSE
Summary: Prusty prototype, Python surface over a Rust runtime.
Keywords: gamedev
Author: Victor Matos
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://pypi.org/project/prusty/

<p align="center">
  <img src="assets/logo-cream.svg" alt="prusty" width="520">
</p>

# prusty

A better, easier, more efficient way to put out games. Python-flavored
authoring, Rust runtime, 2D and 3D from day one. Nintendo-grade polish,
developer freedom, few reserved words.

> Status: 0.0.1 placeholder on PyPI. Engine and language spec are in
> design. No public API yet.

## Why

- **Simple wording.** If a concept needs a paragraph to name, the name
  is wrong.
- **Few reserved words.** Every new keyword has to earn its place.
- **No artificial ceiling.** Powerful primitives, room to build anything.
- **Feels Python, runs like Rust.** Author in a friendly surface language,
  ship on a Rust runtime.
- **2D and 3D as first-class targets.** No second-tier renderer.

## Install (placeholder)

```
pip install prusty
```

Currently only exposes `prusty.__version__`. Real API to come.

## Repository layout

```
assets/           logo and static art
src/prusty/       Python placeholder package (on PyPI)
pyproject.toml    package metadata
LICENSE           Prusty Community License v1.0
AGENTS.md         guidelines for contributors and AI assistants
.cursor/rules/    editor rules
```

## License

Prusty is released under the **Prusty Community License v1.0**,
a source-available license. In short:

- You can use, read, modify, and redistribute the engine.
- You must keep the license, the name, and the official logo intact
  when redistributing. Forks under a different name are welcome, as long
  as they clearly say they are forks.
- **Games and other works you build with Prusty are yours.** No royalty,
  no restriction, no attribution requirement.

See [LICENSE](LICENSE) for the full text.

## Contributing

Read [AGENTS.md](AGENTS.md) before opening a PR or opening a PR draft
with an AI assistant. The prime directive is: do only what was asked.

