louisescher / at-scii

A high performance three.js ascii effect

Home Page:https://old.codedotspirit.dev/portfolio/ascii-effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner_@scii

@scii

@scii (pronounced "AT-SCII") is a modified version of the AsciiEffect from the three.js examples. It aims to deliver a higher performance when using colors compared to the old effect and also supports colors based on the brightness of pixels, letting you create gradients based on the amount of light hitting a certain object.

Trying out the effect

If you want to have a look at how this works, download the code and run Vite locally. Optionally, an interactable demo can be found on my portfolio website.

Can I use this?

Yes. This is just my own take on a script from 2012 by @blurspline, who themselves based the ASCII generation on a script by @hassadee from 2008. Both of these scripts were MIT licensed, and so I chose to use the same license.

About

A high performance three.js ascii effect

https://old.codedotspirit.dev/portfolio/ascii-effect

License:MIT License


Languages

Language:TypeScript 84.7%Language:HTML 14.6%Language:JavaScript 0.7%