typegpu 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +11 -12
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,29 +1,28 @@
1
1
  <div align="center">
2
2
 
3
3
  ![TypeGPU (light mode)](/apps/typegpu-docs/public/typegpu-logo-light.svg#gh-light-mode-only)
4
- ![TypeGPU (dark mode)](/apps/typegpu-docs/public/typegpu-logo-dark.svg#gh-dark-mode-only)
5
4
 
6
- [Website](https://docs.swmansion.com/typegpu) — [Live Examples](https://docs.swmansion.com/typegpu/examples) — [Documentation](https://docs.swmansion.com/typegpu/guides/getting-started)
7
5
 
8
- </div>
6
+ [Website](https://docs.swmansion.com/TypeGPU) — [Documentation](https://docs.swmansion.com/TypeGPU/guides/getting-started)
9
7
 
10
- TypeScript library simplifying the WebGPU API and WGSL with zero-cost abstractions, type-safe data transfer and dependency injection.
8
+ </div>
11
9
 
12
- ## Documentation
10
+ **TypeGPU** is a TypeScript library that enhances the WebGPU API, allowing resource management in a type-safe, declarative way.
13
11
 
14
- We created a set of guides and tutorials to get you up and running fast. Check out our [Official Docs](https://docs.swmansion.com/typegpu/guides/getting-started)!
12
+ <div align="center">
13
+ <video autoplay muted loop src="https://github.com/user-attachments/assets/4dcbdcc6-5aa0-4adc-a40c-468c750d4d76"></video>
14
+ </div>
15
15
 
16
- ## Live Examples
16
+ ## Documentation
17
17
 
18
- To show the flexibility and simplicity of **TypeGPU**, we provide the [Live Examples](https://docs.swmansion.com/typegpu/examples) platform. It allows you to change the example
19
- code in real-time!
18
+ We created a set of guides and tutorials to get you up and running fast. Check out our [Official Docs](https://docs.swmansion.com/TypeGPU/guides/getting-started)!
20
19
 
21
20
  ## What's next?
22
21
 
23
- - [Join the Software Mansion Community Discord](https://discord.swmansion.com) to chat about TypeGPU or other Software Mansion libraries.
22
+ - [Join the Software Mansion Community Discord](https://discord.gg/8jpfgDqPcM) to chat about TypeGPU or other Software Mansion libraries.
24
23
 
25
24
  ## TypeGPU is created by Software Mansion
26
25
 
27
- [![swm](https://logo.swmansion.com/logo?color=white&variant=desktop&width=150&tag=react-native-reanimated-github 'Software Mansion')](https://swmansion.com)
26
+ [![swm](https://logo.swmansion.com/logo?color=white&variant=desktop&width=150&tag=typegpu-github 'Software Mansion')](https://swmansion.com)
28
27
 
29
- Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=reanimated&utm_medium=readme).
28
+ Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=typegpu&utm_medium=readme).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typegpu",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "repository": {
48
48
  "type": "git",
49
- "url": "git+https://github.com/software-mansion/typegpu.git"
49
+ "url": "git+https://github.com/software-mansion/TypeGPU.git"
50
50
  },
51
51
  "keywords": [
52
52
  "webgpu",
@@ -59,9 +59,9 @@
59
59
  "gpgpu"
60
60
  ],
61
61
  "bugs": {
62
- "url": "https://github.com/software-mansion/typegpu/issues"
62
+ "url": "https://github.com/software-mansion/TypeGPU/issues"
63
63
  },
64
- "homepage": "https://docs.swmansion.com/typegpu",
64
+ "homepage": "https://docs.swmansion.com/TypeGPU",
65
65
  "devDependencies": {
66
66
  "@webgpu/types": "^0.1.43",
67
67
  "typescript": "^5.3.3",