Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi authored Jan 28, 2024
1 parent ffa0ce8 commit 78f141c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ It is supported to create pipelines on the fly or template them for certain use-
[![rigged_objects](https://user-images.githubusercontent.com/11232402/235417459-79483b7f-6581-4788-a662-ef81087334b6.png)](#native-examples)
[![wireframe](https://user-images.githubusercontent.com/11232402/235417465-f3f54a9b-624b-4fa1-88b6-f725ac468e78.png)](#native-examples)

### Complete Pipeline Definition

Probably the only documentation needed.
### Simple Pipeline Definition

```py
pipeline = ctx.pipeline(
Expand Down Expand Up @@ -194,12 +192,3 @@ pipeline.uniforms['iterations'][:] = struct.pack('i', 50) # writable memoryview
pipeline.render() # no parameters for hot code
```

## Contributing

Report issues using the [Issue Tracker](https://github.com/szabolcsdombi/zengl/issues).

Ask questions on the [Discussions](https://github.com/szabolcsdombi/zengl/discussions) tab.

### Code of Conduct

Commit to kindness, inclusivity, and mutual respect in all interactions.

0 comments on commit 78f141c

Please sign in to comment.