N8python
Working on something different than what I was working on at the time I wrote this bio. All my work is CC0 unless otherwise specified.
Alpha Centauri
Pinned Repositories
caustics
city
A procedurally generated city that dynamically creates a road network and then populates the surrounding area with buildings. Pedestrians and cars then intelligently traverse the roads and sidewalks. Dynamic clouds, glowing windows, dynamic shadows, and baked ambient occlusion make the city feel all the better to explore.
diamonds
havokDemo
minecraftClone
A raytraced minecraft clone that uses a 3D DDA voxel intersection algorithm to render and edit a 3d world, complete with multiple block types, ambient occlusion, water, and shadows.
mlx-pretrain
A simple MLX implementation for pretraining LLMs on Apple Silicon.
n8ao
An efficient and visually pleasing implementation of SSAO with an emphasis on temporal stability and artist control.
N8GI
A heavy and visually pleasing implementation of world-space global illumination with an emphasis on temporal stability and artist control.
n8loom
A tree-based prefix cache library that allows rapid creation of looms: hierarchal branching pathways of LLM generations.
theIsland
A procedurally generated island that uses noise and other algorithms to create realistic terrain and foliage - which is then augmented with post-processing based water, screen-space ambient occlusion, and crepuscular lighting.
N8python's Repositories
N8python/mnistLatentSpace
Explore the wonderful word of the MNIST latent space!
N8python/catCreator
Uses PCA (Principal Component Analysis) to explore the latent space of an autoencoder trained on thousands of images of cats.
N8python/BoombaZoomba
A fun fight game with stick figure rag dolls.
N8python/germCity
A to-be simulation of a outbreak in a city (based off COVID-19).
N8python/walkingAI
It's an AI... that sort of walks.
N8python/Photonic
A tile-based sandbox game where you try and light up the world (work in progress)
N8python/apolloX
My amazing game for the game jam.
N8python/dualDuel
New first-person melee combat game I am working on.
N8python/fakecats
Cats generated by autoencoder. Not amazing, not horrible.
N8python/finnigansWakeGen
N8python/forimate
N8python/genAbstractArt
A small abstract art generator using perlin noise.
N8python/mnistClassifier
A quick classifier made with tensorflow.js & the mnist dataset.
N8python/modelerz
Build your own compartmental model.
N8python/NEAT
An implementation of NEAT. More work on API to be done soon.
N8python/sir-model
N8python/voidSwarmer
N8python/3DRunner
Very simple 3D runner made with three.js to learn it.
N8python/abstractArt
N8python/coderTyper
You get to type your code in a cool manner.
N8python/enable3d
🕹️ Standalone 3D Framework / Physics for three.js (using ammo.js) / 3D extension for Phaser 3
N8python/enable3d-website
🌐 Contains the website and all examples.
N8python/equalDistance
A test physics platformer.
N8python/gearGrappler
N8python/js-graph-algorithms
Package provides javascript implementation of algorithms for graph processing
N8python/musicAI
A set of code that fuels my music AI
N8python/mysticalField
A beautiful field created with three.js. Models from clara.io.
N8python/partykals
Particles system library for THREE.js
N8python/sentimentLstm
N8python/SIRModel
A small SIR Model for my disease modeling class.