Commit Graph

16 Commits

Author SHA1 Message Date
Bruno BELANYI 9c56134c67 beevee: add library to workspace
This is designed to be the new BVH for the raytracer.
2020-03-24 21:47:14 +01:00
Bruno BELANYI 01d2c2d973 project: move to Cargo workspace 2020-03-24 21:47:09 +01:00
Bruno BELANYI 7a78326fcf project: add indicatif dependency 2020-03-19 00:15:56 +01:00
Bruno BELANYI 923a8fe20c project: add rayon dependency 2020-03-18 18:59:55 +01:00
Bruno BELANYI e383b77f68 project: add structopt dependency 2020-03-18 16:32:22 +01:00
Bruno BELANYI 3ba17fac49 project: replace typetag by enum_dispatch 2020-03-18 15:23:58 +01:00
Bruno BELANYI 22b109212c project: add deserialization feature of nalgebra 2020-03-18 11:51:59 +01:00
Bruno BELANYI c16db361ea project: add typetag dependency 2020-03-18 11:47:07 +01:00
Bruno BELANYI 0f87626b66 project: add serde_yaml dependency 2020-03-18 11:46:56 +01:00
Bruno BELANYI b59c6ee50d project: add Serde dependency 2020-03-18 11:46:03 +01:00
Bruno BELANYI c53d50f165 project: add rand dependency 2020-03-17 23:42:32 +01:00
Bruno BELANYI cbcc5ff03e project: add image dependency 2020-03-17 23:25:41 +01:00
Bruno BELANYI 708fec536e project: add derive_more dependency 2020-03-16 16:07:21 +01:00
Bruno BELANYI ea9120fab3 project: split project into library and executable 2020-03-16 14:57:55 +01:00
Bruno BELANYI 1a3d0ca2a7 project: add BVH dependency 2020-03-16 14:30:38 +01:00
Bruno BELANYI 35626278d1 project: add Cargo project files
Those files were generated using `cargo init pathtracer`.
2020-03-08 16:22:44 +01:00