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.1.0.tar.gz
(15.6 kB
view details)
Built Distribution
pyved-0.1.0-py3-none-any.whl
(16.9 kB
view details)
File details
Details for the file pyved-0.1.0.tar.gz
.
File metadata
- Download URL: pyved-0.1.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d35113eebd045c961ed6655ff6041ae198bcc75e04fb4ee776c0573e90322d9 |
|
MD5 | f37c45771988b4c1c60230ef8eada97f |
|
BLAKE2b-256 | 7faedb0798156d063f003002c1e76a752c0abb2d0cc2d6de76c8bf5bac69ce69 |
File details
Details for the file pyved-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyved-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.9 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 | b94b8c1ebbff604542a1f2b75489d6fd06808be0fe1a58c7e6c75849c4df2e75 |
|
MD5 | 966162fc7e5aa822185c71ba9b7bc985 |
|
BLAKE2b-256 | aeae1986e88c70f222157ae08e15733d098086396b4b0a4b9134f6b38c5579df |