jBob
This commit is contained in:
parent
8eaee2fa65
commit
77e2013961
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Just a bunch of blobs
|
||||||
|
|
||||||
[](https://github.com/schmelczer/webgpu/actions/workflows/deploy.yml)
|
[](https://github.com/schmelczer/webgpu/actions/workflows/deploy.yml)
|
||||||
|
|
||||||
## todo
|
## todo
|
||||||
|
|
@ -9,3 +11,5 @@
|
||||||
- shareable settings
|
- shareable settings
|
||||||
- graceful error messages when no support
|
- graceful error messages when no support
|
||||||
- fix up generation id automatically
|
- fix up generation id automatically
|
||||||
|
|
||||||
|
Check out the [agent's logic](./src/pipelines/agents/agent.wgsl).
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
<meta property="og:title" content="WebGPU | Andras Schmelczer" />
|
<meta property="og:title" content="Just a bunch of blobs" />
|
||||||
<meta property="og:description" content="Discover my projects." />
|
<meta property="og:description" content="Discover my projects." />
|
||||||
<meta property="og:url" content="https://schmelczer.dev" />
|
<meta property="og:url" content="https://schmelczer.dev" />
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
/>
|
/>
|
||||||
<meta name="theme-color" content="#b7455e" />
|
<meta name="theme-color" content="#b7455e" />
|
||||||
|
|
||||||
<title>WebGPU | Andras Schmelczer</title>
|
<title>Just a bunch of blobs</title>
|
||||||
|
|
||||||
<link inline inline-asset="index.css" inline-asset-delete />
|
<link inline inline-asset="index.css" inline-asset-delete />
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
<main class="pages info-page">
|
<main class="pages info-page">
|
||||||
<section>
|
<section>
|
||||||
<h1>Title</h1>
|
<h1>Just a bunch of blobs</h1>
|
||||||
<p>
|
<p>
|
||||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque itaque
|
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque itaque
|
||||||
perspiciatis nesciunt, molestiae officiis dignissimos porro! Provident totam
|
perspiciatis nesciunt, molestiae officiis dignissimos porro! Provident totam
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue