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

Block or report RobertHue

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
RobertHue/README.md

Hi there!

  • 🔧 📄 Likes well-written, -designed, -documented, tested & easy to maintain code
  • 🐧🌱 Linux Mint Desktop User
  • 🎨🖌️ Loves doing 3D art (Blender) and 3D-printing (FLM & SLA) it
  • 🌳🤸‍♀️ Enjoys going for walks, doing mobility workout and strength training

What I am using

Languages

Tools & Software

Environments

Pinned Loading

  1. fur-pattern-generator fur-pattern-generator Public

    FPG is used for generating fur patterns. It utilizes the cellular automata algorithm developed by David Young. It can be used as a add-on within Blender or in a standalone GUI application.

    Python 2

  2. MCTS-ConnectFour MCTS-ConnectFour Public

    Implementation of an AI in the game Connect-Four using Monte Carlo Tree Search (MCTS) and QT.

    C++ 1

  3. roberthue.github.io roberthue.github.io Public

    personal website for 3D-Art, Prop-Making & others

    HTML

  4. Linux dash script to perform increme... Linux dash script to perform incremental backups using rsync
    1
    #!/bin/dash
    2
    
    
    3
    # A script to perform incremental backups using rsync and a backup device
    4
    #
    5
    # Usage:
  5. video2images video2images Public

    Test project converting video2images for photogrammetry

    Python