hot reloading sketches and apps in Nannou

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • nannou

    A Creative Coding Framework for Rust.

  • Even if hot reloading was possible, it wouldn't help with this exact issue. You can look at https://github.com/nannou-org/nannou/issues/387.

  • rust-hot-reloading

    A minimal example of hot-reloading of libraries in Rust

  • I see the Nannou part of your question was answered, but to the other part: You can hot-reload in a compiled language, I'd just generally advise against it without specific toolchain support or some other kind of runtime support (since this is a system language you can do it yourself). There are some people who do it, and more power to them. For example: https://github.com/irh/rust-hot-reloading

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts