The entire series at https://tthtlc.github.io/ is my first attempt at using ChatGPT to generate Javascript to render line graphics in webpages.
Sometimes it has been very productive and useful. Sometimes it requires so much effort in describing the details to ChatGPT that it is much more efficient to just modify the program myself.
Overall, I will say ChatGPT sometimes can reach 90% of the production grade output, but many times, especially for complex scenario, it is only 20% of the original codes are written by ChatGPT. And sometimes, a theoretically possible program (which MatLab can easily do it) seemed never possible. Specifically I am referring to "truncated dodecahedron". I managed to do it – after much manual intervention, but still only managed to do it for one single face of the truncated dodecahedron, but not all the faces.
This is another attempt of doing the AI generated javascript except I am using Jekyll "so-simple" theme (which is no so simple, because it is so rich with features and alternatives). One feature added not done before is capturing the animation as GIF, in addition to capturing it as PNG/JPG from the older implementation.
https://hackgptdeveloper.github.io/ai/2024/11/23/double-ngon-explore.html
You must be logged in to post a comment.