/starpages

starpages

Primary LanguageJavaScript

https://jakedowns.github.io/starpages

Demos / Starter Files:

2024.002 | BDD w/ ChatGPT

click to view preview video

πŸ‘€ 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




2024.001 | Happy New Year 2024

(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

Writing to GLSL Shader Uniforms from Javascript via Three.js

🚦Project Status 🟑 On Hold

three.js, WebGL, GLSL, ES6 https://jakedowns.github.io/starpages/webgl.html

Three.js Frosted Mandlebrot w/ internal video texture

see: Happy New Year 2024


Project Summary Card Markdown Template

| <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} | 

Using this Project

nvm i v16; 
nvm alias default v16; 
npm i -g http-server concurrently; 
npm i; 
npm run both;