Skip to content
View farisawan-2000's full-sized avatar
😳
You might find some cool projects here!
😳
You might find some cool projects here!
  • Virginia

Block or report farisawan-2000

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

Pinned Loading

  1. kirby64 kirby64 Public

    A work-in-progress decompilation of Kirby 64: The Crystal Shards, brought to you.

    Assembly 174 17

  2. auto-decompiler auto-decompiler Public

    Tools to make decompilation of Nintendo 64 games simple and elegant

    C 21 1

  3. Randomize the colors on a Blender th... Randomize the colors on a Blender theme (requires an already-existing custom theme to get values)
    1
    import sys, os
    2
    from random import randrange, getrandbits,random
    3
    from xml.etree.ElementTree import parse
    4
    def randomRGBA():
    5
    	return '#'+str(hex(getrandbits(32)))[2:]
  4. n64gamejam-2 n64gamejam-2 Public

    My game jam written for the N64Brew Homebrew Game Jam #2. This is the world's first homebrew written using the Turbo3D graphics system.

    C 3 1

  5. turbo3d turbo3d Public

    (kinda) labeled disasm/potential mods of gspTurbo3D

    C++ 7