RazorSharpFang
RazorSharpFang
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Well, hrmm, not really how I thought of the quadtree.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Hrmm... I'm not sure I understand what you mean by a path in the tree as a key.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Okay you got me confused for a moment there.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Even if we have 10000 entities?
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Well, part of the reason I want a tree is to speed up the query for "I want to find the entities within the viewbox of the gui"
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
No, I could just ignore it - but reindexing an entity in the tree would be a removal and an insertion.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
I wonder how I might ensure I only reindex an entity in the tree once if it's had multiple updates in the last frame.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Hmm, yeah - each message is an entire state-snapshot for a single-entity - a later-message supersedes a previous one.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Perhaps I could use a shared ConcurrentQueue of sorts?
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
Suppose for instance, we're receiving updates asynchronously through messaging - RabbitMQ-AMQP.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
This is probably not being done by bindings, no.
33 replies
CC#
Created by RazorSharpFang on 12/2/2024 in #help
Spatial Display and asynchronous updates for desktop Gui app
How would you batch updates?
33 replies
CC#
Created by stigzler on 4/2/2024 in #help
Visual Studio + WPF: "Could Not Load Assembly" despite dlls being available and reference correct
If the item exists in the visual studio solution explorer Check that it has Copy to output directory: Always
19 replies
CC#
Created by stigzler on 4/2/2024 in #help
Visual Studio + WPF: "Could Not Load Assembly" despite dlls being available and reference correct
Can you double-check that it is actually being copied into the target output directory?
19 replies
CC#
Created by stigzler on 4/2/2024 in #help
Visual Studio + WPF: "Could Not Load Assembly" despite dlls being available and reference correct
Does the app itself compile? The WPF designer is bad.
19 replies
CC#
Created by Lyakabynka on 7/13/2023 in #help
❔ Hangfire: Guid instead of Int BackgroundJob.Schedule
You could add another table that associates integers with guids when
30 replies
CC#
Created by Lyakabynka on 7/13/2023 in #help
❔ Hangfire: Guid instead of Int BackgroundJob.Schedule
Is BackgroundJobClient your class that you wrote?
30 replies
CC#
Created by RazorSharpFang on 6/19/2023 in #help
❔ Visual Studio break when Module Loaded
Part of why I ask is that we're repeatedly loading and unloading modules and I'm trying to diagnose why that happens
3 replies
CC#
Created by RazorSharpFang on 5/18/2023 in #help
✅ Windows Joystick API
I do not have nor have found any good solutions to this, without taking the dependency on the GDK and utilizing GameInput, which is only going for work for Windows 10+ and may require a redistributable for older builds of Windows 10 that haven't received the Windows Gaming Services updates that supply the computer with the required runtime and libraries.
29 replies
CC#
Created by RazorSharpFang on 5/18/2023 in #help
✅ Windows Joystick API
The dpad is registered as one value provider instead of a series of buttons.
29 replies