I tried to roll my own alternative, but it’s a way bigger undertaking than I initially thought.

I have a quite decent audio system for Windows/Linux (MacOSX missing due to lack of hardware), so I can just skip that, if it relies on “variable size” buffers or its only audio capability being “function that plays WAV/MP3 directly”. DLL/SO preferred. I don’t need duplicates of things that are already in any standard library.

1 point

Do you need to write your own engine?

If not, check out Godot Engine.

permalink
report
reply
1 point

I’m writing my own engine, I want to cut time on porting stuff to different systems.

permalink
report
parent
reply
1 point

Well, you could use something like Godot for the same reason. Depends on how much work you want to do or if you need something it doesn’t provide.

permalink
report
parent
reply
1 point
permalink
report
reply
2 points

Tried it, looked promising, then I took a look at the input handling…

It would be fine for smaller projects, but not ideal for mine.

permalink
report
parent
reply
1 point

Well, it seems I might have to resort to “plagiarism” instead…

APIs handling these stuff are barely documented due to “you can just use xy middleware to do that easier” (only for xy middleware still using DirectInput 8 among many other problems), or the OG documentation being completely barren and obvious issues often not being documented anywhere.

permalink
report
reply
1 point

Poked around in my code, it seems the issue was on my own end, as I accidentally used the wrong variable for the handles.🤦‍♂️

Now it’s time to look up docs on Xorg Xinput (different from Microsoft’s own thing, which I only use as a fallback).

permalink
report
parent
reply

Community stats

  • 171

    Monthly active users

  • 22

    Posts

  • 22

    Comments

Community moderators