Pinned Repositories
Blocks
Tinkering with making an open source minecraft clone in unity
charRNN
Recurrent neural networks written in tensorflow that are fast, easy to use, and can reproduce "The Unreasonable Effectiveness of Recurrent Neural Networks"
Dialogue-Datasets
A collection of plain text dialogue datasets
GeoLib
A simple javascript library for making games like pokemon go
orbslam-windows
Easy build for ORB Slam 2 on Windows
P2P.NET
Peer to peer networking in C# using WebRTC
UnityMatrix
A Matrix class for Unity C# that is much better than the Matrix4x4 class
UnityVOIP
[Doesn't work now sorry] Real time peer to peer voice chat in Unity, using CSCore, NSpeex, and UnityP2P
UnityWASAPI
An example project that allows your program to interact with any sound a user plays to their speakers
UnityWindowsCapture
A framework to capture individual windows or the entire desktop in Unity
Phylliida's Repositories
Phylliida/MambaLens
Mamba support for transformer lens
Phylliida/ResoniteUnityExporter
Phylliida/mamba_interp
Various stuff in progress for mamba interpretability
Phylliida/investigating-mamba-ioi
Source code for our "Investigating the Indirect Object Identification circuit in Mamba" paper
Phylliida/MemoryMappedFileIPC
Pure c# IPC library using a memory mapped file (shared memory). Pub/sub interface, compatible with most .NET versions.
Phylliida/ResoniteBridgeLib
A connector that lets you communicate between Resonite mods and other applications, using MemoryMappedFileIPC
Phylliida/ResoniteEasyFunctionWrapper
Lets you easily wrap any static function(s) into custom nodes that still allow you to play with users without the mod
Phylliida/ResoniteEasyFunctionWrapperExampleMod
Example usage of ResoniteEasyFunctionWrapper
Phylliida/ACDC
An alternative implementation of ACDC (Automated Circuit Discovery)
Phylliida/Blendonite
A Resonite Mod+Blender plugin to use Blender from inside of Resonite
Phylliida/copy-mamba
Studying the copy task on Mamba
Phylliida/EmscriptenWasmFSWrapper
Simple minimal code that results in a wasm file that can act as an in-memory file system, using Emscripten's WASMFS
Phylliida/entropix
Entropy Based Sampling and Parallel CoT Decoding
Phylliida/ExportedEmscriptenUtilities
Various utility functions from emscripten, exported into a single wasm file
Phylliida/ExtractArxivText
Extract only the text of all arxiv source files, for archival purposes
Phylliida/ioi-circuit-listing
Everything we know about the IOI Circuit in Mamba
Phylliida/MambaInterpToolbox
Various mamba mech interp tools
Phylliida/MinimalResoniteRunnerTemplate
Minimal template, useful to call Resonite code (including world stuff) via an application that links to the User's Resonite exe
Phylliida/minimalWasmFSWrapper
Used in Resonite Wasm mod to hook into other wasm modules to give them an in memory file system
Phylliida/phylliida.github.io
Phylliida/RefhackCasts
Resonite VR mod that makes refhacking easier by modifying (unused) behavior of ObjectCast
Phylliida/ResoniteWasm
Adding Web Assembly support to Resonite (in progress)
Phylliida/RunningEverythingInPureWasm
Progress docs for trying to run everything in pure wasm
Phylliida/RustInMemoryWasmFileSystem
rust port of the file system in the v86 js emulator, intended for use as a wasi polyfill
Phylliida/sae-k-sparse-mamba
K Sparse Autoencoders for Mamba
Phylliida/TessaCoilCustomNodes
Various custom nodes that are compatible with ppl without the mod (they only work on your impulses)
Phylliida/TextToResonitePackagePy
Convert text file to resonite data model store
Phylliida/wasiMinimalPolyfill
Minimal wasi polyfill in c# that uses wasmfs from emscripten
Phylliida/WasmFileSystemRemover
Replaces WASI file systems calls with calls to an in memory file system
Phylliida/WasmNotes
Various Notes for implementing Wasm in Resonite