Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.04 KB

TermViewer3D

Interactive terminal environment that allows users to explore 3D models in real-time.

Warning

Hello there! Thanks for checking out this project. Just a heads-up, it's currently a work in progress (WIP). Feel free to explore what's already here. Stay tuned for updates and new features

2024-03-15.01-11-08.mp4

Requirements

  • Python: v3.9 / v3.10 / v3.11 / v3.12

  • CuPy

  • Then install the necessary libraries and modules by typing:

    pip install -r requirements.txt

Note

CuPy is not included in the requirements.txt due to varying package names depending on your CUDA Toolkit version. Please refer to CuPy Install for installation instructions.

Usage

python main.py

Authors