Warframe-OCR VS maturin

Compare Warframe-OCR vs maturin and see what are their differences.

Warframe-OCR

A relic inventory recognition system for Warframe, based on experimental Rust bindings to Tesseract OCR. Supports detection in real-time. Very much WIP. (by etaloof)

maturin

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages (by PyO3)
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
Warframe-OCR maturin
3 37
1 3,261
- 2.7%
0.0 9.4
over 2 years ago 8 days ago
HTML Rust
- Apache License 2.0
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.

Warframe-OCR

Posts with mentions or reviews of Warframe-OCR. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-01.
  • Trying to compile rust library on Windows
    4 projects | /r/rust | 1 Apr 2023
    Yes, you can link them statically. Here's a Python script I wrote to install and build a Python module in Rust. It will install the required development libraries on Linux and build a static build of tesseract on Windows (it also downloads the LLVM based clang compiler, I forgot why). Then it set up two environment variables VCPKG_ROOT to discover the tesseract library and RUSTFLAGS -Ctarget-feature=+crt-static (this forces the vpkg crate to link tesseract:x64-windows-static and not the dynamic version).
  • are there any libraries for getting text from the screen?
    3 projects | /r/rust | 2 Nov 2021
    Tesseract is slow but not too slow. I wrote a multi-threaded wrapper around the Rust bindings und a Python wrapper around that. Granted it is not very polished and I apparently forgot to make the Rust repository public but it works. The previous version of the project for which I made this wrote the image to disk and called the tesseract binary which took half a minute for a few of images. Definitely not usable for real-time processing. Now it takes around 200-300 ms with 12 worker threads. I'm not sure if there is further potential to make it faster though.
  • We just massively overdelivered on a project thanks to Rust (and Python bindings)
    9 projects | /r/rust | 31 Oct 2021
    I don't like maturin workflow either because it installs directly to the python environment. This is not very useful during development. I wrote a module import file which loads the python module from the shared library. You could easily invoke cargo before importing the module (remember to delete the previous shared library file) to have a fully automated development processes.

maturin

Posts with mentions or reviews of maturin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-03.
  • In Rust for Python: A Match from Heaven
    2 projects | dev.to | 3 Jan 2024
    This story unfolds as a captivating journey where the agile Flounder, representing the Python programming language, navigates the vast seas of coding under the wise guidance of Sebastian, symbolizing Rust. Central to their adventure are three powerful tridents: cargo, PyO3, and maturin.
  • Feedback from calling Rust from Python
    2 projects | dev.to | 2 Nov 2023
    -- Maturin on GitHub
  • Some Reasons to Avoid Cython
    5 projects | news.ycombinator.com | 22 Sep 2023
    My new favorite way to write very fast libraries for Python is to just use Rust and Maturin:

    https://github.com/PyO3/maturin

    It basically automates everything for you. If you use it with Github actions, it will compile wheels for you on each release for every platform and python version you want, and even upload them to PyPi (pip) for you. Everything feels very modern and well thought out. People really care about good tooling in the Rust world.

  • Which programming language to focus on for my PhD journey in bioinformatics?
    4 projects | /r/rust | 6 Jun 2023
    Python first, you will be able to experiment quickly with the notebooks. Then maybe write (or rewrite) some modules in Rust that you can expose as python modules, with py03 and maturin. Feel free to publish useful packages on both crates.io and pypi.org, so you can contribute to Python and Rust ecosystems.
  • python to rust migration
    5 projects | /r/rust | 23 Apr 2023
    Now if you really want to use Rust, you can rewrite only the part that are slowing down your consumer. It's easy by using Py03 and maturin. Maybe also rayon to parallelize.
  • Ask HN: Is it worth it for me to learn Go or Rust as a Data Engineer?
    1 project | news.ycombinator.com | 21 Apr 2023
    It's relatively easy to extend Python with project like Py03[0] and Maturin[1]. Polars[2] is the perfect example of that.

    It's not easy to push coworkers/companies to use an unfamiliar language. Rust isn't fast to learn. You need very good arguments and a good usecase to make it works.

    I doubt that learning Rust will help you more that learning more about the data engineers tools, so this isn't really "worth" your time.

    [0] -- https://pyo3.rs/v0.18.3/

    [1] -- https://github.com/PyO3/maturin

    [2] -- https://www.pola.rs/

  • Rust CLI app installable via PIP?
    1 project | /r/rust | 10 Apr 2023
  • Blog Post: Making Python 100x faster with less than 100 lines of Rust
    4 projects | /r/rust | 29 Mar 2023
    In this case, PyO3/maturin does all the setup and getting the module into Python. They also have docs going into a lot more depth on this.
  • Is Rust faster than Python out of the box
    2 projects | /r/rust | 12 Mar 2023
    Lastly if you're willing to introduce Rust, I'd consider a gradual approach using native libraries built in rust with PYO3. Check the maturin guide that helps you to streamline the build process of native libraries : https://github.com/PyO3/maturin . From there you could try to find hotspots in your python app and replace those with a native implementation.
  • sccache now supports GHA as backend
    4 projects | /r/rust | 7 Dec 2022

What are some alternatives?

When comparing Warframe-OCR and maturin you can also consider the following projects:

WFinfo - :computer: A fissure Companion App for Warframe

Poetry - Python packaging and dependency management made easy

FrameHub - Warframe Mastery Rank calculator.

setuptools-rust - Setuptools plugin for Rust support

Python-Rust-benchmark - Python vs Rust benchmark using a toy visual problem (linear algebra).

termux-packaging - Termux packaging tools.

leptess - Productive and safe Rust binding for leptonica and tesseract

PyOxidizer - A modern Python application packaging and distribution tool

ptanalyzer - Analyze Warframe Profit-Taker run from EE.log, marking important timestamps and total time elapsed.

rust-numpy - PyO3-based Rust bindings of the NumPy C-API

warframe-items - 📘 Get all Warframe items directly from Warframe's API. No more messy wikia scraping.

pybind11 - Seamless operability between C++11 and Python