-
primitive
Reproducing images with geometric primitives.
Go ★ 13k 1y agoExplain → -
Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
C ★ 11k 2y agoExplain → -
nes
NES emulator written in Go.
Go ★ 5.7k 1y agoExplain → -
Minecraft
Simple Minecraft-inspired program using Python and Pyglet
Python ★ 5.4k 3y agoExplain → -
gg
Go Graphics - 2D rendering in Go with a simple API.
Go ★ 4.8k 2y agoExplain → -
ln
3D line art engine.
Go ★ 3.4k 7y agoExplain → -
pt
A path tracer written in Go.
Go ★ 2.1k 7y agoExplain → -
sdf
Simple SDF mesh generation in Python
Python ★ 2.0k 1y agoExplain → -
Quads
Computer art based on quadtrees.
Python ★ 1.2k 3y agoExplain → -
fauxgl
Software-only 3D renderer written in Go.
Go ★ 925 1y agoExplain → -
physarum
Physarum polycephalum slime mold simulation
Go ★ 916 2y agoExplain → -
hmm
Heightmap meshing utility.
C ★ 612 2y agoExplain → -
Tiling
Tilings of regular polygons.
Python ★ 488 12y agoExplain → -
rbgg
Isolate and remove the background gradient from images of paper.
Go ★ 372 8y agoExplain → -
pack3d
Tightly pack 3D models.
Go ★ 338 4y agoExplain → -
rush
Rush Hour puzzle goodies!
Go ★ 331 2y agoExplain → -
axi
Library for working with the AxiDraw v3 pen plotter.
Python ★ 284 6y agoExplain → -
PirateMap
Procedurally generate pirate treasure maps.
Python ★ 273 5y agoExplain → -
simplify
3D mesh simplification in Go.
Go ★ 263 9y agoExplain → -
ribbon
Ribbon diagrams of proteins in #golang.
Go ★ 250 4y agoExplain → -
Punchcard
Generate GitHub-style punchcard charts with ease.
Python ★ 240 9y agoExplain → -
terrarium
Some code for generating topographic contour maps.
Go ★ 230 4y agoExplain → -
pg
Python OpenGL Graphics Framework
Python ★ 211 2y agoExplain → -
dlaf
Diffusion-limited aggregation, fast.
C++ ★ 194 6y agoExplain → -
FeedNotifier
Feed Notifier is a Windows application that resides in the system tray and displays pop-up notifications on your desktop when new items arrive in your subscribed RSS or Atom feeds
Python ★ 167 6y agoExplain → -
MisterQueen
A chess engine written in C.
C ★ 163 6y agoExplain → -
CellularForms
An implementation of Andy Lomas' Cellular Forms.
C++ ★ 158 6y agoExplain → -
density
Render millions of points on a map.
Go ★ 151 6y agoExplain → -
meshview
Performant 3D mesh viewer written in Go.
Go ★ 139 9mo agoExplain → -
delaunay
Fast Delaunay triangulation implemented in Go.
Go ★ 134 3y agoExplain → -
GraphLayout
Graph drawing using simulated annealing for layout.
Python ★ 118 9y agoExplain → -
Piet
Procedurally Generating Images in the Style of Piet Mondrian
Python ★ 101 9y agoExplain → -
ease
Easing functions in #golang.
Go ★ 97 9y agoExplain → -
AdventOfCode2018
My solutions to the Advent of Code 2018 problems.
Python ★ 80 7y agoExplain → -
contourmap
Compute contour lines (isolines) for any 2D data in Go.
Go ★ 78 4y agoExplain → -
iMeme
iMeme is a popular meme generator for Mac OS X
Objective-C ★ 72 8y agoExplain → -
xy
Various utilities for the Makeblock XY Plotter Robot Kit
Python ★ 72 10y agoExplain → -
DCPU-16
Python scripts for DCPU-16 emulation.
DCPU-16 ASM ★ 71 13y agoExplain → -
GPS
Real-time GPS Satellite Positions in 3D
Python ★ 68 11y agoExplain → -
demsphere
Generate 3D meshes of planets, moons, etc. from spherical DEMs. (WIP)
Go ★ 67 5y agoExplain → -
slicer
Fast 3D mesh slicer written in Go.
Go ★ 65 2y agoExplain → -
AllRGB
Scripts for creating AllRGB images.
Python ★ 60 12y agoExplain → -
mol
Render ball-and-stick models of molecules.
Go ★ 59 9y agoExplain → -
pixsort
Applying the traveling salesman problem to pixel art.
Go ★ 58 7y agoExplain → -
Ricochet
Implementation of Ricochet Robot (Rasende Roboter) including a GUI and a solver
Python ★ 57 4y agoExplain → -
TWL06
Official Scrabble dictionary packaged into a convenient Python module.
Python ★ 53 11y agoExplain → -
domaincoloring
Domain coloring in Go.
Go ★ 52 8y agoExplain → -
serve
Simple Go file server for command line development use, a la Python's SimpleHTTPServer.
Go ★ 40 1y agoExplain → -
Scale
Beautiful Fractals for Mac OS X.
Objective-C ★ 39 11y agoExplain → -
gorgb
Program to create "allRGB" images.
Go ★ 38 6y agoExplain → -
HelloFlask
A boiler-plate starting point for a Flask web application, including SQLAlchemy, WTForms and Bootstrap.
CSS ★ 37 12y agoExplain → -
Field
Creating computer art by simulating charged particle field lines.
Python ★ 37 12y agoExplain → -
choppy
Chop 3D models in half with a user-defined slice plane.
Go ★ 35 2y agoExplain → -
tracer
Global illumination path tracer in C++
C++ ★ 32 7mo agoExplain → -
Sync
Code inspired by the book.
Python ★ 31 12y agoExplain → -
maps
Work in progress. Render maps in #golang with a simple API.
Go ★ 28 8y agoExplain → -
FutureBlocks
Tetris clone written in QBasic.
Visual Basic ★ 27 10y agoExplain → -
AdventOfCode2019
My solutions for Advent of Code 2019.
Python ★ 25 6y agoExplain → -
HelloGL
Basic project structure for an OpenGL application.
C ★ 24 7y agoExplain → -
LoginServer
Online multiplayer game login server for secure user authentication.
Python ★ 24 3y agoExplain → -
HiRISE
Convert HiRISE PDS IMG files to 3D meshes with normal maps.
Python ★ 24 11y agoExplain → -
lissaknot
Create 3D models of Lissajous knots.
Go ★ 24 6y agoExplain → -
pyMeme
Cross-platform meme generator application.
Python ★ 23 11y agoExplain → -
AdventOfCode2021
My solutions for Advent of Code 2021.
Python ★ 22 4y agoExplain → -
ShortUrl
Python module for generating tiny URLs.
Python ★ 22 12y agoExplain → -
imview
Simple image viewer written in Go + OpenGL.
Go ★ 21 9y agoExplain → -
AdventOfCode2020
My solutions for Advent of Code 2020
Python ★ 21 5y agoExplain → -
GameFrame
Game Frame Simulator
Objective-C ★ 20 11y agoExplain → -
Phrases
Source code for a simple website that generates random, two-word phrases.
HTML ★ 20 9y agoExplain → -
SwtPacMan
Pac-Man clone written in 2005 using Java + SWT.
Java ★ 20 6y agoExplain → -
Manhattan
Rendering the buildings of Manhattan using OSM data and NYC shapefiles.
Python ★ 20 10y agoExplain → -
poissondisc
Poisson Disc sampling in Go.
Go ★ 19 6y agoExplain → -
PieSlice
Making simple wallpapers out of quarter circles.
Python ★ 19 10y agoExplain → -
Mapper
Web app for quickly plotting markers, polylines, polygons, heatmaps, etc. on a map.
JavaScript ★ 16 10y agoExplain → -
Mazes
Maze generation and rendering using Python.
Python ★ 16 12y agoExplain → -
Poker
Python poker hand evaluator
Python ★ 14 14y agoExplain → -
GrayScott
Simple Gray Scott Reaction Diffusion model implemented in C++ and OpenCL
C++ ★ 13 6y agoExplain → -
mc
Marching cubes algorithm implemented in #golang.
Go ★ 13 6y agoExplain → -
WangTiling
Weighted Wang tiling.
Python ★ 12 11y agoExplain → -
colormap
Colormaps for Go.
Go ★ 11 2y agoExplain → -
MLX90640
Arduino & Python code to interface with the MLX90640 thermal camera
Python ★ 11 2y agoExplain → -
thumbs
Go binary that watches a folder for images and generates thumbnails of them.
Go ★ 11 10y agoExplain → -
DrMario
Dr Mario clone in Python and wxPython, including AI
Python ★ 10 12y agoExplain → -
Fireflies
Synchronizing fireflies using JavaScript and D3.
★ 10 12y agoExplain → -
go-airspy
Go wrapper for the libairspy library.
Go ★ 10 7y agoExplain → -
wxSnow
Falling snowflakes on your Windows desktop.
Python ★ 9 6y agoExplain → -
WellPlate
Python + wxPython user interface for 96 and 384 well plates.
Python ★ 9 14y agoExplain → -
platformer
It's happening!
Go ★ 8 11y agoExplain → -
go-embree
Simple golang wrapper for embree using cgo
C++ ★ 8 5y agoExplain → -
visvalingam
Visvalingam-Whyatt line simplification algorithm in Go.
Go ★ 8 6y agoExplain → -
AdventOfCode2023
My solutions to the Advent of Code 2023 puzzles.
Python ★ 8 2y agoExplain → -
AdventOfCode2022
My solutions for Advent of Code 2022.
Python ★ 8 3y agoExplain → -
awesome-macOS ⑂
A curated list of awesome applications, softwares, tools and shiny things for macOS.
★ 8 8y agoExplain → -
triangulate
Polygon triangulation via ear clipping in #golang.
Go ★ 8 9y agoExplain → -
motion
Constant acceleration motion planner written in Go.
Go ★ 7 8y agoExplain → -
Turing
2-D Turing Machine
Python ★ 7 13y agoExplain → -
Yellow
Visualization for 2015 NYC Yellow Taxi Trips
JavaScript ★ 7 10y agoExplain → -
go-maps
Utilities for rendering maps in Go.
Go ★ 6 11y agoExplain → -
sdfplus
SDF to STL in C++
C++ ★ 6 9mo agoExplain → -
StarRocket
Star Rocket is a cartoon-themed space game with over 120 action-packed levels!
Objective-C ★ 6 12y agoExplain → -
CurveMesh
No description.
Python ★ 6 5y agoExplain → -
Boggle
Web-based Boggle clone written using Python and Flask
Python ★ 6 12y agoExplain → -
Fractal
Fractals in Python!
Python ★ 6 12y agoExplain → -
TextEditor
Scintilla-based text editor written in Python and wxPython
Python ★ 6 14y agoExplain → -
slices2stl
No description.
Go ★ 6 7y agoExplain → -
AdventOfCode2024
My Python solutions for Advent of Code 2024.
Python ★ 5 1y agoExplain → -
Blokus
Blokus solver written in C.
C ★ 5 11y agoExplain → -
image3d
Simple 3D image volumes in #golang.
Go ★ 5 8y agoExplain → -
michaelfogleman.com
Source code for my personal website.
HTML ★ 5 9y agoExplain → -
interval
Package for working with interval arrays. (WIP)
Go ★ 5 7y agoExplain → -
AdventOfCode2025
My solutions to the Advent of Code 2025 puzzles.
Python ★ 4 6mo agoExplain → -
ChessRenderer
FEN notation to PNG chess board renderings.
Python ★ 4 11y agoExplain → -
DartLife
Conway's Game of Life implemented in the Dart programming language.
Dart ★ 4 13y agoExplain → -
vol
Volume rendering experiments in Go.
Go ★ 4 10y agoExplain → -
WordWarrior
No description.
Java ★ 3 14y agoExplain → -
astar
Simple A* search implementation in Go.
Go ★ 3 9y agoExplain → -
wordle
No description.
Python ★ 3 4y agoExplain → -
Carolina
Building North Carolina out of wood.
Python ★ 3 10y agoExplain → -
picoman
No description.
Go ★ 3 7y agoExplain → -
Scrabble
Scrabble solver implemented in Python.
Python ★ 3 13y agoExplain → -
wat
What are you working on?
HTML ★ 3 10y agoExplain → -
Sizers
Layout tools inspired by wxWidgets sizers.
Python ★ 2 12y agoExplain → -
SlidersJS
No description.
JavaScript ★ 2 11y agoExplain → -
Hidato
Tools for generating and solving Hidato puzzles.
Python ★ 2 13y agoExplain → -
RssToJson
Simple Flask app for converting RSS feeds to JSON, supporting JSONP callbacks.
Python ★ 2 12y agoExplain → -
Matrix
Learning the Python / C API.
C ★ 2 11y agoExplain → -
FeedWatcher
Web app for monitoring RSS / Atom feeds.
JavaScript ★ 2 12y agoExplain → -
Triangles
No description.
C ★ 2 13y agoExplain → -
triangle ⑂
Go wrapper for Triangle: Constrained Delaunay Triangulation and Voronoi Tesselation
C ★ 2 8y agoExplain → -
ZombieDice
No description.
Python ★ 2 14y agoExplain → -
force
No description.
Go ★ 1 9y agoExplain → -
bob
No description.
Go ★ 1 9y agoExplain → -
Gravity
No description.
Python ★ 1 13y agoExplain → -
Lunch
Keep track of your restaurant lunches!
JavaScript ★ 1 14y agoExplain → -
p5.js ⑂
p5.js is a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing. http://twitter.com/p5xjs —
JavaScript ★ 1 9y agoExplain → -
StarEdit
Level editor for my iPhone game, Star Rocket
Python ★ 1 13y agoExplain → -
OldWebsite
No description.
Python ★ 1 12y agoExplain → -
MagicBitboards
Code to find magic bitboards for chess engines.
Python ★ 1 11y agoExplain → -
OhHi
Puzzle solver.
Python ★ 1 11y agoExplain → -
pg-slides
Slides about pg, created with pg.
Python ★ 1 11y agoExplain → -
boggart ⑂
SmartHome system.
Go ★ 0 3y agoExplain → -
svg2axi
No description.
C ★ 0 7y agoExplain → -
meshio ⑂
input/output for many mesh formats
★ 0 5y agoExplain → -
fogleman.github.io
My GitHub Pages repo.
★ 0 9y agoExplain → -
gtfs-scripts
Scripts for cleaning up GTFS feeds.
Python ★ 0 10y agoExplain → -
Harvest
Not sure yet.
Python ★ 0 11y agoExplain →
No repos match these filters.