KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2023-12-01 to 1 month

image splitting with quad-tree

export class BitmapData{ private _context:CanvasRenderingContext2D; private _imageData:ImageData; private _img:HTMLImageElement; private _width:number; private _height:number; private _mean:number=0; private _canvas:HTMLCanvasElement; priv…

Raw svg code for css background

I didn't know I can use raw (non-escaped) svg for css background. background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="25" cy="25" r="25" fill="blue" /><circle cx="75" cy="25" r="25" fill="blue" /></circle></circle></svg>

Creative Coding with HTML

Hello. My name is Kitasenjudesign. I do creative coding, mainly with HTML/CSS. HTML SKETCHES - https://000690273.codepen.website/ I think these are unique bcause they are creative coding with almost no programming language. (HTML is calle…

HTML Creative Codingのススメ

English article is here こんにちわ。北千住デザインと申します。アドベントカレンダー2023のための記事です。 私はHTML/CSSを主としたクリエーティブコーディングを行なっています。 HTML SKETCHES - https://000690273.codepen.website/ これらはほぼプ…

"FOOTER"