[go: up one dir, main page]

Skip to content
View cwmagnus's full-sized avatar
  • Ohio/United States

Block or report cwmagnus

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

    Text-based space shooter game made for Ludum Dare 41.

    C#

  2. PingPongRecorder PingPongRecorder Public

    Simple iOS app that allows users to track their Ping Pong games.

    Swift

  3. PingPongRecorderAPI PingPongRecorderAPI Public

    Python

  4. VoxelPlayground VoxelPlayground Public

    Example of marching cubes algorithm and chunk based terrain rendering.

    C# 1 1

  5. A simple virtual joystick script to ... A simple virtual joystick script to use with Unity for mobile games.
    1
    using UnityEngine;
    2
    using UnityEngine.UI;
    3
    using UnityEngine.EventSystems;
    4
    
                  
    5
    /// <summary>
  6. Pathfinding Pathfinding Public

    Unity implementation of the A* pathfinding algorithm

    C#