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

Block or report Hiradur

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

Pinned

  1. RigsOfRods/rigs-of-rods RigsOfRods/rigs-of-rods Public

    Main development repository for Rigs of Rods soft-body physics simulator

    C++ 969 173

  2. Guide for achieving speaker-based im... Guide for achieving speaker-based immersive (3D) audio in hundreds of PC games using OpenAL Soft and Ambisonics
    1
    # Speaker-based immersive (3D) audio in hundreds of PC games via Ambisonics using OpenAL Soft
    2
    
                  
    3
    ## Introduction
    4
    It's possible to achieve speaker-based immersive (3D) audio in many PC games that don't seem to be supported by current proprietary object-based audio technologies using some tinkering and a technology called Ambisonics.
    5
    Since Ambisonics seems to have gone largely unnoticed in the consumer-space so far, I will first explain what it is, what its benefits are, what content is available right now, and how to set it up on a PC for gaming.
  3. Shell script to toggle video and aud... Shell script to toggle video and audio output between two setups (different displays and audio systems) using X.org and Pulseaudio
    1
    #!/bin/sh
    2
    
                  
    3
    # toggle_av_setups.sh
    4
    # Original author: Hiradur
    5
    # License: CC0
  4. Shell script to toggle Pulseaudio ou... Shell script to toggle Pulseaudio output profile between stereo and surround sound on the same audio device
    1
    #!/bin/sh
    2
    
                  
    3
    # toggle_stereo_surround.sh
    4
    # Original author: Hiradur
    5
    # License: CC0
  5. Shell script to toggle between light... Shell script to toggle between light and dark theme for GTK and QT applications
    1
    #!/bin/sh
    2
    
                  
    3
    # toggle_theme_gtk_qt.sh
    4
    # Original author: Hiradur
    5
    # License: CC0
  6. Color theme for the Stylus browser a... Color theme for the Stylus browser addon using colors from the Adwaita Dark theme
    1
    @-moz-document url-prefix("file://"), regexp("https?:\\/\\/(?!(www\\.)?(computerbase?!(\\/forum)|docs\\.google|forum\\.xda-developers|github|startpage|steamcommunity|userstyles|youtube)\\..*).*") {
    2
    /* 
    3
     * Global Adwaita-dark Stylus theme
    4
     * This theme applies a color scheme similar to Adwaita-dark to every webpage
    5
     * This theme is based on Solarized Dark Everywhere by thedude (CC0 licensed):