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.5.tar.gz
(2.5 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.5.tar.gz.
File metadata
- Download URL: nsev3d-0.2.5.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48f0d039b705f7b41444ad7d95eb58f6b3addeb924523e8dde06987b86d23d3e
|
|
| MD5 |
f8e8b67ee655eed3c2756841431499af
|
|
| BLAKE2b-256 |
42fb6a9e0afedcebf64e2f44edef439405837e30b43d3d890987ec9f621e59f1
|
File details
Details for the file nsev3d-0.2.5-py3-none-any.whl.
File metadata
- Download URL: nsev3d-0.2.5-py3-none-any.whl
- Upload date:
- Size: 3.1 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 |
584483c4ebab7e2e7de54f8e48b4459b9abd7324e008db162078d8324cf9f3de
|
|
| MD5 |
9b2a8b3a7104159ab9fac64dca8081fc
|
|
| BLAKE2b-256 |
5445753c4db25580b4a6d0f28f63f80c4ae6690138de3ff9c4aa20f2518d8e1b
|