Skip to content
View flushwhy's full-sized avatar
:shipit:
c<>.<>c
:shipit:
c<>.<>c
  • @flushworks
  • Poker Table
  • 12:43 (UTC -05:00)
  • X @ryeflush

Sponsoring

@defold

Block or report flushwhy

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

hey ya!๐Ÿ‘‹


Itch.io

CodeWars Badges Buy Me a Coffee at ko-fi.com


  • Skills: Python C Lua
  • Learning: C++ Odin Go

About Me:

๐ŸŽจ Artist & Game Developer | ๐Ÿ’ก Tech Explorer | ๐ŸŽฎ UE5 โ€ข Unity โ€ข Godot

Hey there! I'm a multidisciplinary artist and game developer passionate about pushing creative and technical boundaries. I love helping others explore what they thought was out of reach โ€” whether that's through tools, ideas, or encouragement.

Most of my work involves building proof-of-concepts and tech demos for a larger game project I'm developing. I'm hands-on in engines like Unreal Engine, Unity, and Godot, always experimenting to see what's possible.

๐Ÿ”ง Tech Stack:

๐Ÿ’ป Programming: Python, C

๐Ÿš€ Learning journey: C++ (2022) โ†’ Go (2023) โ†’ Odin (2024)

I'm always learning, always building, and always open to connecting with fellow creators. Letโ€™s make something cool.


Tools I use:

NeoVim AStudio VSC VS Studio RPI Arduino git Bash Powershell Windows Ter Brave ArchLinux Windows SUSE devto

Pinned Loading

  1. ESP8266 NodeMCU /w 0.96 OLED display... ESP8266 NodeMCU /w 0.96 OLED display edited scrolling text demo
    1
    #include <Arduino.h>
    2
    #include <Wire.h>
    3
    #include <U8g2lib.h>
    4
    
                  
    5
    // Setup
  2. fe fe Public

    fe is a tool to make gamedev easier

    Go

  3. The simple py script I use to go fro... The simple py script I use to go from wav to ogg audio formats
    1
    import os
    2
    from pydub import AudioSegment
    3
    
                  
    4
    # Get the directory containing the script (and the .wav files)
    5
    wav_dir = os.path.dirname(os.path.abspath(__file__))
  4. Here is my lazy py script for Git mo... Here is my lazy py script for Git modules lol
    1
    import os
    2
    import subprocess
    3
    import sys
    4
    import requests
    5
    from urllib.parse import urlparse