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.4.1.1.tar.gz
(5.9 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.4.1.1.tar.gz.
File metadata
- Download URL: nsev3d-0.4.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d82aba894ee2ba4079c06ad9873eaac3cd5f8f2fdb3099128e728d10b3c0363
|
|
| MD5 |
80fe6a5b8ea1823fb9b6dc1cd81fd791
|
|
| BLAKE2b-256 |
3d43ed1ea97f12e93c34d5cefafc22b310e81dc359cd75646d48c77511a67696
|
File details
Details for the file nsev3d-0.4.1.1-py3-none-any.whl.
File metadata
- Download URL: nsev3d-0.4.1.1-py3-none-any.whl
- Upload date:
- Size: 7.4 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 |
f2690e56c803428c0aa07b04415fe0d88091ffa45daccc7c3f0c4e767f651d03
|
|
| MD5 |
121d157662ad3eee1949adf0fba04a3f
|
|
| BLAKE2b-256 |
c5964037761b88eca22514d3c43866b2b4facaabf4337b2e43b09ec38f54b966
|