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

help-circle
  • I can’t see your reply on my instance, @tal (currently 1 day ago, still not federated) so not sure if you will see this (or if you do, if I’ll see your 2nd reply…). EDIT: I forgot the first @ when I first posted, so I don’t know if it actually worked as a mention

    One was kicked off by someone generating polygonal-style art

    It’s visually striking (if you don’t look too closely), the 1st bonus image is best but I’d still go with a more minimal style. That and aside from hallucination, I would prefer live-rendered polygons. Infinite scalability is the point.

    Here’s something I made a while ago, animated eye (note: on my end, Imgur links don’t work unless viewed in private mode for whatever reason) though a full game with that style is not currently viable for me for multiple reasons (the feature is 4.X only and still an unmerged PR that may not perform well enough for common use, no Nim-lang bindings yet in 4.X).

    Carrier Command 2?

    I was confused at first, that style of 3D polygonal isn’t really uncommon. I don’t really buy things (esp not $30 level) and I need a hobby so that’s a part of it too*. For 3D art I’ve done, one of my threads is federated to your instance. Here’s the stuff that didn’t (these have no textures, only vertex colors):

    badgerbadgerbadgerSPACESHIP

    banana

    office plant

    Note the 1st and last show a white background in a new tab but the background is transparent (and show as such on Kbin).

    *= I mean I have seen some games that have a nice aesthetic, even better if they’re more “real” with it (though that is what’s hard to find)


  • The problem is that they overlap, usually all 3 interlocked. The threads/microblogs I’ve tried barely get responses (again, federation may be an issue), let alone even answers for even something like Blender. I can use Nim w/o art but I don’t have the ideas for it usually (or if I do other issues happen, including just lacking the desire to write for something like a game book).

    I’ve mostly waited for something to improve, but a while ago I started my own simple polygon loader/format and I worked a bit more on that today. I think I made one of my own questions irrelevant (assuming my condition to detect strip vs. fan is correct) and added a couple of other improvements. I don’t think it’s at a point I’d share it, but I probably could (should) try to make a simple game with it soon.

    Though I’d rather have 3D in Raylib (vertex colors not working with Nim bindings, Naylib) or more advanced 2D in Godot 4 (no Nim-lang bindings, and said feature is an unmerged PR that may not be performant enough for full game art).



  • 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’ve only used Kbin, but it seems fairly decent as a commenter aside from some federation/stability/spam issues. I really like the idea of having access to the Mastodon side of things on top of the rest of the fediverse, even though it’s hit-or-miss.

    Thread wise, I suppose I haven’t posted enough to be statistically solid though it seems like it’s dead on the Kbin side of things and federation is even worse. I’ve thought about posting to lemmy.world (because 1 of my threads to a kbin community just got 2 LW commenters) but haven’t made new content to do so.

    I probably should join another instance but I think there is a balancing act between instance popularity and desiring conversation-of/help-with my niche interests, and it seems like that is one probably isn’t going to be resolved for a while.


  • TBH this is a bit weird of a thing to do, as a lot of the things I originally made notes of I am not sure how much is in your design vs. what you’re working with (transparency is great but a half-a-day tutorial is a lot to sift through). I feel like a teacher trying to grade an assignment but having little knowledge of the rubric or provided assets. I cleared the map (715 on easy) unless I missed something more than the basic loop, ultimately it seems fine (even as not 100% my thing). ~115MiB download is a little big for this art style and such little amount of content IMO, optimization or whittling/stylization could probably be had (I mean sure, most people don’t care).

    • thank you for the Linux export

    • the non-round collision on the player can lead to getting (partially) stuck when rotating+moving due to position being shifted (getting over it, maybe?)

    • the room being zoomed doesn’t seem quite great (and also makes it seem like a significant thing), but again this is a thing that I know is tied to the tutorial

      • even outside the camera would benefit from some aim shifting particularly vertically when aiming near the top/bottom of the screen
    • something like the steam vent might me more interesting if the player could walk through/under the steam instead of blocked

    • the throwable range seems too short for the mega-turrets esp w/current radius.

      • maybe do this on button release to allow a charged throw (or cooking mechanic) and possibly (optionally?) to prevent misfiring.
      • or something else like some amount of proximity and/or some stickiness instead of bouncing
    • distance is kind of cheesy. Both for how quick enemies can spawn endlessly and for the opposite reason being able to snipe the mega-turrets

    • spawners can be a bit annoying and maybe could use some behavior changes/variance

    For something bigger, the ammo situation I think doesn’t work so well. First try I ran out of ammo, I found the chest interaction on accident… this design (outside of loading screen tips or a wiki) may prevent a player from discovering that if they were better at conserving ammo and/or not having stray shots. The fallback of enemy shots isn’t so great either (especially with melee enemies) and even a blast doesn’t open them. I don’t mind the idea, in-context not so much. Also my second game I had fully stocked ammo, but a later test I did run out and I’m not sure if that’s because of me or randomness etc.

    Side-note definitely with what you’re working with: the top-down 2D/gritty Armor-Games style is one I can respect but also one that always seemed hard to read (like the angle/satellite-view just sort of makes everything feel unidentifiable unless it is really used carefully).

    @Wxnzxn


  • It was a streaming site that pulled from a large amount of other sources automatically.

    Funnily enough it didn’t have any discovery features whatsoever (no front page, popular, latest etc), it was just a search bar that took you right into the video so you needed an idea what it is you wanted to see. And I don’t think it was nearly as popular as other sites (like you probably weren’t finding it from search results, as I don’t think it even had the info that’d be grabbed, and probably didn’t even have SEO or anything like that)


  • insomniac_lemon@kbin.socialtoGaming@lemmy.mlI just got a Playdate!
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    2 months ago

    Does it even have touch capability? Though I could see the logic if there is some way to develop in a way that allows easily exporting to both the Playdate and Android.

    Also I’d say a lot of those features are easier had with a Steam controller (or perhaps other gamepad). Granted they are not sold anymore, but I got one in the fire sale and likely a lot of people did as well due to being dirt cheap (PC Gamer says 48 million, 10% of sessions).

    I was originally going to reply to @essell on agreement on cost, but the only real substance was

    1. It’s not really for me for a lot of reasons (I don’t need portability, I don’t like buying things generally+use what I have)
    2. I haven’t worked my way up to real creation yet (due to a lot of problems) but my desired aesthetic is more like these things I’ve made animated 2D eye (note:imgur links only work if opened in a private window for me) or 3D plant with only vertex colors.




  • I was having similar thoughts about Nim and portability when I saw this Github project (it uses APE but it’s more like a runtime for software? though I’m not sure if actual usage is easy like other frameworks/libraries etc). Though honestly I will probably sooner do something with Godot or Raylib via bindings instead, which is unfortunate because the 2D polygonal style is not well supported* unless you keep it really simple.

    I’m thinking about tinkering with low-poly 3D+mostly untextured models (vertex colors, see vertex color skyboxes as an inspiration for the style/concept) to sidestep the 2D issue (as it’s well-established in 3D). My mousewheel is currently broken, though. And I’m not totally happy about the idea of using Blender, though any 3D editor opens up more options (in-engine stuff is cool, but probably locked-in).

    It’s also difficult finding discussion about Nim on the fediverse, particularly when people don’t explicitly say nim-lang. That and often Kbin doesn’t properly federate Mastodon replies so potential conversations are just broken. And I haven’t seen other languages that come close to the same feel, some scripting languages might be OK if their performance wasn’t a problem (and often there are options to help, but it also makes me question if it also wrecks their compatibility with bindings when it’s a different thing).

    * = 1. Godot 4 has a still-in-PR-stage feature that can be used for art but may not perform well enough to be used for an entire project with MSAA, also still no Nim bindings. Also even then, the editors could be better (vertex colors and internal vertices).
    2. I am not aware of polygonal tools for Raylib at all, started making a text format and loader but got bogged down on details. And it would be even more basic than Godot’s polygons, no animation aside from just making multiple frames and swapping (or maybe some basic transform effects, but this would all need to be done manually while Godot has in-engine animation).



  • I’m a shut-in, with untreated health issues, someone who partakes in escapism, and even someone who likes the idea of programming but can’t really do much (I tinkered on rendering polygons from text input last September and didn’t even finish it enough to be usable for me).

    I haven’t seen much solarpunk but I’ve never thought to myself that it’d be worse for me. If I existed in an environment like that (particularly from birth or at least for a long time) I don’t think I’d be the same escapist shut-in. I could see open-source games still existing, and maybe programming being better even if people are less likely to have videogames as their most common activity. I’ve taken care of already-growing plants before, but it seems to me like a lax solarpunk environment would offer more options/opportunity than employment currently offers. Probably actual opportunity to travel, too.

    Even carrying over my current mindset and (lack of) capability, I can’t see a solarpunk environment being even half as restricted as my experience now. I mean the whole idea is better community and technology used to help people (not strictly for money) so it seems to me you wouldn’t be required to garden.