Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skvamme/erlang_ghostscript_clock
Use ghostscript as an erlang port
https://github.com/skvamme/erlang_ghostscript_clock
erlang postscript
Last synced: about 1 month ago
JSON representation
Use ghostscript as an erlang port
- Host: GitHub
- URL: https://github.com/skvamme/erlang_ghostscript_clock
- Owner: skvamme
- Created: 2024-05-17T08:00:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:05:21.000Z (5 months ago)
- Last Synced: 2024-09-30T03:41:41.432Z (about 2 months ago)
- Topics: erlang, postscript
- Language: PostScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# erlang_ghostscript_clock
Use ghostscript as an erlang port and enjoy DisplayPostscript.Install ghostscript from https://www.ghostscript.com
Install Erlang from https://www.erlang.org
Compile gs_clock.erl
`erlc gs_clock.erl`
Run the erlang console
`erl`
Start the clock, don't forget the ending dot.
`gs_clock:start(self()).`