File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,6 +297,7 @@ export default defineConfig({
297297 {
298298 label : 'TypeGPU CLI' ,
299299 slug : 'tooling/typegpu-cli' ,
300+ badge : { text : 'new' } ,
300301 } ,
301302 {
302303 label : 'Build Plugin' ,
@@ -310,6 +311,7 @@ export default defineConfig({
310311 {
311312 label : 'AI Tools' ,
312313 slug : 'tooling/ai-tools' ,
314+ badge : { text : 'new' } ,
313315 } ,
314316 {
315317 label : 'WGSL to TypeGPU' ,
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ Run the CLI in the directory where you want to create your project:
3838The CLI lets you choose a project name and one of the available templates:
3939
4040- Vite
41- - Vite with a more complete TypeGPU example
4241- Vite + React
4342- Expo React Native
43+ - ... and more
4444
4545It can also install dependencies and download the official TypeGPU AI skill during setup.
4646
You can’t perform that action at this time.
0 commit comments