Website Updates

All,

I have made several updates to my website. Here are some of them:

First, this website is changing its focus to be about my webcomics and the series that it occurs in. As a result, many pages were moved and the toolbar has been changed.

Second, I have recently added a new page on my website for some of the artwork I have created. You can see the page over here: https://mjduniverse.com/art/. Furthermore, I have moved the 3D models link to be under the “Art” menu.

Third, I have deleted the old universe sandbox simulation page. I have not updated it in so many years and lost interest in the program for now. Plus, all of the simulations come from a legacy version that does not exist anymore. Nevertheless, you can still find the files here: https://mjduniverse.com/files/ubox/

Fourth, I have added some of the art I created for my series to the Series Factbook. One of them is featured on this blog post.

Anyways, be sure to look out for more changes I make to this website.

Two Projects of mine that I made open source.

So, there are two projects of mine that I have made open source. First, there is the PhSim Editor. This is a GUI editor that allows one to make PhSim simulations without knowledge of programming. PhSim is an open-source Matter.js plugin that I created that allows one to create a Matter.js simulation that has a tree-like structure, such as a game and various other things. Most of it is released under the MIT license, though it does contain third-party, open source components that use different licenses. You can read it by clicking on this link: https://github.com/mjduniverse/phsim-editor/blob/master/LICENSE.md.

Second, there is the simple gravity simulator that utilizes Matter.js to simulate the gravitational pull between circular 2D objects. This is released under the MIT license.

Now, the reason why I am doing this is that I have not been working on these projects for a long time and some might want to improve them. Thus, I am making them open source.

You can find them by clicking these links:

I hope you all enjoy these creations of mine.