Archive of posts with tag “web”
Embed the latest Mastodon post in my website
I show the latest Mastodon post in my website hosted on GitHub Pages, and it does not require JavaScript on the client side. How do I do that?
- Categories: update
- Tags: web, jekyll, selfhosting
I restructured my blog
If you have not noticed, the equations on my blog are now rendered server-side. This change makes it possible for those who turn off JavaScript on their browsers to see the equations. I also updated the theme from Minima v2 to Minima v3.
I created Sunniesnow, a rhythm game similar to Lyrica
In order to build a better player community for the rhythm game Lyrica, I created a new rhythm game called Sunniesnow. Learn more about Sunniesnow by joining our Discord server.
- Categories: update
- Tags: update, rhythm game, web
I created a community rhythm game called Dododo
I have created a community rhythm game called Dododo. It is a rhythm game with musical rhythm notations.
- Categories: update
- Tags: update, rhythm game, web
Simulating a mechanical system using rpg_core.js
Continuing my last work of simulating a mechanical system using RGSS3, I made a new version using rpg_core.js, the game scripting system shipped with RPG Maker MV. This version is live on web!
- Categories: physics
- Tags: javascript, rgss, hamiltonian, calculus, ode, web, fourier transform