Skip to content
View NovemberDev's full-sized avatar
🌊
somewhere out there
🌊
somewhere out there
Block or Report

Block or report NovemberDev

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. novemberdev_soulslike_darksouls_godot novemberdev_soulslike_darksouls_godot Public

    Dark Souls clone in 3D with Godot

    GDScript 67 13

  2. novemberdev_multiplayer_godot novemberdev_multiplayer_godot Public

    Multiplayer Game in Godot with Snapshot interpolation

    GDScript 45 9

  3. novemberdev_first_person_shooter_godot novemberdev_first_person_shooter_godot Public

    First Person Shooter (FPS) in Godot

    GDScript 20 2

  4. Asynchronously loads scenes in godot Asynchronously loads scenes in godot
    1
    # Loads a scene in the background using a seperate thread and a queue.
    2
    # Foreach new scene there will be an instance of ResourceInteractiveLoader
    3
    # that will raise an on_scene_loaded event once the scene has been loaded.
    4
    # Hooking the on_progress event will give you the current progress of any
    5
    # scene that is being processed in realtime. The loader also uses caching