aboutsummaryrefslogtreecommitdiffstats
path: root/src/render_loop.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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-281-1/+2
|
* move render loop to its own modulebrian cully2025-12-281-0/+41