create-ssam
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -42,2 +42,8 @@ import fs from 'fs'; | ||
customCommand: `npm install ssam@latest ogl@latest vite-plugin-glsl@latest --prefix TARGET_DIR` | ||
}, | ||
{ | ||
name: "ogl-cube-ts", | ||
display: "Basic Cube Scene TS", | ||
color: green, | ||
customCommand: `npm install ssam@latest ogl@latest vite-plugin-glsl@latest --prefix TARGET_DIR` | ||
} | ||
@@ -56,2 +62,8 @@ ] | ||
customCommand: `npm install three@latest vite-plugin-glsl@latest --prefix TARGET_DIR` | ||
}, | ||
{ | ||
name: "three-shader-js", | ||
display: "Fullscreen Shader JS", | ||
color: yellow, | ||
customCommand: `npm install three@latest vite-plugin-glsl@latest --prefix TARGET_DIR` | ||
} | ||
@@ -58,0 +70,0 @@ ] |
{ | ||
"name": "create-ssam", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Quickstart a creative coding sketch with ssam", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -13,2 +13,8 @@ # create-ssam | ||
To update to the latest package, | ||
```sh | ||
npm create ssam@latest | ||
``` | ||
## Templates | ||
@@ -20,3 +26,7 @@ | ||
- OGL | ||
- Full Screen Shader TS | ||
- Fullscreen Shader TS | ||
- Basic Cube TS | ||
- Three | ||
- Fullscreen Shader TS | ||
- Fullscreen Shader JS | ||
- more will be added... | ||
@@ -23,0 +33,0 @@ |
{ | ||
"name": "template-vanilla-ts", | ||
"name": "template-ogl-shader-ts", | ||
"private": true, | ||
@@ -4,0 +4,0 @@ "version": "0.0.0", |
{ | ||
"name": "template-vanilla-ts", | ||
"name": "template-three-shader-ts", | ||
"private": true, | ||
@@ -4,0 +4,0 @@ "version": "0.0.0", |
62607
51
682
37