Engine management & script injection for the Creatures Evolution Engine
Project description
A pure python interface for managing the Creatures Evolution Engine (c2e) with no external dependencies. Based off of Chris Double’s documentation of the c2e shared memory interface.
This isn’t ready for real-world use yet. It might break your Creatures 3 / DS install.
See bottom for more details.
License TBD, probably a BSD or LGPL.
How to inject CAOS from CLI
If you’re still sure you want to try it, clone the repo and:
pip install -e .
It supports reading from stdin,
cat filename.cos | pyc2e inject
from files,
pyc2e inject --file filename.cos
and arbitrary strings passed from the command line:
pyc2e inject --caos "outs \"testing\""
On windows, you might need to omit the escapes around the quotes .
Not ready for use in production, very WIP
At the moment, it only handles running & injecting CAOS on Windows. It’s posted early because some developers need it. Much of the implementation may miss edge cases or just be ugly.
Engine, config, and launch management for testing and fuzzing will be added later. Linux support will be added later as well. Assume just about everything could change.
Assumes Python 3.7+, but it might work on lower versions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyc2e-0.0.4.tar.gz
.
File metadata
- Download URL: pyc2e-0.0.4.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17f1a2cfc15b864e3e0301fb417ddc47b76a6c11400058edf6022b8247543584 |
|
MD5 | fac88ab046d9bcfb34adccd58945500b |
|
BLAKE2b-256 | 5a959571ddfcf5c27fda4999024ac83a54710832eaa2b9f95fa4b05287505397 |
File details
Details for the file pyc2e-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pyc2e-0.0.4-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99d52330cc458e5f3fd74a617b6fac38f4553a6e17742ef27562f7ea01825d23 |
|
MD5 | 3470e92075b40b2c1ed3ed8a693038ed |
|
BLAKE2b-256 | 0fced224124bb244e266239e498ff094a40d0d695a47e22c708351b397cf59a9 |