Navigation

    ApertusVR Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. anamurie
    A
    • Continue chat with anamurie
    • Start new chat with anamurie
    • Flag Profile
    • Block User
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    anamurie

    @anamurie

    0
    Reputation
    11
    Posts
    2178
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    anamurie Follow

    Posts made by anamurie

    • SPI/UART/I2C/GPIO plugins for ApertusVR

      Dear developers,
      Do you plan to build/embed SPI/UART/I2C/GPIO libraries (as plugins) in ApertusVR?

      posted in Feature Requests
      A
      anamurie
    • 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!

      posted in Issues and troubleshooting
      A
      anamurie
    • RE: [SOLVED] Executing system commands on guests

      Ah! This is what I missed, thanks, Peter!

      posted in Feature Requests
      A
      anamurie
    • 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

      posted in ApertusVR Development
      A
      anamurie
    • [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:

      1. added apeICommand interface to includes/ dir
      2. Extended apeEvent's type and group enums
      3. Created typedefs in ape.h for my Command class (weak and shared pointer typedefs)
      4. Extended apeISceneManager.h with getCommand() and createCommand() functions
      5. Added apeCommandImpl.h and cpp to SceneManager
      6. Implemented serialization and deserialization methods
      7. and call eventManager.fireEvent() where necessary.

      Could you please tell me, what did I miss?
      Thank you

      posted in Feature Requests
      A
      anamurie
    • MQTT support

      Do you plan to create a plugin which implements MQTT protocol for IoT?

      posted in Feature Requests
      A
      anamurie
    • 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?

      posted in Plugin Development
      A
      anamurie
    • [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
      
      posted in IDEs
      A
      anamurie
    • 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

      posted in Plugin Development
      A
      anamurie
    • [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!
      0_1512041894684_apertusvr_cef_newWindow.jpg

      posted in Plugin Development
      A
      anamurie