Latest Posts
-
ASP.NET Core CORS Policy Setup
20 Feb 2020 - Cody Merritt Anhorn
With ASP.NET Core it has become quite easy to setup CORS for a server. Using the built in libraries we are able with a few lines of code setup CORS and accept requests from a whitelist of Origins.
-
Blender 2.80+ - Including Animations in GLTF Export
16 Feb 2020 - Cody Merritt Anhorn
One thing I found lacking in the world is how to correctly export Animations from Blender using the GLTF Export Plugin. Since a few flags need to be in place for this to work correctly I though I would share my findings to help remind me later.
-
Blazor Server as Desktop Application
15 Feb 2020 - Cody Merritt Anhorn
In this post we will go through my personal code used to create an Desktop Application. Using the WebWindow and an ASP.NET Core Blazor Server I can create a Desktop application that looks and behaves like a native application. Using this setup I am able to use my knowledge of website creation to expedite my creation of a desktop application, since I find it easier to think of my desktop applications in the manner.
-
Game Development 2020.02.09
09 Feb 2020 - Cody Merritt Anhorn
The past week I worked on getting a Desktop client created and learning Blender. Time was spend creating and rigging the base Fire Immortal model, this will allow for easier creation of animations.
-
Better Jekyll Excerpts
09 Feb 2020 - Cody Merritt Anhorn
I recently found that my blog post listing page was not correctly splitting on paragraph. The default behavior should of caused the post except to be the first paragraph, but for one post it was not correctly splitting. To fix this it was an easy fix by using the ‘excerpt_separator’ metadata property.