rustfilm

Biofilm simulation in rust
git clone git://git.aftix.xyz/rustfilm.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2020-12-04 19:50fixed clippy suggestionsaftix7+94-100
2020-12-03 16:16fixed clippy suggestionsaftix2+13-14
2020-12-03 14:13Only generate needed framesaftix1+17-2
2020-12-02 21:46Changed to quadtreesaftix5+335-31
2020-12-02 16:50changed to slicesaftix1+33-24
2020-11-30 20:30generate more plotsaftix3+228-7
2020-11-30 18:29added adams 4th order predictor-correctoraftix2+179-12
2020-11-30 16:25added adams 4th order predictor-correctoraftix2+87-4
2020-11-29 04:12Changed to libx264aftix2+35-76
2020-11-28 20:46added sine forcedaftix2+28-0
2020-11-28 20:46Moved to generating frames on the flyaftix1+6-8
2020-11-28 20:15changed to rayon for encoding, fixed max_stressaftix1+22-69
2020-11-28 15:29removed debug printsaftix1+0-3
2020-11-28 15:21fixed errorsaftix2+2-2
2020-11-28 00:38more testing on parallelizsationaftix2+7-7
2020-11-28 00:28parallelized ivf encodingaftix2+99-26
2020-11-27 18:54changed par_iter to places where perf showed improvement/almost no lossaftix2+20-83
2020-11-27 17:59moved to encoding in i420aftix1+68-8
2020-11-27 17:14added IVF encodingaftix3+94-13
2020-11-26 19:35added runge kutta fehlberg methodaftix2+51-39
2020-11-26 16:38added adaptive rkaftix2+91-1
2020-11-25 17:56added a function to render to rgbaftix2+77-39
2020-11-25 16:38fixed syntax error that somehow appearedaftix1+1-1
2020-11-25 16:33more parallelizationaftix2+89-57
2020-11-25 14:24parallelizedaftix7+249-163
2020-11-24 21:15Added runge-kutta methodaftix2+53-1
2020-11-24 21:00added stress/strainaftix4+210-22
2020-11-24 19:01Added euler method, simulationaftix6+44-10
2020-11-24 18:22Added nrows to settingsaftix4+109-113
2020-11-24 18:13Added derivative functionaftix5+183-7
2020-11-24 16:47Plot cell radius based on actual radiusaftix2+17-6
2020-11-24 15:06Now displays initial gridaftix5+48-5
2020-11-24 01:27Removed serde_jsonaftix2+0-2
2020-11-23 23:56changed from JSON to RONaftix2+7-5
2020-11-23 23:14added reading fileaftix1+14-3
2020-11-23 22:36save file on generateaftix2+6-4
2020-11-23 22:06generate gridaftix5+78-13
2020-11-23 20:49parsing of argumentsaftix4+168-36
2020-11-23 20:05Generation of grid, cli parametersaftix9+404-0
2020-09-07 20:36Initial commitaftix3+13-0