|
|
f93d215fc2
|
rtiow: add support to send rendering output to https://github.com/Tom94/tev
|
2023-10-29 10:44:59 -07:00 |
|
|
|
9430a1e7da
|
cargo update and address workspace lint.
|
2023-09-21 10:24:50 -07:00 |
|
|
|
23bc5b0bf0
|
rtiow: latest cargo files.
|
2023-02-15 15:40:25 -08:00 |
|
|
|
9353ff675e
|
rtiow: add toml and set debugging to optimized builds.
|
2023-02-15 14:39:04 -08:00 |
|
|
|
4b8bd84a84
|
rtiow: cargo update; cargo upgrade
|
2023-02-13 21:00:45 -08:00 |
|
|
|
e19ec20c7b
|
rtiow: Many changes
Add debugging hit DebugHit.
Move some color helpers from mandelbrot to colors mod.
Implement Texture trait for [f32;3]
|
2023-02-13 20:57:10 -08:00 |
|
|
|
41f9fa2742
|
rtiow: add proptest.
|
2023-02-12 13:05:01 -08:00 |
|
|
|
a0b79ee2fa
|
rtiow: add commented out failing test.
|
2023-02-02 20:33:58 -08:00 |
|
|
|
4e6e9bf78a
|
rtiow: cargo update.
|
2023-01-30 19:57:57 -08:00 |
|
|
|
beeb5e479b
|
rtiow: add dragon scene, tune stltest to compare with cuboid.
Refactor enum Model to use strum.
|
2023-01-30 19:55:28 -08:00 |
|
|
|
27d6c1280b
|
cargo upgrade -p criterion
|
2023-01-21 16:10:13 -08:00 |
|
|
|
39eeb79409
|
rtiow: stub triangles shape created from STLs.
|
2023-01-15 11:55:11 -08:00 |
|
|
|
24e8b4f9cf
|
rtiow: move vec3 to separate crate so it can be used elsewhere.
|
2023-01-15 11:35:55 -08:00 |
|
|
|
a12938db95
|
rtiow: run cargo update and fix build_all_features.sh errors.
|
2022-09-17 16:51:21 -07:00 |
|
|
|
3fb564ff19
|
More rand version bump.
continuous-integration/drone/push Build is failing
|
2021-06-13 17:46:45 -07:00 |
|
|
|
bf8b533b15
|
Version bump rand
|
2021-05-31 10:10:45 -07:00 |
|
|
|
0249ac6db9
|
Merge branch 'master' of https://git.z.xinu.tv/wathiede/raytracers
continuous-integration/drone/push Build is failing
|
2019-11-24 08:33:07 -08:00 |
|
|
|
f6e8477107
|
rtiow: version bumps.
|
2019-11-24 08:30:18 -08:00 |
|
|
|
2e13fa317e
|
rtiow: fix doc test error. Add warp to build.
continuous-integration/drone/push Build is failing
|
2019-11-09 13:23:57 -08:00 |
|
|
|
7ad3e82309
|
rtiow: latest cargo lock.
continuous-integration/drone/push Build is failing
|
2019-11-09 13:12:40 -08:00 |
|
|
|
53398a57b7
|
rtiow: add noise_explorer_warp.
|
2019-11-09 13:00:44 -08:00 |
|
|
|
d9d183b1e5
|
rtiow: break project into multiple workspaces.
continuous-integration/drone/push Build is failing
|
2019-11-09 11:56:33 -08:00 |
|
|
|
ea31b570db
|
rtiow: remove prometheus monitoring support.
|
2019-10-23 18:51:05 -07:00 |
|
|
|
27ca936264
|
rtiow: add core affinity to each render thread.
continuous-integration/drone/push Build is passing
|
2019-10-21 10:51:33 -07:00 |
|
|
|
5d9e180817
|
First version of adaptive subsampling.
continuous-integration/drone/push Build is passing
Add debugging images, and move rendering to output module.
|
2019-10-16 20:21:16 -07:00 |
|
Bill Thiede
|
d796896f26
|
Remove unnecessary human_format package.
continuous-integration/drone/push Build is failing
|
2019-10-12 19:32:01 -07:00 |
|
Bill Thiede
|
2b1112d39e
|
Print human friendly rays / second.
continuous-integration/drone/push Build is failing
|
2019-10-12 17:47:19 -07:00 |
|
|
|
7f28a321e3
|
Use std lib primitives for cross thread messaging.
continuous-integration/drone/push Build is passing
|
2019-10-12 15:22:43 -07:00 |
|
|
|
bcf6b6d5d0
|
Remove unnecessary crates.
continuous-integration/drone/push Build is passing
|
2019-10-10 21:37:21 -07:00 |
|
|
|
2a0460f2cb
|
Version bump crossbeam-channel.
continuous-integration/drone/push Build is passing
|
2019-10-10 21:08:56 -07:00 |
|
|
|
53e0230852
|
Updated Cargo.lock
|
2019-10-10 19:40:39 -07:00 |
|
|
|
cdbaa928c2
|
Basic prometheus support, with push_gateway integration.
|
2019-02-25 20:41:53 -08:00 |
|
|
|
67ba66bdf7
|
Dynamic render images when visiting webpage at /.
|
2018-10-09 20:01:43 -07:00 |
|
|
|
639c50a3de
|
More noise debugging.
Added another reference implementation in lode.rs.
Build CLI to generate noise with various parameters.
|
2018-10-07 07:43:42 -07:00 |
|
|
|
697d056a9d
|
Basic Perlin texture implementation.
|
2018-09-23 09:33:01 -07:00 |
|
|
|
54f1304695
|
Add benchmark scene and change default flags to run under cargo-profile.
|
2018-09-18 20:58:31 -07:00 |
|
|
|
aa26c79f6d
|
Add some faster AABB hit implementations.
Switch e?println to info/trace logging.
|
2018-09-18 17:48:27 -07:00 |
|
|
|
23058d1268
|
Move tracing logic to renderer module and add CLI flags.
|
2018-09-12 16:15:10 -07:00 |
|
|
|
c4e958975c
|
Initial clumsy parallel renderer.
|
2018-09-12 15:24:52 -07:00 |
|
|
|
672dc3cdd2
|
Save .png output directly from rust.
|
2018-09-11 09:46:50 -07:00 |
|
|
|
9698afce43
|
Implement sub-sampling anti-aliasing.
Move camera to code to separate module.
|
2018-09-09 13:37:35 -07:00 |
|
|
|
3dfd71282b
|
simple_ppm writer.
|
2018-09-08 17:32:12 -07:00 |
|