Skip to content

Commit

Permalink
docs: Update Repository structure in Readme (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhawryluk authored and iwoplaza committed Feb 13, 2025
1 parent 37176b0 commit 996493f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ Since 2012 [Software Mansion](https://swmansion.com) is a software agency with e

## Repository structure
**Packages**:
- [packages/typegpu](/packages/typegpu) - the core library.
- [packages/typegpu](/packages/typegpu) - The core library.
- [packages/unplugin-typegpu](/packages/unplugin-typegpu) - Build plugins for TypeGPU.
- [packages/tgpu-gen](/packages/tgpu-gen) - CLI tool for automatic TypeGPU code generation.
- [packages/tgpu-jit](/packages/tgpu-jit) - Just-In-Time transpiler for TypeGPU.
- [packages/tinyest](/packages/tinyest) - Type definitions for a JS embeddable syntax tree.
- [packages/tinyest-for-wgsl](/packages/tinyest-for-wgsl) - Transforms JavaScript into its *tinyest* form, to be used in generating equivalent (or close to) WGSL code.
- [packages/tgpu-wgsl-parser](/packages/tgpu-wgsl-parser) - WGSL code parser.
- ~~[packages/rollup-plugin](/packages/rollup-plugin) - Rollup plugin for TypeGPU.~~ (replaced by *unplugin-typegpu*)

- [packages/tgpu-dev-cli](/packages/tgpu-dev-cli) - Development tools for packages in the monorepo.

**Apps**:
- [apps/typegpu-docs](/apps/typegpu-docs) - the documentation webpage.
- [apps/typegpu-docs](/apps/typegpu-docs) - The documentation, examples and benchmarks webpage.

0 comments on commit 996493f

Please sign in to comment.