Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

libcaca.dox 2.0 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /** \mainpage libcaca Documentation
  2. \section intro Introduction
  3. \e libcaca is a graphics library that outputs text instead of pixels,
  4. so that it can work on older video cards or text terminals. It is not
  5. unlike the famous AAlib library. \e libcaca can use almost any virtual
  6. terminal to work, thus it should work on all Unix systems (including
  7. Mac OS X) using either the S-Lang library or the ncurses library, on DOS
  8. using the conio library, and on Windows systems using the native Win32
  9. console, the conio library, or using S-Lang or ncurses (through Cygwin
  10. emulation). There is also a native X11 driver, and an OpenGL driver
  11. (through freeglut) that does not require a text terminal. For machines
  12. without a screen, the raw driver can be used to send the output to another
  13. machine, using for instance cacaserver.
  14. \e libcaca is free software, released under the Do What the Fuck You
  15. Want to Public License. This ensures that no one, not even the \e libcaca
  16. developers, will ever have anything to say about what you do with the
  17. software. It used to be licensed under the GNU Lesser General Public
  18. License, but that was not free enough.
  19. \section devel Developer's documentation
  20. The complete \e libcaca programming interface is
  21. available from the following header:
  22. - caca.h
  23. There is language-specific documentation for the various bindings:
  24. - \subpage libcaca-ruby
  25. Some other topics are covered by specific sections:
  26. - \subpage libcaca-tutorial
  27. - \subpage libcaca-migrating
  28. There is also information specially targeted at \e libcaca developers:
  29. - \subpage libcaca-font
  30. - \subpage libcaca-canvas
  31. - \subpage libcaca-style
  32. \section user User's documentation
  33. - \subpage libcaca-env
  34. \section misc Misc
  35. - \subpage libcaca-news
  36. - \subpage libcaca-authors
  37. - \subpage libcaca-thanks
  38. \section license License
  39. Permission is granted to copy, distribute and/or modify this document
  40. under the terms of the Do What the Fuck You Want to Public License, version
  41. 2 as published by Sam Hocevar. For details see http://www.wtfpl.net/ .
  42. */