Dear developers,
Do you plan to build/embed SPI/UART/I2C/GPIO libraries (as plugins) in ApertusVR?
Posts made by anamurie
-
SPI/UART/I2C/GPIO plugins for ApertusVR
-
Guest crashes when host application quits
Dear developers,
I've noticed that quitting from the host application causes a crash on the guest with a Segmentation fault: 11. Do you know any fix/solution to this?
Thanks! -
RE: [SOLVED] Executing system commands on guests
Ah! This is what I missed, thanks, Peter!
-
Multiplayer networking doc
I've found this interesting thesis: Multiplayer networking with an open source library by Johannes Ylönen.
I think it can be useful for newbies and those who are getting familiar with ApertusVR's Network Engine.
Cheers -
[SOLVED] Executing system commands on guests
Dear developers,
I develop a new application with ApertusCore that acts like SSH. The host application sends commands to the guests, and the result (std out, std err, exit code) is sent back to the host.
Currently, the participants are not synchronizing my Command class. I made the followings:- added apeICommand interface to includes/ dir
- Extended apeEvent's type and group enums
- Created typedefs in ape.h for my Command class (weak and shared pointer typedefs)
- Extended apeISceneManager.h with getCommand() and createCommand() functions
- Added apeCommandImpl.h and cpp to SceneManager
- Implemented serialization and deserialization methods
- and call eventManager.fireEvent() where necessary.
Could you please tell me, what did I miss?
Thank you -
MQTT support
Do you plan to create a plugin which implements MQTT protocol for IoT?
-
OpenVR / SteamVR / Oculus Rift support
My HTC Vive works perfectly with your HTC Vive plugin through SteamVR. Can I use that with Oculus Rift as well?
-
[SOLVED] Nbind fails with Visual Studio 2017 v15.5.4
I get the following error when trying to build a fresh clone from develop branch:
\3rdparty\nbind\include\nbind\v8/Caller.h(68): fatal error C1001: An internal error has occurred in the compiler. (compiler file 'msc1.cpp', line 1507) To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information
-
RE: [SOLVED] CEF Browser Mouse Click
Dear @pkovacs,
Thanks! I've tested your branch and it seems that mouse click and scroll works well!
However, I noticed that CEF Browser opens a new window like a popup in some cases. Please check: CEF Browser New Window problem in topics.Regards
-
[SOLVED] CEF Browser New Window problem
Dear developers,
CEF Browser opens a new (operating system specific) window every time when a link contains target="_blank" in HTML source. Is this the default behavior or a bug?
Thanks!
-
[SOLVED] CEF Browser Mouse Click
Hi Guys,
I tested CEF browser plugin in ApertusVR but mouse clicks do not get through to the browser itself. I would like to click on a button on a given website but I can't do that yet. Could you help me please?