Open Thomas-Oz-Dunn opened 1 year ago
Consider using Matplotlib and Bokehm could be useful for plotting, no need for Java level GUI
Plotters proves cumbersome, migrate
Issue has had major scope creep since beeing opened. To finish the issue:
|-python
| |-__init__.py
| |- stuff.py
|
|-src
| |-lib.rs
cargo.toml
esqu structure
Please get it done by the end of the month, this branch has been hanging for way too long, blocking other development and research oppurtunities
Background
Prototyping in compiled languages tends to be slow and tedious, while higher level languages run slower, they can iterate faster.
Libraries like maturin and py03 allow Rust compiled code to interface with Python.
Investigate possible techniques, implement the best, and create a demonstration script
Procedure
Acceptance Criteria
A python script exists that uses compiled Rust code