Skip to content
View ANamelessGhoul's full-sized avatar

Block or report ANamelessGhoul

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FlappyGL FlappyGL Public

    Flappy Bird implemented in C-style C++ with OpenGL

    C++

  2. QtSudoku QtSudoku Public

    A Sudoku app written in C and C++ capable of generating puzzles and solving them

    C

  3. GalaxyClock GalaxyClock Public

    A cool looking analogue clock for your desktop.

    C++

  4. Simple-Fmod-for-Godot Simple-Fmod-for-Godot Public

    A simple Fmod implementation in Godot

    C++

  5. A Dictionary that automatically resi... A Dictionary that automatically resizes to the size of the enum in its definition, that is serialized with Unity. Along with it's drawer for the Unity Editor.
    1
    using System;
    2
    using UnityEngine;
    3
    
                  
    4
    namespace EnumDictionaries
    5
    {
  6. Png2Fnt Png2Fnt Public

    A simple command line program to create BMFont .fnt files from a png font atlas.

    C++