NSEV3D
A new, stable and efficient 3D game engine built on vpython.
Installation
pip install NSEV3D
Quick Start
from NSEV3D import create_scene, Node
# Create a window
scene = create_scene(width=800, height=600, title="My Game")
# Build a node tree
root = Node()
child = Node()
root.add_child(child)
# Run the main loop (60-144 FPS)
scene.run(60)
API
create_scene(width=800, height=600, title="NSEV3D")
set_background(color)— set scene backgroundset_title(title)— change window titleset_size(width, height)— resize windowrun(FPS=60)— start main loop (FPS range: 60-144)
Node(parent=None)
add_child(child)— add a child noderemove_child(child)— remove a child nodeupdate(dt)— recursively update all children
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nsev3d-0.2.7.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nsev3d-0.2.7.tar.gz.
File metadata
- Download URL: nsev3d-0.2.7.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6111ca8fdf36c3fac39ecd6abb5d0c6ba42373f724816f9ae4d8285bf4c3226
|
|
| MD5 |
9444a381e83fa803f36df54f16739606
|
|
| BLAKE2b-256 |
6ebfb53076c6f9ef36c660b7f1d0aec6443418e997b50798d31482358898c173
|
File details
Details for the file nsev3d-0.2.7-py3-none-any.whl.
File metadata
- Download URL: nsev3d-0.2.7-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c3ea64a4eacb643ba041bf19b0876b2772f6e65eea5e36f698b9b76e648ad90
|
|
| MD5 |
6c25f2f6dae972d2cf440d0772f6e528
|
|
| BLAKE2b-256 |
844aa08aa74039d12e7e3fba9d6738f7348536d7b8ea8119b559be14bb4c2c0f
|