2025-02-20 17:34 | fix a potential issue if rf_raw_dim was changed when decoded_data_dim was not | Randy Palamar | 2 | +24 | -13 |
2025-02-20 17:25 | das: small refactor | Randy Palamar | 1 | +10 | -17 |
2025-02-19 22:22 | add GL vendor detection for w32 arm64 | Randy Palamar | 1 | +4 | -1 |
2025-02-17 12:19 | intrinsics: avoid UB when using CLZ/CTZ | Randy Palamar | 2 | +18 | -4 |
2025-02-14 04:03 | beamformer: don't try gen mipmaps for an invalid texture at startup | Randy Palamar | 1 | +1 | -0 |
2025-02-14 00:52 | shaders/hadamard: transpose the decoding direction | Randy Palamar | 1 | +1 | -1 |
2025-02-13 18:11 | w32: read_file: don't shadow result | Randy Palamar | 1 | +2 | -2 |
2025-01-29 03:55 | w32: fix typos in last commit | Randy Palamar | 1 | +2 | -2 |
2025-01-29 03:37 | core: avoid crashing when w32 fails to read file | Randy Palamar | 3 | +42 | -48 |
2025-01-29 02:53 | build.sh: fix a couple w32 build issues | Randy Palamar | 1 | +21 | -16 |
2025-01-28 13:39 | ci: remove unneeded packages and add arm64-linux runner | Randy Palamar | 1 | +4 | -6 |
2025-01-28 13:22 | build.sh: fix missing includes | Randy Palamar | 1 | +6 | -2 |
2025-01-28 12:56 | build.sh: stop using cmake | Randy Palamar | 1 | +29 | -20 |
2025-01-28 03:20 | adapt shaders and parameters to defined ornot api | Randy Palamar | 4 | +68 | -53 |
2025-01-25 17:05 | build.sh: built raylib's bundled glfw separately | Randy Palamar | 1 | +52 | -25 |
2025-01-24 17:45 | core: store hadamard as i8 texture data | Randy Palamar | 3 | +10 | -12 |
2025-01-24 13:26 | das: fix typo in u16 unpack | Randy Palamar | 1 | +1 | -1 |
2025-01-24 12:59 | core/das: pack uforces channels into u16s | Randy Palamar | 2 | +8 | -6 |
2025-01-24 04:26 | core: delete all multi transducer handling code | Randy Palamar | 6 | +73 | -103 |
2025-01-23 17:16 | core/das: use xdc_transform matrices sent in UBO | Randy Palamar | 4 | +32 | -85 |
2025-01-22 14:16 | build.sh: speed up ci build and make some options more explicit | Randy Palamar | 2 | +72 | -43 |
2025-01-21 18:10 | core: automatic hot reloading | Randy Palamar | 12 | +610 | -242 |
2025-01-17 05:55 | das: fix multipass volume export | Randy Palamar | 1 | +3 | -2 |
2025-01-14 15:15 | ui: don't stretch the output when changing view region | Randy Palamar | 4 | +72 | -32 |
2025-01-15 03:23 | ui: overlay mouse coordinates when hovering | Randy Palamar | 2 | +29 | -4 |
2025-01-15 01:07 | hadamard: fix adjacent channel swapping | Randy Palamar | 1 | +4 | -3 |
2025-01-14 13:00 | ui: use CLAMP_TO_BORDER on view output texture | Randy Palamar | 1 | +6 | -2 |
2025-01-13 23:04 | ui: work around raylib's texture filtering | Randy Palamar | 1 | +4 | -0 |
2025-01-10 17:11 | ui: don't draw ruler when start point is out of view | Randy Palamar | 1 | +2 | -1 |
2025-01-10 15:35 | ui: scale bar click to zoom interaction | Randy Palamar | 3 | +96 | -44 |
2025-01-09 23:57 | das: tidy up hercules path | zemplab | 1 | +53 | -48 |
2025-01-09 13:26 | ui: split scale bar drawing into a helper | Randy Palamar | 1 | +49 | -46 |
2025-01-09 05:12 | ui: pass scale bars through the interaction system | Randy Palamar | 2 | +98 | -22 |
2025-01-08 20:34 | das: FORCES: recieve distance in y should always be 0 | Randy Palamar | 1 | +2 | -2 |
2025-01-08 20:30 | update gitignore | Randy Palamar | 1 | +5 | -4 |
2025-01-08 20:25 | ui: draw debug overlay ontop of everything else | Randy Palamar | 1 | +1 | -1 |
2025-01-08 18:13 | das: use the correct number of channels for HERCULES and RCA | Randy Palamar | 1 | +4 | -4 |
2025-01-08 16:54 | move scale bar drawing into draw_display_overlay | Randy Palamar | 1 | +107 | -107 |
2025-01-08 16:23 | avoid raylib GetMouseWheelMove() jank | Randy Palamar | 1 | +4 | -4 |
2025-01-08 15:07 | improve display ruler interaction | Randy Palamar | 4 | +131 | -73 |
2025-01-07 06:01 | split ruler drawing into a seperate function | Randy Palamar | 4 | +111 | -65 |
2025-01-08 03:40 | das: correct element positioning | Randy Palamar | 1 | +23 | -15 |
2025-01-08 02:56 | das: bring back HERCULES tribal knowledge | Randy Palamar | 1 | +3 | -0 |
2025-01-08 02:49 | helper lib: change output_points to uv4 in beamform_data_synchronized | Randy Palamar | 2 | +3 | -2 |
2025-01-06 20:23 | debug: log when executable reloads and properly reload ui | Randy Palamar | 5 | +24 | -9 |
2024-12-21 00:11 | port to aarch64 | Randy Palamar | 6 | +81 | -25 |
2024-12-11 00:51 | make test less zealous | Randy Palamar | 1 | +1 | -2 |
2024-12-11 00:30 | don't crash when reloading shaders when no data is loaded | Randy Palamar | 2 | +14 | -2 |
2024-12-06 23:17 | add a couple normal RCA beamforming methods to das shader | zemplab | 3 | +92 | -21 |
2024-12-10 18:19 | calculate transmit distance relative to world space | Randy Palamar | 1 | +14 | -7 |
| 250 more commits remaining, fetch the repository |