• 0 Posts
  • 28 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.



  • insomniac_lemon@kbin.socialtoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    Yeah, the only language I’ve seen/tried that actually feels right*.

    But for me it falls down when it comes to needing other people and/or the specific engine-level stuff that I want to get started. I was hoping to start out simple with Raylib bindings, but even that I can’t get vertex colors on imported models to work and I tinkered w/my own 2D polygon format but it was too much work for me to finalize.

    My part of the fediverse doesn’t seem to work well for asking niche questions at least, I don’t see much talk on Nim and it doesn’t help that it’s hard to find when people don’t say nim-lang. Also there are 2 replies to you that aren’t federated to where I can see them (and my art threads–lowpoly+vertex colors, for instance plant–aren’t federated to your instance).

    *= That also may be a mix of my issues plus how some people style their code, though.





  • I am not a programmer, but on 2 occasions I was able to improperly fix (1 argument in 1 line stuff) very small bugs without really understanding how. I’ve also made a number converter (dec-bin-hex) at least twice. I know those aren’t a lot but it’s weird that it happened twice twice.

    I’d say there’s an issue here with language design having major tradeoffs, but maybe it’s just a paradox*? Though I have found a language I like (even though I’m not learning it because other issues), so I know it’s not impossible at least.

    *= Like the people who could make something with less tradeoffs don’t have the need/desire to do that, they just use the existing stuff. Though that is much more fitting for visual programming.



  • 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’m like that because:

    • I need a hobby
    • weird history with programming, but never actually liked any programming language enough to have a real project.
    • now I found a niche language* that I like but so far it’s just not where I want get started (one example, still no bindings for Godot 4)
    • Ray almost tricked me into making a framework for a framework but I saw right through that
    • personal issues

    *=Nim





  • 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.