https://jakedowns.github.io/starpages
👤 Name | Behavior Driven Development with ChatGPT |
🚦Status | Started 1/1/24 |
🧾 Description | A project aimed at introducing you to the concepts of building a tetris-like block sorting game in p5.js (processing) using Chat GPT each step of the way, with a special focus on writing Behavior Driven Development .feature files in the Gherkin Feature File Syntax (Feature,Scenario{steps:{given:[],when:[],then:[]/*,...*/}}) |
🏷️ Tags | BDD (behavior driven development) - TDD methodology |
💬 Languages | .js |
📚 Libraries | cucumber-io |
🌐 URL | https://jakedowns.github.io/starpages/tetris-with-p5js-and-chatgpt-tutorial.html |
👨💻 Source | https://github.com/jakedowns/starpages/blob/main/tetris-with-p5js-and-chatgpt-tutorial.html |
(4d mandlebulb video texture demo)
👤 Name | 🎉 Happy New Year 2024 |
🚦Status | 🟢 Released Dec 31, 2023 |
🧾 Description | Using Three.js > VideoTexture to display videos on 'mandelbulb_' by EvilRyu on ShaderToy |
🏷️ Tags | fractals mandlebrot video texture |
💬 Languages | glsl javascript |
📚 Libraries | - CCapture.js - Capture Canvas to .webm/.mp4 @ fixed fps \n - Three.js - The one and only |
🌐 URL | https://jakedowns.github.io/starpages/new-year-2024.html |
👨💻 Source | https://github.com/jakedowns/starpages/blob/main/new-year-2024.html |
🚦Project Status 🟡 On Hold
three.js
,WebGL
,GLSL
,ES6
https://jakedowns.github.io/starpages/webgl.html
see: Happy New Year 2024
| <div style="text-align: center">Your Header Here</div> |
|---------------|---|
| 👤 Name | Project's Name |
|🚦Status | Started Xxx XX, XXXX |
|🧾 Description | Some nice words about the project |
| 🏷️ Tags | {PROJ_TAGS_AS_TOKEN_FIELD_READONLY} | <!-- {READONLY_TOKEN_FIELD__PROJ_TAGS} // ~> RO_TF_P_TAGS / VIEWABLE_TAGLIST EDITABLE_TAGLIST -->
| 💬 Languages | {PROJ_LANGUAGES_AS_TOKEN_FIELD_READONLY} |
| 📚 Libraries | {PROJECT_LIBRARIES_FORMATTED_UL} |
| 🌐 URL | https://jakedowns.github.io/starpages/{PROJECT_INDEX_FILENAME} |
| 👨💻 Source | https://github.com/jakedowns/starpages/blob/main/{PROJECT_INDEX_FILENAME} |
nvm i v16;
nvm alias default v16;
npm i -g http-server concurrently;
npm i;
npm run both;