Skip to content
View Enweave's full-sized avatar

Block or report Enweave

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 Loading

  1. n8weave/SecretGame n8weave/SecretGame Public

    Submission for Game off 2024 jam.

    C++ 1 1

  2. gmtk2024 gmtk2024 Public

    submission for gmtk jam 2024

    GDScript

  3. matrixmix matrixmix Public

    DIY matrix mixer app and firmware

    C

  4. Create certificate processing reques... Create certificate processing requests(CSR) for Apple PAY under linux
    1
    # Apple Pay Merchant Identity
    2
    
                  
    3
    openssl genrsa -out identity.key 2048
    4
    openssl req -new -key identity.key -out identity.csr
    5
    
                  
  5. ffmpeg create looped slideshow over ... ffmpeg create looped slideshow over a music track.
    1
    #!/bin/bash
    2
    
                  
    3
    # folder wth images
    4
    IMAGE_DIRECTORY="test_footage"
    5
    
                  
  6. Godot 4 build web and publish to itc... Godot 4 build web and publish to itch.io
    1
    # Settings -------------------------------
    2
    
                  
    3
    $BUTLER_PATH = "$ENV:AppData\itch\apps\butler\butler.exe"
    4
    $GODOT_PATH = "C:\Program Files `(`x86`)\Steam\steamapps\common\Godot Engine\godot.windows.opt.tools.64.exe"
    5
    $ITCH_USER = "JohnyDoe"