turbo-resin VS Theseus

Compare turbo-resin vs Theseus and see what are their differences.

turbo-resin

Open-source firmware for resin printers (by nviennot)

Theseus

Theseus is a modern OS written from scratch in Rust that explores ๐ข๐ง๐ญ๐ซ๐š๐ฅ๐ข๐ง๐ ๐ฎ๐š๐ฅ ๐๐ž๐ฌ๐ข๐ ๐ง: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler. (by theseus-os)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
turbo-resin Theseus
13 32
193 2,752
- 1.3%
0.0 8.8
over 1 year ago 4 months ago
Rust Rust
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

turbo-resin

Posts with mentions or reviews of turbo-resin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.
  • Asynchronous Rust on Cortex-M Microcontrollers
    5 projects | news.ycombinator.com | 19 Jul 2023
    Async Rust does definitely work for non-toy use cases. As a data point, we use Embassy for all production firmware at my startup (https://akiles.app/en), using async tasks for everything: Bluetooth, TCP/IP networking, motor control, user interface (LEDs, keypad), a key-value database in flash, stats collection... Async helps with battery life too since it allows putting the core to sleep when no task has work to do, it allows us to build devices with 1-2 years of battery life.

    There's other companies using Embassy in production. Sadly firmwares are usually not open source. There's a few non-toy open-source projects using Embassy though:

    - https://github.com/nviennot/turbo-resin

  • ISO A Mobo..
    1 project | /r/AnycubicPhoton | 9 Feb 2023
    I know this exists, https://github.com/nviennot/turbo-resin maybe they already have something documented?
  • Best ~9โ€ screen printer that isnโ€™t locked to Chitubox?
    2 projects | /r/resinprinting | 25 Oct 2022
    There has been some steady (but slow) progress on an open source firmware for a few popular printers, with one of the goals being to allow multiple file formats. I believe they're still targeting the Mono 4k and Saturn for their first release, but I haven't checked in on the project for awhile.
  • A fast STM32 embedded system emulator implemented in Rust
    5 projects | /r/rust | 24 Jul 2022
    Yes!! Here's my Rust 3d printer software: https://github.com/nviennot/turbo-resin
  • How SoL am I? Can it be fixed?
    2 projects | /r/AnyCubicPhotonMonoX | 18 Jun 2022
    There's a nice Photon Mono 4k reverse engineering project by Nicolas Viennot on GitHub where he fixes the crappy touch sensing in the firmware. The goal is to replace the firmware on a variety of chitu-based resin printers with much better open source firmware.
  • Emulating the original Elegoo Saturn firmware, unmodified
    2 projects | /r/resinprinting | 10 May 2022
    Backstory: I'm writing TurboResin, an open-source firmware for resin 3d printers. We want to support many printers, and one of the difficulty is to understand the electronic board layout and protocols of each printer.
  • What is the ender 3 of the resin gang?
    1 project | /r/3Dprinting | 15 Apr 2022
    It's coming https://github.com/nviennot/turbo-resin
  • Part9 of the Mono 4K reverse engineering: Driving the LCD Panel, displaying a print layer from USB
    2 projects | /r/resinprinting | 7 Mar 2022
    This is the last part of the reverse engineering series. At this point we are confident that we can finish the firmware to do a print. The firmware repository is here: https://github.com/nviennot/turbo-resin/
  • New to 3D printing had a few questions!
    1 project | /r/AnycubicPhoton | 5 Mar 2022
    There is a project to produce an open source firmware for resin printers TurboResin - it's at a very early stage (not able to actually print yet, but making progress) In time, it should be able to do something similar to what the RERF does and use different exposure times within the same print to strengthen interior parts while leaving surfaces less exposed for maximum detail, which would be very cool!
  • Heated resin experiment (part 3)
    1 project | /r/resinprinting | 15 Feb 2022
    That's it in a nutshell. I think the pump idea would work but resin is messy so changing resins would be a pain and you would have to clean the lines. Although if you had control of the printer which this project looks well on it's way to accomplishing: https://github.com/nviennot/turbo-resin then you could use the build plate to mix the resin which would simplify things a lot.

Theseus

Posts with mentions or reviews of Theseus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-29.

What are some alternatives?

When comparing turbo-resin and Theseus you can also consider the following projects:

embassy - Modern embedded framework, using Rust and async.

rust-raspberrypi-OS-tutorials - :books: Learn to write an embedded OS in Rust :crab:

reversing-mono4k - Reverse engineering of the Anycubic Mono 4K

nomicon - The Dark Arts of Advanced and Unsafe Rust Programming

stm32-emulator

tock - A secure embedded operating system for microcontrollers

UVtools - MSLA/DLP, file analysis, calibration, repair, conversion and manipulation

svix-webhooks - The enterprise-ready webhooks service ๐Ÿฆ€

gdbstub - An ergonomic, featureful, and easy-to-integrate implementation of the GDB Remote Serial Protocol in Rust (with no-compromises #![no_std] support)

win32metadata - Tooling to generate metadata for Win32 APIs in the Windows SDK.

interface-types

nebulet - (Going to be) A microkernel that implements a WebAssembly "usermode" that runs in Ring 0.