Skip to content
View CharStiles's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report CharStiles

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. shaderplace shaderplace Public

    Real-time collaborative GLSL livecode editor

    JavaScript 45 5

  2. raymarching raymarching Public

    Code for my raymarching in GLSL workshop series

    17

  3. sticker-sheet.glsl sticker-sheet.glsl
    1
    // http://www.iquilezles.org/www/articles/palettes/palettes.htm 
    2
    // to see this function graphed out go to: https://www.desmos.com/calculator/18rq4ybrru
    3
    vec3 cosPalette( float t , vec3 brightness, vec3 contrast, vec3 osc, vec3 phase)
    4
    {
    5
    
    
  4. makeManyPalindromicGifs.sh makeManyPalindromicGifs.sh
    1
    # its dependencies are gifsicle and ffmpeg
    2
    gifify() {
    3
      if [[ -n "$1" ]]; then # if the input lengt≈h is non-zero                                                        
    4
        randomPlace=0 #lazy, i use it for filename regurdless if its needed or not
    5
        if [[ $2 != '--random' && $3 != '--random' ]]; then