| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | create lines from point refs | brian cully | 2025-12-29 | 2 | -11/+13 |
| | | |||||
| * | minor cleanup | brian cully | 2025-12-29 | 1 | -18/+18 |
| | | |||||
| * | use unsafecell for render so we don't need runtime checks on borrows. | brian cully | 2025-12-28 | 1 | -9/+11 |
| | | | | | | the mutability is only used once during init, so we can guarantee that it's always safe by the time init is done. | ||||
| * | comments, whitespace | brian cully | 2025-12-28 | 1 | -1/+11 |
| | | |||||
| * | fmt | brian cully | 2025-12-28 | 1 | -1/+3 |
| | | |||||
| * | use results in render loop where possible | brian cully | 2025-12-28 | 1 | -7/+8 |
| | | |||||
| * | fmt | brian cully | 2025-12-28 | 2 | -2/+3 |
| | | |||||
| * | move render loop to its own module | brian cully | 2025-12-28 | 2 | -38/+45 |
| | | |||||
| * | don't do initial animation until click | brian cully | 2025-12-28 | 1 | -1/+0 |
| | | |||||
| * | more render simplification | brian cully | 2025-12-28 | 1 | -21/+25 |
| | | |||||
| * | simplify render logic | brian cully | 2025-12-28 | 1 | -52/+26 |
| | | |||||
| * | put 40 balls back in play | brian cully | 2025-12-27 | 1 | -1/+1 |
| | | |||||
| * | get wasm go button working | brian cully | 2025-12-27 | 2 | -36/+71 |
| | | |||||
| * | fmt | brian cully | 2025-12-27 | 3 | -5/+22 |
| | | |||||
| * | add rust/wasm impl | brian cully | 2025-12-27 | 4 | -2/+322 |
| | | |||||
| * | add bouncing particles | brian cully | 2025-12-26 | 1 | -0/+11 |
