Skip to content

Instantly share code, notes, and snippets.

View Hyiker's full-sized avatar
🐱
I wish I was a cat😴️

Carbene Hu Hyiker

🐱
I wish I was a cat😴️
  • Beijing University of Posts and Telecommunication
  • Haidian, Beijing
  • 19:05 (UTC +08:00)
View GitHub Profile
import taichi as ti
ti.init(arch=ti.gpu)
window_size = (512, 512)
pixels = ti.field(ti.f32, shape=window_size)
gs = 64.0
# len = 256
ptable = ti.field(ti.i32, shape=256)
Python 3 hrs 36 mins ████████████████▏░░░░ 77.0%
HLSL 38 mins ██▊░░░░░░░░░░░░░░░░░░ 13.6%
XML 9 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.4%
C 9 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.3%
JSON 3 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.4%