Skip to main content

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 background
  • set_title(title) — change window title
  • set_size(width, height) — resize window
  • run(FPS=60) — start main loop (FPS range: 60-144)

Node(parent=None)

  • add_child(child) — add a child node
  • remove_child(child) — remove a child node
  • update(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.0.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nsev3d-0.4.0.1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file nsev3d-0.4.0.1.tar.gz.

File metadata

  • Download URL: nsev3d-0.4.0.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.3

File hashes

Hashes for nsev3d-0.4.0.1.tar.gz
Algorithm Hash digest
SHA256 321bdb9d3de719466de7a7f577c367ffb42809e0f1c89f5bfb5c35bfee17efc6
MD5 c76e172e57c6a368aa2bafd42ed87587
BLAKE2b-256 c702a00c4d53df908e80b5b8b04c3392c537cfef2a8ba436d74d162ffec9fee0

See more details on using hashes here.

File details

Details for the file nsev3d-0.4.0.1-py3-none-any.whl.

File metadata

  • Download URL: nsev3d-0.4.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.3

File hashes

Hashes for nsev3d-0.4.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3706dcb1e20dc25def20f8dd9a35aa90932e3de7e2861a4bd7efcb0acdc80b19
MD5 059e27211b2739daf5ff8cbfb7b249a7
BLAKE2b-256 527ad71426b1ed8e5c01ffa0c3a2dd39843ae1eee3b28af74f1f3a29bc986fbe

See more details on using hashes here.

Release history Release notifications | RSS feed

0.4.3.1

2 files

0.4.2.1

2 files

0.4.1.2

2 files

0.4.1.1

2 files

This release

0.4.0.1 This release

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.7

2 files

0.2.6

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page