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 Public

    Submission for Game off 2024 jam.

    C++ 1 3

  2. gmtk2024 Public

    submission for gmtk jam 2024

    GDScript

  3. matrixmix Public

    DIY matrix mixer app and firmware

    C

  4. kitbashi Public

    4 color steampunk themed shoot-em-up jam game

    TypeScript

  5. Godot 4 build web and publish to itc...
    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"
  6. ffmpeg create looped slideshow over ...
    1
    #!/bin/bash
    2
    
                  
    3
    # folder wth images
    4
    IMAGE_DIRECTORY="test_footage"
    5