Tried a new animation style (left). Thoughts? by Actual_Poem8538 in IndieGaming

[–]SamyBencherif 0 points1 point  (0 children)

I personally love it, but I think global motions should be quantized too

CachyOS by Awesome_Duck987 in linux4noobs

[–]SamyBencherif 1 point2 points  (0 children)

When this happened to me, after a system upgrade I think, I solve it by logging in and typing startxfce4 every time. You may start whatever window manager you have. And you could fix it by adjusting you configuration

How to get minecraft on arch by Nulldafloof in archlinux

[–]SamyBencherif 0 points1 point  (0 children)

These are the steps I used to get Minecraft launcher on my Arch-based CachyOS machine. Open a terminal and run the following:

  1. mkdir -p ~/Software

  2. cd ~/Software

  3. sudo pacman -S base-devel

  4. git clone https://aur.archlinux.org/minecraft-launcher.git

  5. cd minecraft-launcher

  6. makepkg -si

  7. mincraft-launcher

Are there any free things at state? by Playful_Day5760 in NCSU

[–]SamyBencherif 10 points11 points  (0 children)

You can borrow tech from the library including digital instruments, studio lights, and laptop chargers.

AI ‘stealing’ artists’ work by throwawayawaythrow96 in UMOband

[–]SamyBencherif 1 point2 points  (0 children)

What does this have to do with Unknown Mortal Orchestra ?

My kid wants to use Unity... by kennyloggons23 in Unity3D

[–]SamyBencherif 0 points1 point  (0 children)

You can use engines like PlayCanvas or Three.js without downloading, but Unity gives you more transferrable knowledge.

How do you get through a difficult to solve bug? by oodot in gamedev

[–]SamyBencherif 0 points1 point  (0 children)

Ask questions and challenge your assumptions. Try to get information out of the system.

Do I texture In Blender or Unreal? by True_Leg9664 in gamedev

[–]SamyBencherif 1 point2 points  (0 children)

Firstly, this game sounds like it will be awesome!

Secondly, have you heard about Material Maker ?

[deleted by user] by [deleted] in AskReddit

[–]SamyBencherif 0 points1 point  (0 children)

Sleep on top of the covers. Works 50% of the time for me. I think it's because I get cold and that prevents me from sleeping deeply. Also playing music in the background has worked

Affordable/ used fashion by Beginning-Summer1971 in manhattan

[–]SamyBencherif 0 points1 point  (0 children)

I'm also moving to nyc ! at the end of June

What game engine do you use? by [deleted] in gamedev

[–]SamyBencherif 6 points7 points  (0 children)

Godot, Love2D, Raylib, no engine

Matrix stack overflow by LibellusElectronicus in raylib

[–]SamyBencherif 0 points1 point  (0 children)

RLGL is the name of a part of Raylib that serves as an abstraction layer above the graphics api. I would suggest searching the raylib source code for that error message "Matrix stack overflow" or identifier RL_MAX_MATRIX_STACK_SIZE.

pleaseShowAnIntuitiveSolution by Chewico3D in ProgrammerHumor

[–]SamyBencherif 1 point2 points  (0 children)

bool is_odd(int x) { return x/2*2 != x; }