RyanJuckett.com

RyanJuckett.com - Home
RJ_Containers Print E-mail
  
Monday, 15 December 2008 08:29

The RJ_Containers project is a reimplementation of the Standard Template Library (STL) container functionality. It has been architected for the needs of game development, but should be applicable to any performance critical or allocation sensitive programming.  

Last Updated ( Saturday, 12 December 2009 09:48 )
Read more...
 
Mermaids Painting Print E-mail
  
Wednesday, 29 July 2009 08:41

titleI've recently had some time off between projects (in other words, unemployed). One benefit of sitting around at home during the week has been taking some time to paint on the computer. It's been years since I've had the time and desire to put some real effort into any art. Turns out I was pretty rusty. Fortunately, it's easy to erase in the digital medium. You can check out the line work and final result below.

Last Updated ( Wednesday, 29 July 2009 09:43 )
Read more...
 
Constraint Relaxation IK in 2D Print E-mail
  
Monday, 13 April 2009 00:00

titleInverse kinematics (IK) solvers often become mathematically intensive or computationally expensive with long kinematic chains or when functioning in higher dimensions. I am going to cover an approach to solving IK that is easy to understand, handles any number of joints, and is easy to implement in any dimension. We will walk through a two dimensional example and I'll present sample code to perform the algorithm.

Last Updated ( Tuesday, 14 April 2009 23:17 )
Read more...
 
Cyclic Coordinate Descent in 2D Print E-mail
  
Wednesday, 11 February 2009 04:43

titleWhen performing inverse kinematics (IK) on a complicated bone chain, it can become too complex for an analytical solution. Cyclic Coordinate Descent (CCD) is an alternative that is both easy to implement and efficient to process. We will discuss the algorithm works at a high level, followed by a two-dimensional example and sample code.

Last Updated ( Tuesday, 11 August 2009 22:12 )
Read more...
 
RJ_Demo_IK Print E-mail
  
Friday, 09 January 2009 08:53

The RJ_Demo_IK project is a C# application to help demonstrate inverse kinematics related algorithms discussed else where on the site. For more information of the implemented algorithms, see the following articles.

Last Updated ( Tuesday, 11 August 2009 21:56 )
Read more...
 
<< Start < Prev 1 2 3 4 Next > End >>

Page 1 of 4

Creative Commons License
RyanJuckett.com site content by Ryan Juckett is licensed under a Creative Commons Attribution 3.0 United States License.