Ok, this may not seem like much. But I’ve been trying to get this ball to show up on the screen for a day now. I finally did a search past the first page and found this tutorial: https://alexandergottlieb.com/2017/01/19/matter.js-the-missing-tutorial/ There were 2 parts I had to get going correctly: Setting up the canvas in the… Continue reading Matter js success!
Category: Uncategorized
Matter.js
Ok, I’ve decided which framework I’m going to use. I’ve decided to use Matter.js because it looks really cute, the code looks clean, and it seems like it’ll be a fun framework to work with. The demo looks fast and responsive as hell. I have questions about the responsiveness of the mouse clicks. However, from… Continue reading Matter.js
Picking a javascript framework for the project
I’m going to write Mathogen in HTML5 so it can be played on any browser. Making it available on as many devices as possible in 2020. Instead of writing my own physics library for the game, I need to use a video game framework (a bunch of code that someone else wrote) to make the… Continue reading Picking a javascript framework for the project
Just set up the website!
Ok so today I set up the website and put in a CMS so I can track my progress while I build out mathogen for the 17th time. This time I’m doing it in Javascript and HTML. I want to keep it light and easy and put it on the web. I’m planning to track… Continue reading Just set up the website!