Error: Failed to load processor TagToc
No macro or processor named 'TagToc' found

PF Plugins

Packet Forth features can be extended with different plugins. In order to use those you need to load them during the initialization phase of your script or interactive session.

working

  • console : readline console
  • fbcon : framebuffer and linux console
  • gsl : GNU Scientific Library (used for matrix type and operations)
  • image : image processing core. uses libtile and some native pf functions.
  • lqt : libquicktime movie i/o
  • opengl : drawing functions using opengl (used for texture packet)
  • v4l : video4linux
  • FreeType : font rendering using freetype
  • gmp : GNU MultiPrecision library. for number-theoretic weirdness.
  • SDL : Simple Direct media Layer.
  • X11 : X Window specific output objects for xvideo and glx
  • jpeg : jpeg image load/save
  • png : png image load/save

experimental, broken, obsolete

  • ascii : ascii packet (rectangular text buffer) and stuff
  • glade : run a glade gui from packet forth
  • net : network stuff (obsolete)
  • guile : scheme bindings for pf
  • jack : jack audio daemon. only used for synchronization
  • octave : interface to octave. broken.