Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sicheng-Wei/Taichi_Voxel
https://github.com/Sicheng-Wei/Taichi_Voxel
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Sicheng-Wei/Taichi_Voxel
- Owner: Sicheng-Wei
- Created: 2022-05-04T07:59:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T15:13:26.000Z (over 2 years ago)
- Last Synced: 2024-05-21T17:12:23.940Z (6 months ago)
- Language: Python
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Nvidia GPU H100 - A voxel-style 3D model of the Nvidia GPU H100. (Applications / **Voxel Art**)
README
# Taichi Voxel Challenge: Nvidia GPU H100
## Inspiration
I have always been hoping to have my own Nvidia GPU for machine learning and computer graphics.
Hope in the future I can have one, LOL.
Here below is the Nvidia A100.
## Installation
Make sure your `pip` is up-to-date:
```bash
pip3 install pip --upgrade
```Assume you have a Python 3 environment, simply run:
```bash
pip3 install -r requirements.txt
```to install the dependencies of the voxel renderer.