YusukeKato.github.io

Yusuke Kato Pages

About

Links

Portfolio

2022

p5.jsの作品をNEORTに公開

円周率シェル芸

python -c "
from decimal import Decimal as D
from decimal import *
getcontext().prec=999
a=D(1)
b=D(1)/D(2).sqrt()
t=D(0.25)
p=D(1)
for i in range(999):
 e=(a+b)/D(2);f=(a*b).sqrt();g=t-p*(a-e)**2;h=D(2)*p;a=e;b=f;t=g;p=h
print((a+b)**2/(D(4)*t))" | cowsay | textimg -s

四角回転シェル芸

convert -size 283x283 xc:#FF0000 b.png; for i in {0..8}; do convert -size 200x200 xc:#FF0000 -rotate -$((i*10)) i$i.png; convert b.png i$i.png -gravity northeast -composite o$i.png; done; convert -layers optimize -loop 0 -delay 10 /o*.png /images/a.gif

2021

小説執筆

2020

ROBOMECH2020

2019

ROBOMECH2019

ARを用いたロボットのキャリブレーション

押印ロボット

ゲーム『オシャレなロケット』

2018

ROBOMECH2018

ARを用いた距離センサの検査

テレプレゼンスロボット

VRChatで遊んだ記録

2017

Boid

Life Game Tower

巡回セールスマン問題

ROSでオンラインゲーム

LEDゲーム

株価予測

2016

木製ライントレーサー

ロボットハンド

チェス

2015

初めて作成したゲーム