OvermindDL1
OvermindDL1
It would also be very useful to be able to load a custom texture into the shader from an image file.
_/me is still partial to the DearIMGUI style rendering as it is far more powerful and very efficient, and not hard to rewrite into Rust, though Rust bindings do exist...
> I think it's worth considering having a UI system that's usable by non-programmers but would be optional for people who think it's a risk to performance. That is something...
> I've never seen one that can really satisfy the stylistic/aesthetic requirements most games have. How so? I've seen them be *quite* dynamic, simple to apply shader effects to (although...
Ah 3D stuff, not directly exposed in the IMGUI API in any form (another reason I think it'd be easier to rewrite it) but it would be very easily done...
> ... Conrod ... Ah, that sounds exactly like how Dear IMGUI works, that'd be quite nice then!
I'm for the enum, knowing the difference between the event type is *highly* useful in many cases and makes it obvious that it should be handled instead of just ignored.
I'm actually thinking, I wonder if it's better to have both delta and absolute position. The delta is always there, the absolute is an `Option` that may or may not...
erlexec runs on windows 10 here (via cygwin, I'm not using the bash shell, so this will work on any windows version).
To be more specific, erlexec is a native binary and needs to be compiled, thus it requires a supported compiler on your system, and as long as you have that...