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.

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

Bruce Belk

Currently making a little tool for creating time lapses

Full-stack tinkerer with a soft spot for Python, Unity, and OpenCV.

  • 🌍 I'm based in Winston-Salem, NC
  • 🦛 See some select projects on my personal site: Bruce Belk
  • ✉️ You can contact me at belkbh@gmail.com

Socials

GitHub LinkedIn

Pinned Loading

  1. StarfieldDigipickSim StarfieldDigipickSim Public

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

    ShaderLab 55 4

  2. ImageToTimelapse ImageToTimelapse Public

    Browser-based time lapse generator with AI pose detection for automatic image alignment. Exports GIF, MP4, MOV, WEBM.

    JavaScript

  3. HandiRokuRemote HandiRokuRemote Public

    Control your Roku with hand gestures using Mediapipe and Python

    Python 17

  4. ARTagPlacementTool ARTagPlacementTool Public

    Minimalist Image editor for generating and placing AR Tags

    JavaScript

  5. DriveThruAI DriveThruAI Public

    An experiment with OpenAI ChatGPT and ElevenLabs voice synthesis

    C# 1

  6. 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;