Skip to content

Instantly share code, notes, and snippets.

View godfengliang's full-sized avatar

fenley godfengliang

View GitHub Profile
@godfengliang
godfengliang / fontforge.html
Created May 17, 2026 13:21
FontForge — Visual Font Inspector (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FontForge — Visual Font Inspector</title>
<link rel="canonical" href="https://fontforge-inspect.surge.sh/">
<meta name="description" content="Visual font inspector and specimen generator. Preview any Google Font, test OpenType features, generate specimen sheets.">
<meta name="keywords" content="font inspector, typography, specimen, Google Fonts, OpenType, font preview">
<meta property="og:title" content="FontForge — Visual Font Inspector">
@godfengliang
godfengliang / chronoforge.html
Created May 17, 2026 13:18
ChronoForge — Interactive Timeline Editor (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChronoForge — Interactive Timeline Editor</title>
<link rel="canonical" href="https://chronoforge-timeline.surge.sh/">
<meta name="description" content="Interactive Gantt chart and timeline editor. Create tasks, set dependencies, drag-resize, zoom, export as PNG.">
<meta name="keywords" content="gantt chart, timeline, project management, task editor, planning">
<meta property="og:title" content="ChronoForge — Interactive Timeline Editor">
@godfengliang
godfengliang / voxelforge.html
Created May 17, 2026 13:14
VoxelForge — 3D Voxel Editor (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VoxelForge — 3D Voxel Editor</title>
<link rel="canonical" href="https://voxelforge-3d.surge.sh/">
<meta name="description" content="Create 3D voxel art in your browser. Minecraft-style block editor with WebGL rendering, orbit camera, multiple tools.">
<meta name="keywords" content="voxel, 3D, minecraft, block editor, WebGL, pixel art 3D">
<meta property="og:title" content="VoxelForge — 3D Voxel Editor">
@godfengliang
godfengliang / analogforge.html
Created May 17, 2026 13:09
AnalogForge — Web Synthesizer (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AnalogForge — Web Synthesizer</title>
<link rel="canonical" href="https://analogforge-synth.surge.sh/">
<meta name="description" content="Browser-based analog synthesizer with oscillators, filters, ADSR, LFO, reverb. Virtual keyboard, WAV export.">
<meta name="keywords" content="synthesizer, web audio, analog, synth, music, oscillator, filter">
<meta property="og:title" content="AnalogForge — Web Synthesizer">
@godfengliang
godfengliang / mindforge.html
Created May 17, 2026 13:04
MindForge — Visual Mind Map Editor (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MindForge — Visual Mind Map Editor</title>
<link rel="canonical" href="https://mindforge-map.surge.sh/">
<meta name="description" content="Browser-based mind map and knowledge graph editor. Create nodes, connect ideas, auto-layout, export as PNG.">
<meta name="keywords" content="mind map, knowledge graph, brainstorming, visual thinking, diagram editor">
<meta property="og:title" content="MindForge — Visual Mind Map Editor">
@godfengliang
godfengliang / shaderforge.html
Created May 17, 2026 13:00
ShaderForge — GLSL Shader Editor (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ShaderForge — GLSL Shader Editor</title>
<link rel="canonical" href="https://shaderforge-gl.surge.sh/">
<meta name="description" content="Real-time GLSL fragment shader editor with live preview. 12 built-in shaders, uniform controls, fullscreen mode.">
<meta name="keywords" content="GLSL, shader editor, fragment shader, WebGL, creative coding, generative art">
<meta property="og:title" content="ShaderForge — GLSL Shader Editor">
@godfengliang
godfengliang / waveforge.html
Created May 17, 2026 12:56
WaveForge 3D — Audio Visualizer (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WaveForge 3D — Audio Visualizer</title>
<link rel="canonical" href="https://waveforge-3d.surge.sh/">
<meta name="description" content="Real-time 3D audio visualizer with WebGL. Microphone or file input, 6 visualization modes, beat detection, color themes.">
<meta name="keywords" content="audio visualizer, 3D, WebGL, microphone, spectrum, waveform, music">
<meta property="og:title" content="WaveForge 3D — Audio Visualizer">
@godfengliang
godfengliang / particleforge.html
Created May 17, 2026 12:51
ParticleForge — GPU Particle System Editor (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ParticleForge — GPU Particle System Editor</title>
<link rel="canonical" href="https://particleforge-gpu.surge.sh/">
<meta name="description" content="Real-time GPU particle system editor with WebGL shaders. Create stunning particle effects with force fields, color gradients, and 12 presets.">
<meta name="keywords" content="particle system, WebGL, GPU particles, shader, visual effects, real-time">
<meta property="og:title" content="ParticleForge — GPU Particle System Editor">
@godfengliang
godfengliang / pixelforge.html
Created May 17, 2026 12:46
PixelForge — Pixel Art Animation Editor (single HTML file)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PixelForge — Pixel Art Animation Editor</title>
<meta name="description" content="Create pixel art and animations in your browser. Layers, onion skinning, sprite sheet export. Free, works offline, no signup.">
<meta name="keywords" content="pixel art, pixel art editor, sprite editor, animation, game art, pixel animation, sprite sheet">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://pixelforge-art.surge.sh/">
@godfengliang
godfengliang / terrainforge.html
Created May 17, 2026 12:40
TerrainForge - 3D Procedural Terrain Generator (Three.js, Perlin noise)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TerrainForge — 3D Procedural Terrain Generator</title>
<meta name="description" content="Generate stunning 3D terrain in your browser. Mountains, islands, forests with procedural noise. Day/night cycle, fly-through camera, screenshot export.">
<meta name="keywords" content="terrain generator, procedural terrain, 3D landscape, perlin noise, three.js, voxel, world generator">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://terrainforge-3d.surge.sh/">