Any project in rust you want to chat about.

  • HerrBratani@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    An e-ink info display which displays the weather and my nextcloud calendars and tasks. So Rust Backend which pulls the data and displays a static HTML page, which will be pulled by the esp32 board. First project with rust

    • sokkies@lemmyrs.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Are you also programmibg the esp using rust? Ive only gotten pretty basic stuff to run on embedded systems with rust despite really wishing that I could do more

      • Vorpal@lemmyrs.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        I have done some small experiments (not much beyond a blinking light at this point) and I feel that the main issue right now for a beginner is that the documentation isn’t there yet. By far.

        Also I have read that many of the crates that use the same bus don’t play well with each other (e.g. two devices on the same i2c bus) even though that is what embedded-hal is supposed to be all about. Many early crates are also abandoned apparently, further compounding this problem. I don’t have enough personal experience though to tell if this is true.

        • sokkies@lemmyrs.orgOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Yeah finding crates has also been my issue. Ive done HAL on a raspberry pi and it has been fairly painless, but Im still strugggling to get my head around no_std convensions on bare metal chips… Also last I checked I couldnt figure out more advanced stuff like connectivity where I think Rust will really shine

    • jasory@lemmyrs.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Does this detect stylistic similarity between texts? I was thinking about porting a similar project that was developed to determine probable authorship. It would be quite useful as an open-source bot detector.

  • Enibevoli@feddit.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Not a coding project with Rust, but figuring out what will happen with(out) /r/rust going forward. Posting here to show some support :-)

  • popstarfreas@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’m working on a falling sand physics-powered, 2d block-based open-world survival crafting game with spells instead of weapons and tools.

    I’m currently using bevy_ecs (not bevy itself) and Vulkano (Vulkan rust library), SDL2 for windowing and fmod for audio. Developing on Linux but testing and building on Windows every now and then.

    I’ve been running a Terraria server since 2012, and have had a lot of experience in C# working with Terraria’s netcode and Terraria internals (via decompiling and IL patching), so decided it was time to try make something of my own.

    I didn’t know any engines, but I had previously used SDL2 for smaller things. We started using Rust at work (not game dev related) and I had used Rust a few times for personal projects. I got really interested in some of the functional programming concepts from languages like Ocaml and Haskell, so I decided I would make the game in Rust, despite that it may not be the most popular path.

  • mayoaddict@pawb.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I started studying vulkan recently, so i started building a toy renderer with (hopefully) a functional render graph and multi-threading command buffer encoding support

  • zhenbo_endle@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I had been working on https://github.com/Endle/fireSeqSearch in my last year.

    fireSeqSearch is inspired by Evernote’s browser extension - if we search a term, for example, softmax in Google(or other search engines), fireSeqSearch will also search in our personal notebook(logseq/obsidian), and append the hits into Google results.

    Let me try to attach the video here https://user-images.githubusercontent.com/3221521/216853025-5cb82b18-fbcc-438e-8ff6-f791713c6b8b.mp4

  • rseymour@lemmyrs.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’ve been working slowly but surely on some rust <-> midi code. Mainly just playing around using midir.

  • CoolCatNick@lemmyrs.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    If someone is not working on something and have doney spare time (like me). I’m sure it would be greatly appreciated if we used some of that time to improve the Lemmy backend. My plan for the weekend is to go through the repository and get more familiar with the Lemmy code base

  • Deebster@lemmyrs.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I might look into writing Lemmy bots with Rust; I’d made a small Discord bot back in the day but I think making a Rust library for Lemmy bots could be pretty useful. However, a browser plugin I’m designing in my head might have to come first. Oh, and after the projects that I can actually invoice for too 🤓

  • felix_te@lemmyrs.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’m working on a test project to flesh out SurrealDB (built on Rust) embedded database in an Axum API. Using a medication tracker as the app. Just started with Rust last December, so it’s been a firehose Rust->Axum->SurrealDB.

  • 2xsaiko@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Been working on the same one for a while now, an implementation of COM for Linux and macOS (Microsoft’s stable library ABI/IPC/network protocol). It of course supports C and C++ but also Rust, and as of now the IDL compiler which generates headers and Rust sources and makes up the majority of the code, is written in Rust.

    I started working on this as part of wanting to port C++ software that heavily used COM interfaces internally to Linux but then I wanted to start using it for other things so I started writing the IDL stuff. (As of now there’s no network/IPC functionality or any kind of runtime though, it’s purely interfaces. That’s still WIP)

    I guess this is yet another way to do C++ <-> Rust calls :P

    https://git.dblsaiko.net/nucom/

  • megastary@lemmyrs.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    We have a pet project in work, which allows us to bring food and drinks to office and anyone can take, register it. Then once a month QR code is sent to everyone to pay to people who deliver stuff. Current system is classic SSR express.js app and I want to rewrite it to Axum backend and Vue SPA (and possibly other clients like cli). Currently finished the “customer needs analysis” and started grooming user stories to hopefully one day jump to writing the backend and then frontend.

  • dzervas@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Took a break but I’ll be back soon: frida-deepfreeze-rs It’s a tool that makes frida scripts permanent. Coding it in Rust was a bit of a pickle but since I wanted it to be cross-compatible and statically compiled didn’t have much of a choice :P

    For those that don’t know, frida is a tool that injects a JS engine inside a running process. It’s like a debugger but now you can code it in JS and the API is much, MUCH nicer. You can intercept functions and change their parameter or their result, watch the memory, etc.

      • el gaucho@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Well, after thorough research, I discovered that you can print a string of characters.

        It took me hours to get the spelling right.

  • Puttybrain@beehaw.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’m currently working on a discord bot, it’s still a major work on progress though.

    It’s a rewrite of a bot I made a few months ago in Python but I wasn’t getting the control I needed with the libraries available and based on my current testing, this rewrite is what I needed

    It uses ML to generate text replies (currently using ChatGPT) and images (currently using DALL-E and Stable diffusion), I’ve got the text generation working, I just need yo get image generation working now.

    Link to the github: https://github.com/2haloes/Delta-bot-rusty

    Link to the original bot (has the env variables that need to be set): https://github.com/2haloes/Delta-Discord-Bot