- Notifications
You must be signed in to change notification settings - Fork0
rm-hull/rm-hull
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Here's a small selection of personal projects I've got hosted in Github:
WebGL Mandelbrot Renderer - A small frontend app written in Typescriptusing React and WebGL to display the Mandelbrot set, deployed with Github Actions and hosted via Github Pages.
UK Ordnance Survey maps - A small frontend app written in Typescriptusing React, Chakra UI and Leaflet.js, deployed with Github Actions and hosted via Github Pages.
Zaup 2.0 - Another frontend app (also Typescript, React, Chakra) thatdisplays imported TOTP codes. It is another "serverless" app - all the data is persisted in local storage(and AES encrypted)
Asteroids - A golang implementation of the classic arcade game thatcross-compiles into WASM so you can play it in a browser.
8-bit Trip - An experiment in webaudio.
Scratchpad - A small web app that allows you to store snippets &miscellaneous notes as "blocks" in your browser's local storage.
BYOK 3 - A Forth interpreter/compiler written in Scala with Cats.