gordensun/learningcell — explained in plain English
Analysis updated 2026-05-18
Let students rotate and zoom a 3D plant or animal cell model during a biology lesson
Explore a DNA double helix model to visually connect structure to function
Deploy the site to GitHub Pages for a class to use on any device with a browser
Use the neuron model to explain nerve cell structure without physical models
| gordensun/learningcell | dexhorthy/shannon | placenl2026/best-of-algorithmic-trading | |
|---|---|---|---|
| Stars | 200 | 204 | 204 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Works directly in a browser with no installation or account, deploy via the included GitHub Pages workflow.
This is an interactive 3D biology teaching website for Chinese-language classrooms that lets students explore detailed models of biological structures. It displays five scientifically accurate 3D models that can be rotated, zoomed, and examined: a plant cell, an animal cell, a white blood cell, a neuron, and a DNA double helix. The site loads the first model immediately when you visit, then quietly downloads the remaining four in the background so they are ready when you click on them. Each model file is compressed and cached by the browser, so repeat visits load near-instantly. Clicking a model in the sidebar brings up information alongside the 3D view, allowing students to visually connect structure to function while studying cell biology. You would use or deploy this if you teach biology in a Chinese-language setting and want a free, visually engaging tool for students to explore cell structures on any device with a modern web browser. No installation or account is needed to use it. The application is built with TypeScript using React and the three.js library for 3D rendering in the browser, and can be deployed to GitHub Pages with the included workflow file.
An interactive 3D biology teaching website with rotatable, zoomable models of a plant cell, animal cell, white blood cell, neuron, and DNA helix.
Mainly TypeScript. The stack also includes TypeScript, React, three.js.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.