• 0 Posts
  • 56 Comments
Joined 28 days ago
cake
Cake day: November 20th, 2024

help-circle
  • I understand fragmentation here, as you can get what you need in a format that works well-enough.

    Different package formats often have technical differences. Recently I had the choice to use something from a flatpak to reduce lib32 dependencies on my system… but I didn’t go with that as the other dependencies it needed (openGL, graphics driver etc) were redundant thanks to sandboxing (~2GB download!).

    Anything native from itch, GOG, or humble doesn’t really ‘install’ but rather they are just extracted… so the files should be what it is (portable, except game saves/user data likely won’t be). This allows you to run it off of a slower+larger-capacity drive.

    EDIT: Also if you need to compile it, probably will also just compiled to where you put it (to a bin folder).

    Non-system stuff like this is more viable for things that you don’t need updated frequently/ever (particularly games/software post-development). For sure most-of-the-time the best experience is via your package manager.













  • Yeah, I feel like the remakes lost some charm specifically when it comes to rendering tech (vertex colors, losing Spyro’s skyboxes feels like a crime). Particularly with the new data bloat.

    Also with the examples I'm not sure I like the new sounds

    (faster/higher-pitch… and they sound re-done? If they’re the same are they just better at very low sample rate?), looked it up and people were saying they didn’t like the mixing (new is more muted/subtle).

    That, and it seems re-makes don’t really fix core issues (Medievil’s remake).

    I think the original tech/limits can be taken further aesthetically for a different workflow (very general/sparse use of textures), especially in the modern era. Still undecided on some artistic/technical choices, but I have much more here than I do in the ways of (low-scope) starting project ideas that I like.

    not-very-polished

    The entire scene is low-poly with colors defined using the mesh itself,  also the image is optimized for color to reduce data, resulting in dithering patterns. In a gray room with black and white triangle tiles, there are 6 badgers of various sizes standing and facing the viewer. Similarly, there are 5 eyes floating in the air one of which is not fully opaque. There is 1 banana on the floor.






  • I have a currently-apart T3200SX (+scraps of another that I took the screen from).

    The red gas plasma screen is interesting, I couldn’t figure out how to install DOS on it and I don’t think I could cobble enough memory for other options. The timechip was bad too (not sure if that was preventing DOS or if I did something else wrong), I bought another but it was DOA too.

    The HDDs I think were bad too, and this model was locked into using some proprietary drive. (probably could be bypassed for a newer drive, not sure)



  • insomniac_lemon@lemmy.cafetoAsk Lemmy@lemmy.worldI want to learn how to code
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    15 days ago

    I have a similar issue… I have done slightly more than nothing, I really struggle trying to think of small projects that actually work for me.

    The few things I’ve done I stop at a certain point because I have no motivation for the actual content* or there are platform* issues. One thing I made was maybe usable but was likely too much** of a time sink for me.

    Though I keep trying other things hoping enough pieces fit that I can think of something.

    EDIT: I don’t know if it is any help but what I’ve mentioned were text formats+loaders.

    spoiler

    *=An adventure book (…if you go right, turn to page 100) reader (via declarative GTK framework). Using text files per page, allows linking to other pages (4 option IIRC, custom button name+description). Text was too small on buttons (no dynamic scaling), especially as I wanted to maybe use unicode 🔍

    **= Polygon reader for Raylib (via bindings). Using text files, some data lines at top then an ASCII grid with manually-ordered points (1-9, A-F etc, mostly blank space for simple shapes) to create a seq[Vector2]. Unsure on usage (what users would use+understand more) of polygons that need different vertex order, trianglestrips vs trianglefan. For usability, I was thinking of making an editor for it.

    I’m using Godot now and leaning more toward 3D (because vertex colors) and all I can really think of is maybe something like archery. Maybe a wizard boomer shooter, if that wasn’t such a high goal.