The postscript tag has no wiki summary.
1
vote
2answers
65 views
How's my matrix library look?
I've written a short library for manipulating matrices for 3D drawing. I've tried to strike a balance between speed and readability. Anything to improve?
%!
%mat.ps
%Matrix and Vector math routines
...
2
votes
0answers
67 views
Am I taking the right path? [closed]
I have a dynamic page and a user can create or view posts. As of right now all of the posts show, I want to organize my posts by categories. But once the user goes to the page all of the posts will ...
3
votes
0answers
76 views
Concatenative PostScript library
As a part of picking up concatenative programming, I decided to implement the common concatenative operations in PostScript. Here is my attempt at implementing some of the words in other concatenative ...