Gamedev-pyved
A new Game Creation toolbox (+the associated visual editor) 100% based on Python. And it’s open-source
Installation for end users
pip get install pyved
Getting started (the Dev mode)
git clone https://github.com/wkta/gamedev-pyved.git
# create a separate different folder, create a virtual environment!
cd ..
mkdir testing-pyved
cd testing-pyved
python -m venv venv
# activate the VENV, install pyved-engine in editable mode
venv\Scripts\activate.bat
# (move to the folder where one should the game engine)
cd ..\pyved-engine
pip install -e .
# go back to pyved and install basic requirements, then,
# also install it in editable mode
cd ..\gamedev-pyved
pip install -r requirements.txt
pip install -e .
Your are ready to use/mod the pyved toolbox, at last!
cd ..\testing-pyved
pyved new myProject
pyved open myProject\pyved.json
Disclaimer
This is an experimental technology (proof-of-concept). therefore it is still very raw and unfinished
If you wish to contruibute, be our guest! <3 You can create pull requests directly, or send an e-mail to thomas.iw@kata.games if you want to discuss with the project maintainer.
(Recipe for the core team)
- create a PYTHON package using
make_package.bat(usessetup.py+the whole folder) - after extensive testing under virtual env, publish the release with:
twine upload dist/*
Release files for pyved 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyved-0.1.1.tar.gz | 31.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyved-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 65.0 kB
Release files / pyved-0.1.1.tar.gz
| Download URL | pyved-0.1.1.tar.gz |
|---|---|
| Size | 31.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
221e079a574fdd1a27d452e2560f0111e120111bdf441c42194ce9a139e16c2f
|
|
BLAKE2b-256 checksum How to use checksums |
9644a32dac8b419f5f78b0421d81bf73b36997443d885deb9ef3870a97ef9226
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|
Release files / pyved-0.1.1-py3-none-any.whl
| Download URL | pyved-0.1.1-py3-none-any.whl |
|---|---|
| Size | 33.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0dc9d7c26331bd4ff289984c5b9357b446f5acd085c155c92b34d044f0214610
|
|
BLAKE2b-256 checksum How to use checksums |
2fb2a2f22386d36d76c72364c94e687e79b13ed453a5c6759aae5ea095c8a611
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|