aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* makefile: force color output for emacsbrian cully2025-12-311-1/+4
|
* rename wasm impl to rustbrian cully2025-12-304-7/+9
| | | | we may have more than one wasm compiler?
* wasm: string interpolationbrian cully2025-12-293-14/+10
|
* pure: dot count from inputbrian cully2025-12-291-12/+20
|
* wasm: hook up dot count to html inputbrian cully2025-12-293-9/+42
|
* bench with poly findingbrian cully2025-12-294-3/+15
|
* pure benchingbrian cully2025-12-292-0/+19
|
* wasm: render bench results in htmlbrian cully2025-12-293-17/+42
|
* wasm: add benchmarkingbrian cully2025-12-293-6/+43
|
* add watch section and bench sectionbrian cully2025-12-293-10/+19
|
* wasm: minor cleanupbrian cully2025-12-291-3/+3
|
* pure: separate render/updatebrian cully2025-12-291-31/+36
|
* wasm: update before renderbrian cully2025-12-291-1/+1
|
* wasm: separate update/render for later benchingbrian cully2025-12-293-11/+22
|
* state: use jsresultbrian cully2025-12-291-3/+4
|
* rainbow the pure, toobrian cully2025-12-292-6/+12
|
* wasm rainbow polyringbrian cully2025-12-291-5/+9
|
* create lines from point refsbrian cully2025-12-292-11/+13
|
* minor cleanupbrian cully2025-12-292-19/+19
|
* make: don't emit a bunch of wasm-pack stuff we don't needbrian cully2025-12-281-1/+4
|
* let fastrand know we're in wasmbrian cully2025-12-282-1/+32
| | | | now seeds are random!
* use unsafecell for render so we don't need runtime checks on borrows.brian cully2025-12-281-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, whitespacebrian cully2025-12-281-1/+11
|
* fmtbrian cully2025-12-281-1/+3
|
* use results in render loop where possiblebrian cully2025-12-281-7/+8
|
* fmtbrian cully2025-12-282-2/+3
|
* move render loop to its own modulebrian cully2025-12-282-38/+45
|
* don't do initial animation until clickbrian cully2025-12-281-1/+0
|
* more render simplificationbrian cully2025-12-281-21/+25
|
* simplify render logicbrian cully2025-12-281-52/+26
|
* put 40 balls back in playbrian cully2025-12-271-1/+1
|
* get wasm go button workingbrian cully2025-12-272-36/+71
|
* fmtbrian cully2025-12-273-5/+22
|
* dispatch wasm/pure based on query part of urlbrian cully2025-12-274-12/+34
|
* fix fps 0 on intercount resetbrian cully2025-12-271-2/+2
|
* add rust/wasm implbrian cully2025-12-279-47/+371
|
* use ‘toFixed’ instead of custom stuffbrian cully2025-12-261-1/+1
|
* try to calculate fps in spite of fingerprintingbrian cully2025-12-262-1/+11
|
* render bounding polygonbrian cully2025-12-261-2/+119
|
* add bouncing particlesbrian cully2025-12-2613-0/+433