Skip to content
View semkolol's full-sized avatar

Block or report semkolol

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
semkolol/README.md

Pinned Loading

  1. UnrealExamples UnrealExamples Public

    A Collection of Code Examples in C++ for Unreal Engine.

    4 1

  2. daily daily Public

    Daily: Habit & Quest Tracker; Gamify Your Goals & Habits

    TypeScript 1

  3. kalory-app kalory-app Public

    AI-Powered Meal Tracking App; Open Source and Private Alternative to YAZIO, MyFitnessPal, CalAI

    TypeScript 3 1

  4. symlink godot-addons to godot projec... symlink godot-addons to godot project, so they can be shared between multiple projects
    1
    @echo off
    2
    set /p project_name="Enter Godot Project Folder Name: "
    3
     
    4
    set "source_dir=C:\dev\Godot-Addons" :: path to your addons folder (outside of any godot project)
    5
    set "target_dir=C:\dev\GodotProjects\%project_name%\addons" :: path to your godot projects, project name will be replaced