Skip to content
View philiphofman's full-sized avatar
Block or Report

Block or report philiphofman

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
philiphofman/README.md

Hello There!

  • 👋 Hi, I’m @philiphofman
  • 👀 I’m interested in Python, VR, WebXR, game programming, and anything else which sparks my interest!
  • 🌱 I’m currently learning Python 3, Pytest, PyQt5, and SQlite.

Pinned

  1. Python 3 implementation of the Squir... Python 3 implementation of the Squirrel3 Noise/Hash function written by Squirrel Eiserloh and shown at GDC 2017 (Math for Game Programmers: Noise-Based RNG)
    1
    import numpy
    2
    
                  
    3
    
                  
    4
    def squirrel3_noise(position: int, seed):
    5
        """Returns a random int based on seed and position.