!hgMOdqWNKxukMxwIcY:matrix.org

discord-applications

2601 Members
Bridged room for #applications on the Monado discord5 Servers

Load older messages


SenderMessageTime
7 Nov 2024
@_discord_164636597382283264:t2bot.iogeekosaurusr3x joined the room.16:56:54
@_discord_839109954815262720:t2bot.ioheadsetguy32 joined the room.21:56:56
8 Nov 2024
@_discord_340333516774703105:t2bot.ioada.tvlovr_blending_bug.png
Download lovr_blending_bug.png
07:23:08
@_discord_340333516774703105:t2bot.ioada.tv these screenshots were all with the qwerty driver looking straight down but the blending issue happens in a real headset too 07:23:11
@_discord_340333516774703105:t2bot.ioada.tv i have a hunch it might be something to do with bit depth because godot has some serious color banding in dark spots where wlx-overlay-s and half life alyx dont 07:25:41
@_discord_135442936753160193:t2bot.ioannekitsune 17:10:21
@_discord_159650293997502464:t2bot.iobam5 joined the room.21:20:42
@_discord_955098363202764830:t2bot.iodandestroys joined the room.22:03:38
@_discord_298429941299675138:t2bot.iosalavy joined the room.22:11:54
@_discord_1304584929509900308:t2bot.iofb441b431dc6_15148 joined the room.23:15:35
9 Nov 2024
@_discord_515763503706013727:t2bot.io6borris9 joined the room.00:26:29
@_discord_535830907832107042:t2bot.iogyozodapuci joined the room.10:12:32
@_discord_340333516774703105:t2bot.ioada.tv a lovr project to reproduce the issue, there should be a red square with "draw pass" and a blue square with "xr quad layer" in front of the hmd
this is on git monado built as an arch aur package and locally-built git lovr (im not sure if the new undocumented openxr quad layers api is in the appimage versions)
i'm running the sway wayland compositor on an amd rx 6600 with mesa 24.2.6 amdgpu and linux kernel 6.6.59 lts
-- conf.lua
function lovr.conf(cfg)
    cfg.headset.overlay = true
end

-- main.lua
local mat4 = lovr.math.mat4
local vec3 = lovr.math.vec3
local quat = lovr.math.quat

local xr_layer

function lovr.load()
    xr_layer = lovr.headset.newLayer(256, 256)
    xr_layer:setDimensions(1.0, 1.0)
    lovr.headset.setLayers({xr_layer})
end

function lovr.draw(pass)
    local pose_mat = mat4(lovr.headset.getPose("head"))

    pass:push()
    pass:transform(pose_mat:translate(0.5, 0.0, -1.0))
    pass:setColor(0.5, 0.0, 0.0, 1.0)
    pass:plane(0.0, 0.0, 0.0, 0.5, 0.5)
    pass:setColor(1.0, 1.0, 1.0, 1.0)
    pass:text("Draw Pass", 0, 0, 0.01, 0.1)
    pass:pop()

    local xr_pass = xr_layer:getPass()
    xr_pass:setProjection(1, mat4():orthographic(0, 256, 0, 256, -10, 10))
    xr_pass:setViewport(0, 0, 256, 256)
    xr_pass:setViewPose(1, vec3(), quat())
    xr_pass:setDepthTest("none")
    xr_pass:setDepthWrite(false)
    xr_pass:setColor(0.0, 0.0, 0.5, 1.0)
    xr_pass:fill()
    xr_pass:setColor(1.0, 1.0, 1.0, 1.0)
    xr_pass:text("XR Quad Layer", 128, 128, 0, 36)
    lovr.graphics.submit(xr_pass)

    xr_layer:setPose(pose_mat:translate(-0.5, 0.0, -1.0):getPose())
end
12:50:24
@_discord_1304267463965544459:t2bot.iopravin_67564 joined the room.17:55:33
@_discord_459505414090784769:t2bot.iorbelleza joined the room.19:07:31
10 Nov 2024
@_discord_560254405165711361:t2bot.iotytugg joined the room.13:31:02
@_discord_570638875370848268:t2bot.ioeisbaer1832 joined the room.16:05:33
@_discord_454048236714328067:t2bot.ioadventclad joined the room.20:07:02
@_discord_772544733465542706:t2bot.iosvdh.3 joined the room.23:38:29
11 Nov 2024
@matrix638:matrix.orgmatrix638 left the room.06:32:20
@_discord_1305641372123922482:t2bot.ioaustin_65162 joined the room.21:13:11
@_discord_952643851691110441:t2bot.ioaustindude joined the room.21:14:38
@_discord_157558682291273728:t2bot.ionerdrx joined the room.23:07:39
12 Nov 2024
@_discord_1298159191264985132:t2bot.ioricky_43607 joined the room.17:54:20
@_discord_188714736362323968:t2bot.ioanimedev joined the room.18:38:19
@_discord_211562694392676353:t2bot.iohenryuk joined the room.20:11:21
@_discord_758274872882364416:t2bot.iometagan21 joined the room.22:26:11
@_discord_281273338838515722:t2bot.ioluxlucian joined the room.23:05:30
13 Nov 2024
@_discord_198281822583390211:t2bot.iothecakeinator11 joined the room.06:54:54
@_discord_140296096839630848:t2bot.iotheoparis changed their profile picture.07:46:00

Show newer messages


Back to Room ListRoom Version: 9