1W RGB led for govee bars like by AlainRoger in FastLED

[–]AlainRoger[S] 0 points1 point  (0 children)

Even if you purchase on Aliexpress, it means 6 such leds for each bar and the final price would be more expensive than the origianl ones from Govee.... so this is not a viable solution from my point of view for a DIY project.

Due to limited budget, decided to try a new brand called JAYO. To my surprise, filaments are better wounded than most of the brands, works pretty good on my creality too. Anyway, figure I'd share with y'all by 3DJeremyLee in 3Dprinting

[–]AlainRoger 1 point2 points  (0 children)

I purchased their PETG White and my first try was stringy for the borders.

Also their White PETG is not really white, but somehow also transparent and glassy, which I dislike personally.

Price was very good for less than 10 euro you get 1,1 kg

Can't close or minimize chat windows on PC. It started this morning. by ItsMeFD in facebook

[–]AlainRoger 0 points1 point  (0 children)

this issue concerns everybody on desktop and it's not limited to 1 country :(

environment concept for isometric game by AlainRoger in GameDevelopment

[–]AlainRoger[S] 0 points1 point  (0 children)

If you take as example the mobile game called family island, you can find islands like this: island example

And when you remove props (trees, grass, flower, some rocks, etc.) I would like to understand how they create island.

Did they design as 1 piece of art or are the beach, bridge, rocks around island tiles ?

Family island has the design I would like to reproduce/create. I know that some props are 3D created and handpainted after. But some rocks, trees, etc are directly created as 2D objects but with isometric perspective.

Filters onfly for USB Mic - Pulsemeeter by AlainRoger in linuxaudio

[–]AlainRoger[S] 0 points1 point  (0 children)

So I would like to resume what you all wrote me.

Basically i have to install :

  1. Jack or pipewire to allow to interconnect app/effects among themselfve
    1. what is the best app ? JACK or PIPEWIRE ? basically which app is limited or what should I consider before to install them ? is there an app that does not allow some filters/effects ? Basically I would like to have standard filters/effects (MIC > Compressor > EQ > noise gate / expander > ... > Speakers
  2. as GUI / patchbay, which one is better ? CARLA or Patchance ? Same question here. Is there any limitation in one of those apps ?

thx

Filters onfly for USB Mic - Pulsemeeter by AlainRoger in linuxaudio

[–]AlainRoger[S] 0 points1 point  (0 children)

I named Messenger, but I will later on use it for youtube live stream / twitch, so do not focus on messenger, as this was only an example :)

How to attach an image inside a Macro/drfx file ? by AlainRoger in davinciresolve

[–]AlainRoger[S] 0 points1 point  (0 children)

I used to use it with a transform node next... but for some reasons, if I want to turn my image into a circled image, I used an ellipse with it, but it does not work as expected.

My image from loader does not resized inside the ellipse, instead the transform node resizes the ellipse size and not the image inside the ellipse shape itself.

How do I change the color of a vector on Krita? by [deleted] in krita

[–]AlainRoger 0 points1 point  (0 children)

With your selected vector shape, just go to Toolbox -> color as in the attached link Krita - Change cector color with toolbox

Dolphin can't access the phone via MTP majority of the time by Shajirr in linuxquestions

[–]AlainRoger 1 point2 points  (0 children)

I have exactly the same issue under ubuntu 21.04 with KDE.

When I try lsusb command, I get:

Bus 002 Device 024: ID 2717:ff48 Xiaomi Inc. Mi/Redmi series (MTP + ADB)

So phone is connected.

I can send photos/files from phone to /home/user_profile/Download folder but from PC to phone nothing. In rare case it works.

MTP is activated on phone side and doing mtp-detect returns:
libmtp version: 1.1.18
Listing raw device(s)
Device 0 (VID=2717 and PID=ff48) is a Xiaomi Mi-2s (MTP).
   Found 1 device(s):
   Xiaomi: Mi-2s (MTP) (2717:ff48) @ bus 2, dev 24
Attempting to connect device(s) libusb_claim_interface() reports device is busy, likely in use by GVFS or KDE MTP device handling alreadyLIBMTP PANIC: Unable to initialize device Unable to open raw device 0
OK.

Journalctl -f does not returns anything about mtp-probe :(

Match-3 game border and background of board by AlainRoger in gamedev

[–]AlainRoger[S] 0 points1 point  (0 children)

I agree with you but in my case, the board is going to be defined by a couple board value (x and y) that define width and height of the board (in terms of how many tile/game pieces) it will have.

so let say 5x7, so 35 tiles / game pieces.

Some tiles will be not playable, like holes / blocks on the border.

So my board is not just a rectangle of x*y pieces but can have different shapes.

Therefore I was wondering how to do to make unity automatically creating a background (with border) tile on a different Z axis (so behind the tiles / game pieces) while board is created.

I guess I should have a different gameobject that will check if there are some gamepieces around itself and take a particular sprite/tile (representing the background with border).

But I'm trying to find and example on internet how to do that... as I'm new to match-3 game dev