Skip to content
View cjhosken's full-sized avatar

Highlights

  • Pro

Block or report cjhosken

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cjhosken/README.md

Christopher Hosken

import bpy
import hou
import maya.cmds as mc
import nuke as nk
import pxr

class WhoAmI():
  def __init__(self):
    self.name = "Christopher Hosken"
    self.role = "Generalist TD"   
    self.website = "cjhosken.github.io"
    self.email = "hoskenchristopher@gmail.com"

  def getEducation(self):
    return "Bournemouth University"

  def isWorking(self):
     return [True, "Electric Theatre Collective", "R&D Intern"]

  def getLocation(self):
    return "London"

  def getHobbies(self):
    return {
      "Sport" : ["Basketball", "Football", "Climbing", "Frisbee"],
      "Music" : ["Guitar"]
    }

Featured Projects

Github Stats

Pinned Loading

  1. Gravi Gravi Public

    A USD Hydra Delegate that bends light rays around gravitational objects.

    C++ 4

  2. ncca-lab-scripts ncca-lab-scripts Public

    Go commands and other tools that are used in the NCCA Labs

    Shell

  3. NCCARenderFarmTools NCCARenderFarmTools Public

    My attempt at improving the NCCA renderfarm.

    Python 1

  4. MayaFluidSimulator MayaFluidSimulator Public archive

    Python