experimental toolbox for game devs who use python
Project description
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/*
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
pyved-0.0.7.tar.gz
(15.4 kB
view details)
Built Distribution
pyved-0.0.7-py3-none-any.whl
(16.8 kB
view details)
File details
Details for the file pyved-0.0.7.tar.gz
.
File metadata
- Download URL: pyved-0.0.7.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94c0e8abb1cd6c67f8b6035507d3270da2d39b318efe72a5b4a759088d20e407 |
|
MD5 | 8507c2c6870f88a7298c5616c6f606c3 |
|
BLAKE2b-256 | a7335e4390d61b81c6fd21b3c2cfa71b7d40cd0d572557a89fa1f8867b685f02 |
File details
Details for the file pyved-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: pyved-0.0.7-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cd2aa9443d3c8b3c6be5d2675c09ff1cebd3f4ba582e22e7bb1b26b8c719129 |
|
MD5 | 1fcea877c4906f0b64e008f30efa7910 |
|
BLAKE2b-256 | b24dbfc42e8dab2aedfcb7cc95413cb3150efa33b46f128ea6e2190825eb3afc |