Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.98 KB

File metadata and controls

66 lines (50 loc) · 1.98 KB

GP100L

Graphics Programming in 100 Lines

Contents

Getting started

Clone this repository.

git clone https://github.com/yknishidate/GP100L.git
cd GP100L

Install uv.

winget install astral-sh.uv

Create a virtual environment.

uv venv --python 3.10
uv sync

Run the examples.

uv run code/pathtracing.py

Library

  • Taichi - Productive & portable high-performance programming in Python.