home.social

#nekolabs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nekolabs, aggregated by home.social.

fetched live
  1. Okay.... I think it's finally time to announce it :3
    The wonderful project that combines a lot of components
    It's the NekoConnect project, a service that proxies packets to plugins, effectively being a server for anything and everything so long as there is a plugin for it
    You ever wanted to create a to-do list app that syncs between devices but you never dabbled into servers?
    Fret not, this app will do all the heavy lifting for you, including data storage, all you need to do is create a plugin that will accept the data and you can do whatever you want from there
    Unfortunately it's not done yet, you might have caught on from my previous toots that I'm creating a repo, there's also some issues with Wayland not handling mouse events so it's using xcb at the moment
    The plugin system and server aren't done either, there's some test code but that's likely gonna be rewritten from scratch
    But the most complicated part being the UI is mostly done so no issues there

    GitHub
    Tags: #foss #NekoLabs #Qt6 #PyQt6

  2. After months of trying to fix my implementation of importlib it's finally fixed and Bob is finally fully working for building py wheel files, I plan on cleaning the code-base and adding cmake support

    For the ones wondering, Bob is my build frontend for many services currently only supporting python but with plans for all the language that I use (seriously it's just c and py why'd I need to make it sound grand)
    Includes a lexer capable of telling you that you made a typo on line x column y suggesting what it actually should be
    You can write variables in the build file and even include tests (I'll work on making post and pre test support)
    For now the build file is planned to be able to [build, test, store variables, print, input] but I'd be happy to know if there is anything else it could do that'd make it more useful

    Oh yes it supports creating new projects via templates too

    The build process is also very simple you just run bob yep that's it

    #NekoLabs #FOSS