posts:node: Add a post on Node and npm
[blog.git] / posts / Asymptote.mdwn
index 95db5101ae825906ae0cc4e83484fae5ca6a6e57..5c4416143d979e668849c02176657da27f9e4036 100644 (file)
@@ -1,6 +1,35 @@
 [Asymptote][] is a C++ style graphics drawing package for [[LaTeX]].
-I've written [a few libraries][libs] to make it easier to draw
-pictures for physics problem sets.
+I've written a few libraries to make it easier to draw pictures for
+physics problem sets (as part of my [[course website]] package).  Here
+are a few teasers (rendered as SVGs).
+
+Mechanics
+---------
+
+<object type="image/svg+xml" data="Mechanics-test.svg"></object>
+
+
+ElectroMag
+----------
+
+<object type="image/svg+xml" data="ElectroMag-test.svg"></object>
+
+Circ
+----
+
+<object type="image/svg+xml" data="Circ-test.svg"></object>
+
+To see the `Circ` library in full form, check out [[this
+writeup|phys102-chap28-prob71.pdf]] of a recent recitation problem.
 
 [Asymptote]: http://asymptote.sourceforge.net/
-[libs]: http://www.physics.drexel.edu/~wking/code/#asymptote
+
+stickfigure
+-----------
+
+<object type="image/svg+xml" data="stickfigure-test.svg"></object>
+
+
+[[!tag tags/latex]]
+[[!tag tags/programming]]
+[[!tag tags/tools]]