Skip to content

LMPogoda/ChatGPT_production

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects written with OpenAI's ChatGPT

Small projects that explore AI-assisted programming.

JS Minesweeper

100% of the code is written by ChatGPT in a single dialog with iterative refinement. ~500 LOC. Detailed description

Features debugging, code abstraction using comments.


Classic Literature Summaries

ChatGPT is asked to provide a list of genres, then the list of prominent classic works in each genre, then a summary of each work. All these requests are automated, and their results are assembled into a website. Nearly all the code is generated by ChatGPT with some adjustments. ~300 LOC. Detailed description

Features scripted AI interactions, extracting structured data from the AI.


WebGL cylinder

A quick WebGL demo featuring 3D shape generation, shaders, a light, matrices, transformations, and animation loop. Light follows the mouse. All ChatGPT with small edits. ~400 LOC written in about 2 hours. I know OpenGL but not WebGL, so all of its API details is on the AI.

About

Small projects made with ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.6%
  • JavaScript 2.5%
  • Other 0.9%