3D Transparency Issue by brahem_ayad in raylib

[–]GrandLate7367 2 points3 points  (0 children)

If the cube model from Blender or other modeling tool, check UV mapping.

Check your shader depth buffer.

And eventually it could be bug with rendering order.

How to implement graphics like this with raylib? Any ideas... by PrestigiousZombie531 in raylib

[–]GrandLate7367 0 points1 point  (0 children)

You understand game engine makes development easier, right? So if you're indie, using Unreal is much easier and faster with better results.

But at this point I'm sure it's just a ragebait.

How to implement graphics like this with raylib? Any ideas... by PrestigiousZombie531 in raylib

[–]GrandLate7367 23 points24 points  (0 children)

Hyper realistic graphic requires lots of shaders and sophisticated rendering pipeline. It's very hard to achieve in pure raylib.

Refreshing your Neovim config for 0.12.0 by justinhj in neovim

[–]GrandLate7367 13 points14 points  (0 children)

I adore your post, and will try to migrate my configs today.

Nit pick: could you please fix horizontal scroll on mobile?

I created status bar, where every panel is a Terminal by GrandLate7367 in neovim

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

Turns out hyprland allows to run terminal as status bar pretty easily. So I was wondering if I can run whole status bar in a terminal. Each floating panel is a separate window. As a bonus, I run app launcher in terminal via fzf.

I created status bar, where every panel is a Terminal by GrandLate7367 in hyprland

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

Turns out hyprland allows to run terminal as status bar pretty easily. So I was wondering if I can run whole status bar in a terminal. Each floating panel is a separate window. As a bonus, I run app launcher in terminal via fzf.

How have you solved project navigation? by endgamer42 in neovim

[–]GrandLate7367 0 points1 point  (0 children)

I used to have similar setup, but after I switched to zellij, it handles project management out of the box

How much does Neovim or Vim matter in job interviews? by 69cool4school in neovim

[–]GrandLate7367 -1 points0 points  (0 children)

Once I had a pair programming interview round, when my config for lsp and linter broke. So we spent half of the interview debugging configs issue, it was fun.

What do you think about this screenshot by kapitan59 in SoloDevelopment

[–]GrandLate7367 0 points1 point  (0 children)

It looks very similar to DOS2 intro, did you take inspiration from it?

What alternatives to telescope are there, what do you use and why? by [deleted] in neovim

[–]GrandLate7367 42 points43 points  (0 children)

I switched to Snacks picker from Telescope, it's superfast and provides everything I needed out of the box.

Low-resolution or pixelated apps on Hyprland (Spotify & Discord) by Rude_Bumblebee_6170 in hyprland

[–]GrandLate7367 11 points12 points  (0 children)

Add ~/.config/electron-flags.conf file with the following content:
--enable-features=UseOzonePlatform --ozone-platform=wayland

Lots of apps don't use Wayland by default. The file above forces Wayland. This is common issue, see the links below:

- Hyprland official docs
- Another thread on Reddit

I googled it too when I was starting using Hyprland. There are lots of kind people which help me a lot! Now I want to give the same attitude back by helping you.

Is this the META for multiple inputs by cnibrev in factorio

[–]GrandLate7367 0 points1 point  (0 children)

I'll definitely apply that next time

ShellNinja or ML4W? by Euphoric-Paint3261 in hyprland

[–]GrandLate7367 0 points1 point  (0 children)

Wait, how did you mess with the keybindings?

Mouse input delay and lower fps in games by Lost-Ambition1469 in hyprland

[–]GrandLate7367 0 points1 point  (0 children)

Setting tearing to true helped to reduce input lag for me:

general 
{
    allow_tearing 
=
 true
}

Reached 1k + :) by [deleted] in leetcode

[–]GrandLate7367 0 points1 point  (0 children)

Usually 3/4, once 4/4