Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KU
Posts
2
Comments
265
Joined
2 yr. ago

Colours

  • Some languages (including Russian and Greek) have different words for light and dark blue

    In Turkish it is "mavi" and "lacivert". They are seen as different as yellow and orange.

  • Godot @lemmy.ml
    kureta @lemmy.ml

    GDExtension can load resources in editor but not when exported

    I am writing a GDExtension for binding libpd, library version of PureData. I have added a property with appropriate getter and seterr.

     undefined
              ADD_PROPERTY(
              PropertyInfo(Variant::STRING, "patch_path", PROPERTY_HINT_FILE, "*.pd"),
              "set_patch_path", "get_patch_path");
    
    
      

    I do something like this to get the file path and load it to puredata

     undefined
            Ref<FileAccess> file = FileAccess::open(path, FileAccess::READ);
        patch = pd.openPatch(
              file->get_path_absolute().utf8().get_data()->get_path_absolute().utf8().get_data(), "/");
    
    
      

    I can select *.pd files from my resources directory, they load and work normally inside the editor. However, they do not work when I export the project.

    The complete error message:

     undefined
            Godot Engine v4.3.stable.official.77dcf97d8 - 
        Vulkan 1.3.296 - Forward+ - Using Device #0: Intel - Intel(R) Iris(R) Xe Graphics (RPL-U)
        
        pd 0.55.2
        bonk version 1.5
        fiddle version 1.1 TEST4
        pd~ version 0.54
        pique 0.1 for PD ver
      
  • In my experience, the only quirk of arch is its installation. pacman and the AUR are great and I really did not have any issues with stability. First time I tried arch I used a tiling window manager, custom menu bars and all that "hackerman" stuff, which was not stable at all and forced me to reconfigure and tweak my machine all day every day. Now I am using a full blown Gnome desktop environment and it is rock stable. My only wish is to have an /etc directory just like Intel Clear Linux.

  • ADHD memes @lemmy.dbzer0.com
    kureta @lemmy.ml

    I have a really, really, REALLY important job to do

    and it is something I love and always dreamed of doing. I asked for 4 months and got it. started working 10 days before the deadline, and now I have 5 days left. wish me luck.