Blog Posts and Articles
Parsing Blender Obj Files with C
The most basic method of parsing a obj file exported from blender. This guide uses C/C++ without any additional libraries. We try to stick with raw types. For example most guides will have you put the vertices in a a Vector3<Float>. In this guide we are doing both. We are parsing into a custom vf3 and then flattening them into an array and use a stride of 3.
Add Custom C# Attributes to any API Endpoint
A method for attaching a C# custom attribute to a .NET 5.0+ API endpoint method using middleware.
PiAware Python Wrapper
A Python wrapper for a device that allows you to track airplanes within range of your home.