-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Title: Fundamentos de WebGPU | ||
|
||
Aprende WebGPU a través de los siguientes artículos! | ||
|
||
|
||
{{{include "webgpu/lessons/es/toc.html"}}} | ||
|
||
|
||
<!-- | ||
{{{table_of_contents}}} | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
language: 'Spanish', | ||
defaultExampleCaption: "haz click aquí para abrir el enlace en una ventana nueva", | ||
title: 'Fundamentos de WebGPU', | ||
description: 'Aprende WebGPU', | ||
link: 'http://webgpufundamentals.org/webgpu/lessons/es', | ||
commentSectionHeader: '<div>Tienes dudas? <a href="http://stackoverflow.com/questions/tagged/webgpu">Pregunta en stackoverflow</a>.</div>\n <div>Encontraste un bug? <a href="http://github.com/gfxfundamentals/webgpufundamentals/issues">Compártelo como una incidencia en github</a>.</div>', | ||
missing: "Lo sentimos, pero este artículo no se ha traducido todavía. [Cualquier ayuda para traducir los artículos es bien recibida](https://github.com/gfxfundamentals/webgpufundamentals)! 😄\n\n[Puedes encontrar el artículo original en inglés aquí]({{{origLink}}}).", | ||
toc: "Índice", | ||
categoryMapping: { | ||
'basics': 'Conceptos básicos', | ||
'compute-shaders': 'Compute Shaders', | ||
'3d-math': 'Matemáticas 3D', | ||
'misc': 'Otros', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{{{tocHtml}}} | ||
<ul> | ||
<li><a href="https://github.com/gfxfundamentals/webgpufundamentals">Github</a></li> | ||
<li><a href="https://google.github.io/tour-of-wgsl/">Tour of WGSL</a></li> | ||
<li><a href="https://gpuweb.github.io/types/">WebGPU API Reference</a></li> | ||
<li><a href="https://www.w3.org/TR/webgpu/">WebGPU Spec</a></li> | ||
<li><a href="https://www.w3.org/TR/WGSL/">WGSL Spec</a></li> | ||
</ul> |