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

Block or report NovemberDev

Report abuse

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

Report abuse

Pinned Loading

  1. novemberdev_soulslike_darksouls_godot novemberdev_soulslike_darksouls_godot Public

    Dark Souls clone in 3D with Godot

    GDScript 70 11

  2. novemberdev_multiplayer_godot novemberdev_multiplayer_godot Public

    Multiplayer Game in Godot with Snapshot interpolation

    GDScript 46 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