Skip to content
View Ckef's full-sized avatar

Organizations

@EmptyJuiceBox

Block or report Ckef

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

    Cross-platform and thread-friendly graphics engine primarily focused on Vulkan, built in C.

    C 8 5

  2. Natural-Path-Generation Natural-Path-Generation Public

    Natural path generation, i.e. patch-based terrain optimization for use in games. Thesis project for my master's degree in computer science at Utrecht University.

    C 1

  3. Browser-GJK Browser-GJK Public

    An implementation of the GJK (Gilbert-Johson-Keerthi) collision detection algorithm in JavaScript. Only third party library is three.js and its WebGL detection script.

    JavaScript 6 1

  4. Simple Fast Brainfuck Interpreter Simple Fast Brainfuck Interpreter
    1
    #include <stdio.h>
    2
    
    
    3
    #define SIZE 30000
    4
    #define INDEX (SIZE - 1)
    5