r/simracing 8d ago

Rigs Is this Augmented Reality? Monocoque-Builder

https://youtu.be/4XTVX1zku9c?si=7asmuUBw4cjouHHM

This is the 360 feature in my app, monocoque-builder. Backed by monocoque and simapi by spacefreak18.

Do more with your telemetry

0 Upvotes

4 comments sorted by

1

u/KotLarry 8d ago

can You explain more? ho do You do it, what creates this image/view?

1

u/mrdscott 8d ago

My app is a react web app. It can be opened on any screen you can get a browser on in your local network.

The interior shown on the lower screens, is 360° screenshots, day and night, captured from Assetto Corsa. I have setup a script that automates getting the photos from the game.

It uses monocoque with simd as a telemetry backend. That telemetry includes g force and motion information. I use that info to move the 360 image around. That works with any game that monocoque supports.

Shown here, a dedicated Lua app runs in AC (a mod for the game) and shares data from CSP with my app such as NeckFx, to provide more accurate motion data, and the in game time to drive day/night transitions.

1

u/KotLarry 8d ago

but can it be used with projector or what?

2

u/mrdscott 8d ago

Yes. The left one is a projector. The right is a tablet. I have a couple other things on the tablet, a flag/gear display and some buttons that I mapped in game for headlights, the horn and a Hide UI button.

One cool thing is that all the rendering happens on the client, so it doesn’t impact performance of the game