| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | makefile: force color output for emacs | brian cully | 2025-12-31 | 1 | -1/+4 |
| | | |||||
| * | rename wasm impl to rust | brian cully | 2025-12-30 | 4 | -7/+9 |
| | | | | | we may have more than one wasm compiler? | ||||
| * | wasm: string interpolation | brian cully | 2025-12-29 | 3 | -14/+10 |
| | | |||||
| * | pure: dot count from input | brian cully | 2025-12-29 | 1 | -12/+20 |
| | | |||||
| * | wasm: hook up dot count to html input | brian cully | 2025-12-29 | 3 | -9/+42 |
| | | |||||
| * | bench with poly finding | brian cully | 2025-12-29 | 4 | -3/+15 |
| | | |||||
| * | pure benching | brian cully | 2025-12-29 | 2 | -0/+19 |
| | | |||||
| * | wasm: render bench results in html | brian cully | 2025-12-29 | 3 | -17/+42 |
| | | |||||
| * | wasm: add benchmarking | brian cully | 2025-12-29 | 3 | -6/+43 |
| | | |||||
| * | add watch section and bench section | brian cully | 2025-12-29 | 3 | -10/+19 |
| | | |||||
| * | wasm: minor cleanup | brian cully | 2025-12-29 | 1 | -3/+3 |
| | | |||||
| * | pure: separate render/update | brian cully | 2025-12-29 | 1 | -31/+36 |
| | | |||||
| * | wasm: update before render | brian cully | 2025-12-29 | 1 | -1/+1 |
| | | |||||
| * | wasm: separate update/render for later benching | brian cully | 2025-12-29 | 3 | -11/+22 |
| | | |||||
| * | state: use jsresult | brian cully | 2025-12-29 | 1 | -3/+4 |
| | | |||||
| * | rainbow the pure, too | brian cully | 2025-12-29 | 2 | -6/+12 |
| | | |||||
| * | wasm rainbow polyring | brian cully | 2025-12-29 | 1 | -5/+9 |
| | | |||||
| * | create lines from point refs | brian cully | 2025-12-29 | 2 | -11/+13 |
| | | |||||
| * | minor cleanup | brian cully | 2025-12-29 | 2 | -19/+19 |
| | | |||||
| * | make: don't emit a bunch of wasm-pack stuff we don't need | brian cully | 2025-12-28 | 1 | -1/+4 |
| | | |||||
| * | let fastrand know we're in wasm | brian cully | 2025-12-28 | 2 | -1/+32 |
| | | | | | now seeds are random! | ||||
| * | 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 |
| | | |||||
| * | dispatch wasm/pure based on query part of url | brian cully | 2025-12-27 | 4 | -12/+34 |
| | | |||||
| * | fix fps 0 on intercount reset | brian cully | 2025-12-27 | 1 | -2/+2 |
| | | |||||
| * | add rust/wasm impl | brian cully | 2025-12-27 | 9 | -47/+371 |
| | | |||||
| * | use ‘toFixed’ instead of custom stuff | brian cully | 2025-12-26 | 1 | -1/+1 |
| | | |||||
| * | try to calculate fps in spite of fingerprinting | brian cully | 2025-12-26 | 2 | -1/+11 |
| | | |||||
| * | render bounding polygon | brian cully | 2025-12-26 | 1 | -2/+119 |
| | | |||||
| * | add bouncing particles | brian cully | 2025-12-26 | 13 | -0/+433 |
