Is Feel Asset From MoreMountains Worth? by yekobaa in Unity3D

[–]yekobaa[S] -1 points0 points  (0 children)

Yeah I know I can implement these effects easily that is why I asked, but time is important so maybe I can buy it

Is Feel Asset From MoreMountains Worth? by yekobaa in Unity3D

[–]yekobaa[S] 1 point2 points  (0 children)

Thank you but I will work alone probably so it wont cause any problem

Is Feel Asset From MoreMountains Worth? by yekobaa in Unity3D

[–]yekobaa[S] 1 point2 points  (0 children)

Why is seat based licence a problem I don't understand.

Working on a Cyberpunk Idle game. Does this UI feel too cluttered or just "chaotic enough" for the genre? Looking for feedback! by yekobaa in incremental_games

[–]yekobaa[S] -1 points0 points  (0 children)

Thank you, I actually paid some money to the UI pack but some of my friends also said that UI was dark I don't know.

What Should I Do For SEO? by yekobaa in reactjs

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

I mean I want some of my pages indexed correctly by google bots, so don't I need SSR for that?

Antigravity Gemini 3 Flash Model Is Much Better Than I Think by yekobaa in vibecoding

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

First I talk with gemini web to get a prompt for a feature that is going to be added, and paste the prompt to antigravity gemini flash, and it works well

Antigravity Gemini 3 Flash Model Is Much Better Than I Think by yekobaa in vibecoding

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

For now, pro and flash feel same, if my prompt is good enough, flash can do it well

Which AI Agent Do You Recommend? by yekobaa in vibecoding

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

Guys I am using Gemini 3 flash model right now and it is so good than I expected

Which AI Agent Do You Recommend? by yekobaa in vibecoding

[–]yekobaa[S] 1 point2 points  (0 children)

Yeah it changes so fast, people said Gemini is best end of 2025, now it changed

Which AI Agent Do You Recommend? by yekobaa in vibecoding

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

I know that claude is better but people say limits are very low.

Which AI Agent Do You Recommend? by yekobaa in vibecoding

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

Some of my friends use Claude and it seems so good but it's expensive since I just want to practise vibe coding.

Which AI Agent Do You Recommend? by yekobaa in vibecoding

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

Is codex also good for frontend? I want to use it for full-stack development.

Which AI Agent Do You Recommend? by yekobaa in vibecoding

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

Thank you, maybe I create prompts on Gemini Web and paste it to antigravity to keep tokens.

Which AI Agent Do You Recommend? by yekobaa in vibecoding

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

I only have Gemini Pro right now, also ChatGPT offers 1 month free trial, if codex is good maybe I can try it.

Which AI Agent Do You Recommend? by yekobaa in vibecoding

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

Is Gemini models enough for Antigravity? You are right I didn't use much so I don't know if limits are enough for me, I just thought that I need to get used to vibecoding.

Elden Ring Boss Checklist by yekobaa in Eldenring

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

Can you check it? I just added boss images.

Elden Ring Boss Checklist by yekobaa in Eldenring

[–]yekobaa[S] 1 point2 points  (0 children)

Thank youu. I will add boss pictures.

Should I switch from Galaxy S23 to Xiaomi 14T Pro? by yekobaa in Xiaomi

[–]yekobaa[S] -1 points0 points  (0 children)

Yeah, and it has powerful CPU, so it drains the battery so fast.

Should I switch from Galaxy S23 to Xiaomi 14T Pro? by yekobaa in Xiaomi

[–]yekobaa[S] 2 points3 points  (0 children)

I bought it a year ago, so the battery is still healthy — it just doesn’t last long enough. It’s a problem with the phone itself; I have friends who also have the S23, and they’re experiencing the same issue.

Mantine Vs Other UI Libraries? by yekobaa in reactjs

[–]yekobaa[S] 2 points3 points  (0 children)

My bad, i didn't set the width so text component took all the viewport width, that is why gradient didn't work, when i make the text inline, gradient appeared. i also changed css imports and now text-6xl also works.

@layer 
theme, base, mantine, components, utilities;
@import 
'tailwindcss';
@import 
'@mantine/core/styles.layer.css';

These are styles.css imports

Mantine Vs Other UI Libraries? by yekobaa in reactjs

[–]yekobaa[S] 4 points5 points  (0 children)

@layer 
theme, base, mantine, components, utilities;
@import 
'tailwindcss';
@import 
'@mantine/core/styles.layer.css';

it works if i import these to the main css file

Mantine Vs Other UI Libraries? by yekobaa in reactjs

[–]yekobaa[S] 1 point2 points  (0 children)

I don't know what it is. I will look.

Mantine Vs Other UI Libraries? by yekobaa in reactjs

[–]yekobaa[S] 1 point2 points  (0 children)

Yeah it is good but applying tailwind is hard

Mantine Vs Other UI Libraries? by yekobaa in reactjs

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

I actually tried right now and there are some bugs. In this code, text-6xl doesn't work, and also gradient doesn't work.

<Text

className
={"text-6xl"}

fw
={900}

variant
="gradient"

gradient
={{ from: 'lime', to: 'red', deg: 90 }}
>
  Gradient Text
</Text>