# 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)
1. create a PYTHON package using `make_package.bat` (uses `setup.py`+the whole folder)
1. after extensive testing under virtual env, publish the release with: `twine upload dist/*`
Raw data
{
"_id": null,
"home_page": "https://github.com/wkta/gamedev-pyved",
"name": "pyved",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "moonb3ndr et al.",
"author_email": "contact@kata.games",
"download_url": "https://files.pythonhosted.org/packages/96/44/a32dac8b419f5f78b0421d81bf73b36997443d885deb9ef3870a97ef9226/pyved-0.1.1.tar.gz",
"platform": null,
"description": "# Gamedev-pyved\n\nA new Game Creation toolbox (+the associated visual editor) 100% based on Python.\n**And it\u2019s open-source**\n\n## Installation for end users\n\n```\npip get install pyved\n```\n\n## Getting started (the Dev mode)\n\n```\ngit clone https://github.com/wkta/gamedev-pyved.git\n\n# create a separate different folder, create a virtual environment!\ncd ..\nmkdir testing-pyved\ncd testing-pyved\npython -m venv venv\n\n# activate the VENV, install pyved-engine in editable mode\nvenv\\Scripts\\activate.bat\n# (move to the folder where one should the game engine)\ncd ..\\pyved-engine\npip install -e .\n\n# go back to pyved and install basic requirements, then,\n# also install it in editable mode\ncd ..\\gamedev-pyved\npip install -r requirements.txt\npip install -e .\n\n```\nYour are ready to use/mod the `pyved` toolbox, at last!\n```\ncd ..\\testing-pyved\npyved new myProject\npyved open myProject\\pyved.json\n```\n\n\n## Disclaimer\n\nThis is an *experimental technology* (proof-of-concept).\ntherefore it is still very raw and unfinished\n\nIf you wish to contruibute, be our guest! <3\nYou can create pull requests directly, or send an e-mail to thomas.iw@kata.games if you want to discuss with the project maintainer.\n\n\n### (Recipe for the core team)\n\n1. create a PYTHON package using `make_package.bat` (uses `setup.py`+the whole folder)\n1. after extensive testing under virtual env, publish the release with: `twine upload dist/*`\n",
"bugtrack_url": null,
"license": "LGPL-3.0",
"summary": "experimental toolbox for game devs who use python",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/wkta/gamedev-pyved"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2fb2a2f22386d36d76c72364c94e687e79b13ed453a5c6759aae5ea095c8a611",
"md5": "66e94104f00e4d534361bf365883dee8",
"sha256": "0dc9d7c26331bd4ff289984c5b9357b446f5acd085c155c92b34d044f0214610"
},
"downloads": -1,
"filename": "pyved-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "66e94104f00e4d534361bf365883dee8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 33267,
"upload_time": "2023-06-16T12:57:28",
"upload_time_iso_8601": "2023-06-16T12:57:28.344215Z",
"url": "https://files.pythonhosted.org/packages/2f/b2/a2f22386d36d76c72364c94e687e79b13ed453a5c6759aae5ea095c8a611/pyved-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9644a32dac8b419f5f78b0421d81bf73b36997443d885deb9ef3870a97ef9226",
"md5": "8cedfc98592fb52965a77e7e6bd4d9ca",
"sha256": "221e079a574fdd1a27d452e2560f0111e120111bdf441c42194ce9a139e16c2f"
},
"downloads": -1,
"filename": "pyved-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "8cedfc98592fb52965a77e7e6bd4d9ca",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31753,
"upload_time": "2023-06-16T12:57:29",
"upload_time_iso_8601": "2023-06-16T12:57:29.801543Z",
"url": "https://files.pythonhosted.org/packages/96/44/a32dac8b419f5f78b0421d81bf73b36997443d885deb9ef3870a97ef9226/pyved-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-16 12:57:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wkta",
"github_project": "gamedev-pyved",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pyved"
}