Skip to content
View KipJM's full-sized avatar

Highlights

  • Pro

Block or report KipJM

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
KipJM/README.md

Kip_Logo

Hiya!

I'm Kip. (they/them)
I make stuff sometimes
Mostly does game dev, graphics programming, and other things

Main Projects

Contact & Info

More info can be found at https://kip.gay
contact me at kip@kip.gay

Pinned Loading

  1. ACEDIA ACEDIA Public

    The full Godot project of ACEDIA.

    GDScript 12 2

  2. Raytrack Raytrack Public

    An interactive multithreaded software raytracer written in C++, with a graphical user interface made using ImGUI & OpenGL.

    C++ 11

  3. smart_planar_reflector smart_planar_reflector Public

    A simple-to-use and performant 3D planar reflector plugin for Godot that provides crystal-clear reflections in complex environments.

    GDScript 22 1

  4. Reykunyutsyip Reykunyutsyip Public

    An unofficial Android client app for the Reykunyu Na'vi dictionary, with Material design

    Kotlin 11

  5. SemanticLang SemanticLang Public

    Research in making a more ethical LLM with infinite context length by improving deduction verifiability via structured graph logic.

    Jupyter Notebook 1

  6. A simple GJK mesh intersection check... A simple GJK mesh intersection checker for Unity
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Diagnostics.CodeAnalysis;
    4
    using System.IO;
    5
    using System.Linq;