Skip to content

svetlana-mel/shaders-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple shaders on python

Implementation of 2 shaders using taichi lib.

How to launch

  1. git clone <repo>

linux

  1. python3 -m venv /path/to/new/virtual/environment

  2. source ./env/bin/activate

  3. pip3 install -r requirements.txt

  4. python sample.py <shader number 1 or 2>

windows

  1. python -m venv <env name>

  2. .\env\Scripts\activate.bat

  3. pip install -r requirements.txt

  4. python3 sample.py <shader number 1 or 2>

Reference

Shader 1

Shader 2

About

Implementing Two Shaders Using Python Taichi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages