Skip to content
View Druixd's full-sized avatar

Block or report Druixd

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

Pinned Loading

  1. UsefulUnityScripts UsefulUnityScripts Public

    C# 1

  2. CurlCal CurlCal Public

    Gym workout tracker with calendar and custom ai generated workout features

    JavaScript

  3. markdPDF markdPDF Public

    A simple web application to convert Markdown files to PDF.

    JavaScript

  4. OpenBinder OpenBinder Public

    A modern, privacy-focused Progressive Web App (PWA) for organizing and managing your bookmarks with cloud synchronization.

    JavaScript

  5. openchat openchat Public

    A modern, experience focused web chat application that provides a unified interface for interacting with multiple AI providers

    JavaScript

  6. "MoreShortcuts" is an editor extensi... "MoreShortcuts" is an editor extension for Unity that adds custom shortcuts to the Unity editor. These shortcuts allow the user to perform various actions such as toggling the inspector lock, rotating selected objects by 90 degrees on the Y-axis, setting random rotation for selected objects, creating a cube or floor primitive, and copying the transform values of a selected object. These actions are accessed through Unity's menu system and can be triggered by specific key combinations as specified in the code. The script also includes undo functionality for certain actions, such as rotating an object or creating a new primitive, so that the user can undo these actions if needed.
    1
    using UnityEngine;
    2
    using UnityEditor;
    3
    using System.Threading.Tasks;
    4
    
                  
    5