https://github.com/fifth-postulate/postscript-whisperer
Material for a workshop on PostScript, a page description language
https://github.com/fifth-postulate/postscript-whisperer
adobe postscript workshop
Last synced: about 1 month ago
JSON representation
Material for a workshop on PostScript, a page description language
- Host: GitHub
- URL: https://github.com/fifth-postulate/postscript-whisperer
- Owner: fifth-postulate
- License: mit
- Created: 2021-11-16T07:29:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T14:09:46.000Z (over 2 years ago)
- Last Synced: 2025-10-10T17:16:40.407Z (6 months ago)
- Topics: adobe, postscript, workshop
- Language: PostScript
- Homepage: https://fifth-postulate.nl/postscript-whisperer/
- Size: 1.34 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postscript Whisperer
Material for a workshop on [PostScript][adobe:postscript], a [page description language][wikipedia:pdl].
[PostScript][wikipedia:postscript] is
> a dynamically typed, concatenative programming language.
## Development
The repository contains the following parts
* **workshop**: contains the sources for an accompanying workbook guiding you through the intracies of PostScript.
* **presentation**: contains various presentations which will help in structuring the workshop.
* **resources**: contains background material which could help during the workshop.
### Workshop
The workshop is written with [mdbook][mdbook]. It is divided into two main parts
1. **Tools**: An introduction to PostScript.
2. **Projects**: Bob Ross style examples of what can be done with PostScript.
### Presentation
The presentation are Markdown driven and presented with [remark][remark].
## Material
The above material is automatically packaged when running the `make` command.
On each commit to master the the package is updated and the guide and the presentations are published as GitHub pages.
[adobe:postscript]: https://www.adobe.com/products/postscript.html
[wikipedia:pdl]: https://en.wikipedia.org/wiki/Page_description_language
[wikipedia:postscript]: https://en.wikipedia.org/wiki/PostScript
[mdbook]: https://rust-lang.github.io/mdBook/
[remark]: https://remarkjs.com/