I’ve learnt Processing JavaScript a little and have some complete projects. They are very simple but I think they are not ugly.
View it on my own blog https://dyingdown.github.io/2019/09/03/JS-project/
[外链图片转存失败(img-sunIax7Z-1567834863381)(https://s2.ax1x.com/2019/09/03/nko6aj.gif)]
This is a 3D cube. You can view from any angle with your mouse dragging.
[外链图片转存失败(img-pBRxmM7H-1567834863384)(https://s2.ax1x.com/2019/09/03/nkX0bV.gif)]
This is a 9 * 9 multiplication table.
[外链图片转存失败(img-XMFW9yN3-1567834863387)(https://s2.ax1x.com/2019/09/03/nkXhb6.gif)]
This is a small ball imitating bouncing with gravity.
Because of some reason, the quality of the gif are not clear. The next post is some codes of the project.