I mean like awareness that, just under the surface, there are deep explorations waiting for the right time and place to emerge; things you’ve set aside or placed on the back burner but will tackle eventually/many you already have tackled.

Are you deeply self aware of these interests like some kind of list? If so, are these interests deeply connected in your mind to your past explorations and interests like some kind of road map or branching tree structure of thought?

  • insomniac_lemon@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 months ago

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