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.9.tar.gz
(15.4 kB
view details)
Built Distribution
pyved-0.0.9-py3-none-any.whl
(16.8 kB
view details)
File details
Details for the file pyved-0.0.9.tar.gz
.
File metadata
- Download URL: pyved-0.0.9.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 | 77cdbfd1299a3616c49e8dc962c64938b62a2606cc1bb1bdc533ab507510e58d |
|
MD5 | de005cc9bb97be7dd6f270eaef51d3d2 |
|
BLAKE2b-256 | 2b616eab868b0b0f11185c609dabc011d2c857db37aa8452e9950046a241473e |
File details
Details for the file pyved-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: pyved-0.0.9-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 | dbb1918bec378ac7fb25616acb5caec30c5e213dd296654c57bf69cca6f17b51 |
|
MD5 | 244d29447b21a61ef6441c70cf81eaa9 |
|
BLAKE2b-256 | ebbfb0a42104954f3bd88edf71f0076c1c5a95762b804fbee888a69f588f7682 |