Skip to content
View cuanclifford's full-sized avatar
Block or Report

Block or report cuanclifford

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

Popular repositories Loading

  1. matcha matcha Public

    Aww shit, here we go again.

    JavaScript 1 1

  2. libft libft Public

    Personal library which includes a partial recreation of the standard C library for educational purposes. Includes functions to manipulate character arrays and linked lists, as well as various other…

    C

  3. get-next-line get-next-line Public

    A file-reading program that uses a buffering algorithm to read files of any size. Efficiency depends on the size of the buffer.

    C

  4. fdf fdf Public

    A wiremesh renderer built in C, only has support for MacOS (though you could probably get it running on linux easily). It reads mesh data from a file as a 2D array of numbers, each value represents…

    C

  5. wolf3d wolf3d Public

    A raycasting rendering engine built in C, supported on MacOS only (could run on linux with a little work). Reads map data from a file as a 2D array of numbers. Each number describes an area on the …

    C

  6. rt-v1 rt-v1 Public

    A raytracing rendering engine built in C, only supports MacOS (though you could run it on linux with a little work). Reads scene data from a file (examples in the scenes directory). Can only render…

    C