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.3.1.tar.gz
(3.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.3.1.tar.gz.
File metadata
- Download URL: nsev3d-0.3.1.tar.gz
- Upload date:
- Size: 3.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 |
83f472e05e8011d666f30585514b0cdbe7502230471f2725e4e18f78be4ce579
|
|
| MD5 |
bb70b30cda336fa326e58539a69d66f3
|
|
| BLAKE2b-256 |
b8c7e4d588e3344b669071092e4677d7b6b8ccca03a1ce6a4e7b9c507f4b4e91
|
File details
Details for the file nsev3d-0.3.1-py3-none-any.whl.
File metadata
- Download URL: nsev3d-0.3.1-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
74e5f94f80eb61eae1e4a3fed3d0e4e9533cc342cf386033c19ad7b42cf3650c
|
|
| MD5 |
8c8961a3b19d5c22627ba934399d3652
|
|
| BLAKE2b-256 |
76e1193fe6720e53e7e7ce6621578869e77fb72ffe49d501ab33bdb2fa31b99f
|