Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 2.64 KB

README.md

File metadata and controls

65 lines (55 loc) · 2.64 KB

GP100L

Graphics Programming in 100 Lines

Contents

Getting started

I use rye.

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

rye init
rye pin 3.10
rye add taichi
python src\gp100l\<file_name>

Library

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