• Drew Belloc@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      21 days ago

      I mean that just by having two people with a mouse cursor at the same time is already a competition to see how can actually use the pc

    • ReakDuck@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      20 days ago

      I develop Programs out of scratch using C++, GLFW and glad to communicate with my GPU using OpenGL. Thats my definition for “out of scratch”

      I had ideas to create fun little games using multiple mouse inputs. But I was lazy to switch to Gnome because gnome didnt support VRR and I just wanted to push this idea first so it comes to KDE. Its nonsense to create something that will only work on one specifix Desktop Environment.

      There is potential for a new Perspective of Game creatioms, but the question is also, can a Program detect different mices? I mean, doesn’t matter. Just make the game run 4 seperate Windows and handle the input seperately.

      I also slowly start to use Godot and Bevy instead of playing around with C++ and OpenGL