Skip to content
View TheVaffel's full-sized avatar

Block or report TheVaffel

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. spurv spurv Public

    A C++-embedded shading language with static type checking

    C++ 2

  2. Wingine Wingine Public

    A graphics framework based on Vulkan. Long term goal is to support a complete set of both high-level and low-level operations.

    C++ 3

  3. HConLib HConLib Public

    Utility libraries for C++

    C++ 2

  4. Bash Prompt (Which, when I come to t... Bash Prompt (Which, when I come to think of it, translates to "poo fart" in Norwegian)
    1
    ## Bash prompt with Git repository name and branch ##
    2
    
                  
    3
    Will give prompts of the form  
    4
    
                  
    5
    `host ~/working/dir $` 
  5. Simple implementation of the Lucas K... Simple implementation of the Lucas Kanade optical flow algorithm, including a coarse-to-fine approach and a visualization of the movement detected. See README below for instructions
    1
    ### Lucas Kanade implementation
    2
    
                  
    3
    This is a simple demonstration of the [Lucas-Kanade algorithm](https://cseweb.ucsd.edu/classes/sp02/cse252/lucaskanade81.pdf). It's not very readable, and I'm sorry for it. I never thought it would find its way onto the webs.
    4
    
                  
    5
    Depends on [HConLib](https://github.com/TheVaffel/HConLib). 
  6. weekend-raytracer weekend-raytracer Public

    Ray tracer based off of the Ray Tracer in One Weekend booklet (https://www.realtimerendering.com/raytracing/Ray%20Tracing%20in%20a%20Weekend.pdf)

    C++ 1