A Simple Piano App Developed By Tonejs
When I was pregnant, my husband bought me a piano, because he wanted us and our baby to learn piano together. Hmm... a good point:)...
Implement Undo/Redo With Mobx In React
In one of my React project with three.js, I chose MobX as my state management over Redux, mostly because I found it difficult to deal immutability with three.js. However, mutability brings difficulties in the history management. I spent much effort...
Automatic Chain's Animation On wheel Models
In last blog, I introduced the construction of the chains on wheels. This blog will tell the animation calculations. The chain's animation is like this:...
Automatic Chain's Construction On wheel Models
Rencently I did have fun with a project which I'd like to share. It is to construct a chain automatically on wheels. Like these:...
Use Thread In Unity
It's been a long time since my last blog, as I've recently spent plenty of time to save a dying project that my ex-colleague left. When confronted with a file transferring bug, I found some essential caveats in Thead usage...