Skip to content
View WaterFriendM's full-sized avatar
  • University of Utah
  • Salt Lake City

Highlights

  • Pro

Block or report WaterFriendM

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. LightweightGameEngine LightweightGameEngine Public

    A lightweight game engine that is developed by C/C++ and targeted on the Windows operating system.

    Lua 3 2

  2. DynamicScrollRect DynamicScrollRect Public

    DynamicScrollRect provides a solution in which elements can be reused to reduce runtime draw calls and memory. DynamicScrollRect also supports nested layout structure which allows you to construct …

    C# 1

  3. MemoryAllocator MemoryAllocator Public

    A hardware-oriented memory allocator that acts like the "malloc()" and "free()" function in C language and the "new" and "delete" operator in C++ language.

    C++ 3

  4. ADHDSeriousGame ADHDSeriousGame Public

    ADHDSeriousGame is designed for testing player's concentration level. It provides gneral families a pre-treatment solution to potential ADHD symtoms on their children.

    C# 1

  5. LoadableLoader LoadableLoader Public

    LoadableLoader is an asset loading manager. User can surveillant and control the loading progress of the assets, avoiding any problems that cause by Unity Engine's messy loading sequence.

    C#

  6. GlobalIlluminator GlobalIlluminator Public

    This is a simple global illuminator developed based on the principle of ray tracing. A basic ray tracing algorithm was implemented for rendering and the Phong-Blinn shading model is adopted for sha…

    C++