https://github.com/yongyi781/fiery
My other website.
https://github.com/yongyi781/fiery
busy-beaver oeis svelte-5 sveltekit turing-machine
Last synced: 5 months ago
JSON representation
My other website.
- Host: GitHub
- URL: https://github.com/yongyi781/fiery
- Owner: yongyi781
- Created: 2024-10-10T02:26:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-18T02:47:11.000Z (5 months ago)
- Last Synced: 2026-01-18T14:41:43.605Z (5 months ago)
- Topics: busy-beaver, oeis, svelte-5, sveltekit, turing-machine
- Language: TypeScript
- Homepage: https://fiery.pages.dev/
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My other website
This is my second website, mainly for hosting interactive demos.
The website is hosted at https://fiery.pages.dev/.
See also [my other website's repository](https://github.com/yongyi781/yongyi781.github.io).
## Features
### Pretty OEIS client
[Link](https://fiery.pages.dev/oeis/)

### Fast Turing machine visualizer
[Link](https://fiery.pages.dev/turing/)
This Turing machine visualizer:
* Accepts Turing machines in standard format, the same format as used by https://bbchallenge.org/, along with an editable transition table
* Can animate and show the evolution of a Turing machine up to billions of steps
* Achieves a Turing machine simulation rate of about 100M steps per second on my machine, using pure Typescript.
* Achieves a rendering time of between 10 and 20 nanoseconds per pixel on my machine, using HTML5 Canvas's 2D rendering context.
