• MotoAsh@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    8 months ago

    What do you want to contribute to? General kinds of things would help. I’m sure the community can help point you to a few projects so you can make a more concerted effort if one catches your fancy.

    The best thing about programming is, it’s all still programming. Once you get a couple languages down, you can switch it up without nearly as much headache. The API’s shouldn’t be feared these days, at least the popular ones. They’re almost always popular because they’re well documented and easy to try often as well.

    • over_clox@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      I need a portable language which also offers fast access to the raw GPU pixel array memory. But I don’t have much use in the standard APIs, my algorithms work differently.

      Really hard to explain, but my system is completely nonlinear, so standard APIs just won’t work for my purposes.