Latest Posts
-
ElectronJS Gotcha
06 Jan 2020 - Cody Merritt Anhorn
When creating an ElectronJS application and your trying to control the install location. Make sure you have your package.json ‘name’ is valid. Below is the validation pattern, in my case I had an uppercase and so it was not installing into my expected directory.
-
Game Development 2020.01.04
04 Jan 2020 - Cody Merritt Anhorn
Worked on getting a VoxEdit export into the game. I plan on using VoxEdit to create my Voxel art models. Since VoxEdit comes with a rigger and animation engine it should help to stream line the process a bit.
-
Using calc with a SCSS Variable
29 Dec 2019 - Cody Merritt Anhorn
To use a variable in the CSS calc use SCSS Interpolation, example below.
-
Personal Development Tool List
29 Jul 2019 - Cody Merritt Anhorn
This is a list of websites I use in my development, some fiddle type tools, others drawing tools, or development tools.
-
The beginning
22 May 2019 - Cody Merritt Anhorn
In the beginning their needs to be the first.