Metadata-Version: 2.4
Name: SimVX-Editor
Version: 0.0.0.dev0
Summary: A visual scene editor for SimVX, itself written with SimVX.
Project-URL: Homepage, https://simvx.com
Project-URL: Documentation, https://simvx.com/docs/index.html
Project-URL: Source, https://git.simvx.com/simvx/simvx
Project-URL: Main package, https://pypi.org/project/simvx/
Author-email: SimVX <contact@simvx.com>
License-Expression: AGPL-3.0-or-later
License-File: COMMERCIAL-LICENSE.md
License-File: LICENSE
License-File: LICENSE-ADDENDUM.md
License-File: LICENSE-EXCEPTION.md
License-File: NOTICE
License-File: TRADEMARK.md
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# SimVX-Editor

[![AGPL-3.0-or-later, Python 3.14+, latest development build](https://static.simvx.com/pypi/badges.svg)](https://simvx.com/docs/index.html)

A visual scene editor for SimVX, itself written with SimVX.

## This release is infrastructure, not the engine

SimVX publishes as a set of distributions that install together at one version.
This one holds the name for the visual scene editor; it ships no modules yet.

The engine is in development and its builds go to the project's own index. To
install what exists today, start from the `simvx` distribution, which checks
whether this machine has the Vulkan driver the engine needs and pip cannot
supply:

```bash
pip install simvx && simvx-preflight
```

Then the engine itself, from that index:

```bash
pip install --pre simvx --extra-index-url https://pypi.simvx.com/
```

## Links

- **Project page**: <https://simvx.com>
- **Documentation**: <https://simvx.com/docs/index.html>
- **Main package**: <https://pypi.org/project/simvx/>
- **Source**: <https://git.simvx.com/simvx/simvx>

## Licence

AGPL-3.0-or-later covers the engine. A game-distribution exception then
lets you ship your own game under any licence you like, closed source
included, at no cost. It has three conditions: that the game display the
"Made with SimVX" splash, that it use the engine through its public
interfaces, and that changes to the engine itself stay AGPL.
See <https://simvx.com>.
