Skip to content
View ylegall's full-sized avatar

Block or report ylegall

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 Loading

  1. AOC-Kotlin Public

    advent of code in Kotlin.

    Kotlin 4

  2. console 7 segment display
    1
    import std.algorithm;
    2
    import std.array;
    3
    import std.conv;
    4
    import std.exception;
    5
    import std.stdio;
  3. openrndr-demos Public

    demos using the OpenRNDR framework

    Kotlin 12 4

  4. Plexus Waves: code for https://www.i...
    1
    package org.ygl.openrndr.demos
    2
    
                  
    3
    import org.openrndr.application
    4
    import org.openrndr.color.ColorRGBa
    5
    import org.openrndr.draw.BlendMode
  5. code for morphing point portraits
    1
    import org.openrndr.application
    2
    import org.openrndr.color.ColorRGBa
    3
    import org.openrndr.draw.ColorFormat
    4
    import org.openrndr.draw.colorBuffer
    5
    import org.openrndr.draw.loadImage
  6. Neon contours: code for https://www....
    1
    package org.ygl.openrndr.demos
    2
    
                  
    3
    import org.openrndr.application
    4
    import org.openrndr.color.ColorRGBa
    5
    import org.openrndr.color.mix