Skip to content
View BBelk's full-sized avatar

Block or report BBelk

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

Bruce Belk

Problem finder, occasional problem solver

Making cool stuff with Python, Unity, JS, and more!

  • 🌍  I'm based in Winston-Salem, NC
  • ✉️  You can contact me at belkbh@gmail.com

Socials

Pinned Loading

  1. StarfieldDigipickSim StarfieldDigipickSim Public

    A recreation of Starfield's Digipick/Lockpicking Minigame in Unity/C#

    ShaderLab 54 4

  2. HandiRokuRemote HandiRokuRemote Public

    Control your Roku with hand gestures using Mediapipe and Python

    Python 18

  3. ARTagPlacementTool ARTagPlacementTool Public

    Minimalist Image editor for generating and placing AR Tags

    JavaScript

  4. DriveThruAI DriveThruAI Public

    An experiment with OpenAI ChatGPT and ElevenLabs voice synthesis

    C# 1

  5. How to make web requests in Unity WE... How to make web requests in Unity WEBGL games
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    using System.Runtime.InteropServices;
    5
    using Newtonsoft.Json;