Skip to content
View LainLayer's full-sized avatar
❤️
:3
❤️
:3
  • Belarus
Block or Report

Block or report LainLayer

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. gui-thing gui-thing Public

    An attempt at a GUI library for raylib (nim)

    Nim 3

  2. Smallest possible nim logging module Smallest possible nim logging module
    1
    from strutils import join
    2
    
    
    3
    type Level* = enum
    4
        debug = "[\e[36mDEBUG\e[0m]: ",  # Cyan
    5
        warn  = "[\e[33m WARN\e[0m]: ",  # Yellow
  3. Focus editor erosion color scheme Focus editor erosion color scheme
    1
    [colors]
    2
    # Erosion theme by crshd, http:https://dotshare.it/dots/446/
    3
    # Whatever is set to ff0000ff is stuff i dont know and wish to find by making it red.
    4
    
    
    5
    background:                     181512FF # main background
  4. countdown-timer countdown-timer Public

    A countdown timer that counts down in big figlet letters

    Nim

  5. opengl-spinning-obj-file opengl-spinning-obj-file Public

    practicing modern openGL with C and GLAD

    C 1

  6. screenshot-highlighter screenshot-highlighter Public

    tool i made to quickly highlight things in screenshots

    Ruby