• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • I want to use Raylib, but mentioning it here on the fediverse doesn’t get much of a response (I can’t see a raylib community from my instance). My choice of language probably doesn’t help, though.

    My first issue is wanting vertex colors on 3D models and I am not getting this (this may be a problem with the bindings I’m using, naylib(nim-lang)). The second would be needing guidance for the 2D polygon text loader that I started.

    Maybe I could make simple GUI applications with raygui, but I don’t currently really have many viable ideas on what I would want to make.


    To OP: Another potential option is using Godot w/bindings. Design is pretty fast and flexible, then using signals is super easy.

    I’ve tested some frameworks (specific to my language, so not really helpful to most), the one that I liked more said it was declarative user interface framework based on GTK though I would prefer a similar thing for Qt and there wasn’t an ability to automatically scale text size to better fill the available button size (I was testing an adventure-book reader and hoping to use unicode characters).

    Frameworks for single page applications (or some other browser-based tech) might be ok for simple stuff. Similarly, I’ve liked the idea of TUI frameworks (yeah, because htop) but haven’t really tried that yet.



  • I know. They added some at one point and I installed an anti-CSD package, I’m also pretty sure they pulled back some of their plans because of backlash too.

    If they go full CSD I would probably need to find something else and probably just concede+just use the slimmest window theme there is rather than something frameless even (from what I’ve seen, other window theme systems are not as modular as xfwm which allows simply deleting the sides/bottom files etc).

    Someone could probably make this concept (frameless, minimal title bar, no title on maximized, no raise-on-focus, rolled-up windows, floating window buttons that are only on focused windows) into a simple window manager, probably not me any time soon though. And I’m not sure how easy that is on Wayland (I know options exist to make it easer–such as wlroots I think–though I don’t know how it’d compare to making something for X).




  • I was thinking similar, though I’m also still on X with nVidia and XFCE and am in a weird way* with programming.

    I have my own custom XFWM theme that is really minimal (12px title with 8px tall buttons with some being wider to compensate, somewhat outdated example) and I’d like to expand upon it (floating titles, inset window buttons, dynamic button width, media integration) but I’ve looked at examples and don’t understand enough to even get just a rectangle for a titlebar (though X I assume for something basic, X would probably still be the easiest).

    *= the only language that I’m interested in (due to it being easy in a style I like while still having performance/capability/flexibility etc) is not popular, and worse is I have lost a bit of hope/confidence in its future (as well as its bus factor reducing further because the person who made the package manager+installer and a book walked away) so I still haven’t really done much with it.