Mini Development Projects 2024
Spider Inverse Kinematics this is an experiment i made in unity using FABRIK inverse kinematics. Someday I’d like to improve on this system and use it somewhere in an game. https://github.com/Ethan-Mulwee/Inverse-Kinematics-Experiments/tree/main Raymarching I was learning how to make a basic application that could draw things with OpenGL using GLFW and C++. To have some fun with it I work some raymarching shaders for it. The Mandelbulb Infinite Spheres Falling Sand (Raylib) This was one of my first C++ projects, raylib was great for learning as it’s such a simple and easy to use library that makes coding very fun. ...