Render Loop for Deno

Render Loop CI

Usage

deno run --allow-hrtime <script>

Permissions

Use --allow-hrtime to increase runtime precision of a render loop.

License

MIT License

Copyright © 2024 Chance Snow. All rights reserved. Copyright © 2020 Joel. All rights reserved.

Attribution

Adapted from the render_loop Crystal library, licensed under the MIT License.

Informed by Robert Nystrom's book, Game Programming Patterns.