Skip to content

Instantly share code, notes, and snippets.

@hidex7777
hidex7777 / bloodsplashhealthmethod.pde
Created February 3, 2024 09:08
返り血健康法
//title: 返り血健康法(Blood Splash Health Method)
PFont ecriture;
String castor, pollux, stone;
int earth, wind;
BLEED[] blood;
void setup(){
fullScreen(P3D);
smooth();
frameRate(60);
@hidex7777
hidex7777 / _pccs.scss
Last active December 24, 2022 01:31
use of PCCS in SCSS PCCS (Practical Color Co-ordinate System) is copyrighted by Japan Color Research Institute.
//PCCS SCSS variables
//******************************************************
//PCCS (Practical Color Co-ordinate System) is copyrighted
//by Japan Color Research Institute.
//******************************************************
//-=-=-=-=-=-=-=-=
//vivid
//-=-=-=-=-=-=-=-=
@hidex7777
hidex7777 / saltomortal191230.pde
Created December 31, 2019 11:14
Salto Mortal for Processing (bug fixed)
//salto mortal
int _y = year();
int _mo = month();
int _d = day();
int _h = hour();
int _mi = minute();
int _s = second();
//circles
int _circlesnum = 20;
@hidex7777
hidex7777 / saltomortal191216.pde
Created December 17, 2019 16:23
Salto Mortal for Processing (bug fixed)
//salto mortal
int _y = year();
int _mo = month();
int _d = day();
int _h = hour();
int _mi = minute();
int _s = second();
//circles
int _circlesnum = 40;
@hidex7777
hidex7777 / saltomomrtal191213.pde
Created December 13, 2019 21:22
Salto Mortal for Processing
//salto mortal
int _y = year();
int _mo = month();
int _d = day();
int _h = hour();
int _mi = minute();
int _s = second();
//circles
int _circlesnum = 50;
@hidex7777
hidex7777 / pharmakon191212.pde
Created December 13, 2019 21:19
Pharmakon for Processing
//date
int _y = year();
int _mo = month();
int _d = day();
int _h = hour();
int _mi = minute();
int _s = second();
//cube
ArrayList<Cube> _cube = new ArrayList<Cube>();
int _meshalph = 0;
@hidex7777
hidex7777 / letgo.pde
Created May 8, 2019 15:41
let go for Processing
//let go
//init settings
int _minx = -300;
int _maxx = 1300;
int _miny = -300;
int _maxy = 1300;
int _minz = -800;
int _maxz = 500;
int _particlenum = 500;
float _friction = 0.01;
@hidex7777
hidex7777 / createdic.gs
Created November 9, 2014 08:22
GoogleIME用辞書書き出しスクリプト
//スプレッドシートに
//A列:よみ
//B列:単語
//C列:品詞
//D列:コメント
//の順に書く。1行目は「よみ」「単語」「品詞」「コメント」とか書いておく。
//コメントは空欄でもよい。
function onOpen() {
//起動と同時にスクリプトメニュー追加
@hidex7777
hidex7777 / Haze07C.pde
Created March 7, 2018 19:07
Haze 07C for Processing
//Haze07C
//date
int _y = year();
int _mo = month();
int _d = day();
int _h = hour();
int _mi = minute();
int _s = second();
PImage _img;
int _NUM = 4000;
@hidex7777
hidex7777 / Haze03C.pde
Created March 3, 2018 17:35
Haze 03C for Processing
//Haze03C
//date
int _y = year();
int _mo = month();
int _d = day();
int _h = hour();
int _mi = minute();
int _s = second();
PImage _img;
int _NUM = 3000;