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.2.tar.gz
(4.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.2.tar.gz.
File metadata
- Download URL: nsev3d-0.3.2.tar.gz
- Upload date:
- Size: 4.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 |
059e9c63b9650b819ed40a8ea161c9303d36b7591123163e1f6bbbdceb3270ad
|
|
| MD5 |
2ce13eaa00eeec69233d215faff27047
|
|
| BLAKE2b-256 |
3b55ccb0858e96e55b00ee837867d79788de8253c2245d3224267cb5047140b3
|
File details
Details for the file nsev3d-0.3.2-py3-none-any.whl.
File metadata
- Download URL: nsev3d-0.3.2-py3-none-any.whl
- Upload date:
- Size: 5.8 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 |
b4ed2254481ddbf174f7d2fa957e6fdc9ffb3e8bc6e9cc2312b1138d56749c16
|
|
| MD5 |
cf56bbdc3ec2e040d38d62fea0ecf4bd
|
|
| BLAKE2b-256 |
ed4531b8c448ffc18e2cbe3feaded841dbb0b74604e25f938b96d6030a81c7db
|