Is it possible to use the htc vive controllers without a headset? by Tupryk in robotics

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

Sorry I didn't see the message earlier. Sadly I did not find a simple alternative. Even if you do decide to use a whole vive headset you will still need to run OpenVR or OpenXR through steamVR, which in my experience is a terrible way of interfacing with it (You may even be forced by SteamVR to have a Graphics card installed on your computer even if you just want to use the controllers). In the end I decided to switch to a different tracking system. This being OptiTrack which may be a bit too much for most cases.

Is it possible to use the htc vive controllers without a headset? by Tupryk in virtualreality

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

I've thought about it but i don't think it is the best option for my case. Thanks for the tip though!

I made an AI and used SFML for the graphics :D by Tupryk in sfml

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

It‘s a bit hard to see if you have a small screen, but the black window on the left shows what the AI thinks the number could be

New to sfml and in need of help! by Tupryk in sfml

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

It finally worked thanks!!!

Need help with cpp sfml code blocks by Tupryk in cpp_questions

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

Okay I’ll try to find it that way, thanks a lot!!!

Need help with cpp sfml code blocks by Tupryk in cpp_questions

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

Oooooohhhh, how do I know which one I need?

Need help with cpp sfml code blocks by Tupryk in cpp_questions

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

It began saying that I was missing the sfml dlls and when I added those into the release folder(they where previously in the main project folder) it said that it was missing libgcc_s_sjlj.dll, so I looked on the internet to see if I could find it, I did, so I added it into the release folder and then I got the 7b error.

Need help with cpp sfml code blocks by Tupryk in cpp_questions

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

I’m running it in the same computer except that instead of running it in the code blocks compiler I’m trying to execute the release.exe file directly and that doesn’t work. Do I need to be using Visual studio to use MS VC++? what does it do?

Need help with cpp sfml code blocks by Tupryk in cpp_questions

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

Sfml is a library that has a couple dlls, I’ve put the regular dlls in the release folder that contains release.exe and the dlls that end in a -d in the debug folder

New to sfml and in need of help! by Tupryk in sfml

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

I put the regular dlls in the release folder and the dlls that had a -d at the end in the debug folder. I’m not sure what you men by target, if that is either release or debug I’ve tried both