Manual.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <HTML>
  2. <BODY>
  3. <style>
  4. body { background-color: #EEEEFF; font-size: 16px; font-family: Arial;
  5. color: #000000; margin: 0px;
  6. padding-left: 0px; padding-right: 0px;
  7. padding-top: 0px; padding-bottom: 0px }
  8. H1 { padding-left: 10px; }
  9. P { padding-left: 10px; }
  10. IMG { padding-left: 0px; padding-right: 0px;
  11. padding-top: 0px; padding-bottom: 0px }
  12. A { font-size: 18px; font-family: Arial; color: #0000A0; text-decoration: none }
  13. A:hover { color: #000070; background: #AAffAA }
  14. A:active { color: #00A0A0 }
  15. .normal { font-size: 18px; color: #00A0A0 }
  16. .sub { font-size: 18px; color: #ffffdf; }
  17. </style>
  18. <IMG SRC="Pages/Images/Title.png" alt=Logo titled DFPSR>
  19. <P> <h1 style="font-size:32px;">David Piuva's software renderer</h1>
  20. </P><P> When you just want to code in your own pace without worrying about API deprecation.
  21. </P><IMG SRC="Pages/Images/Border.png"><P>
  22. </P><P> <B>Using the library</B>
  23. </P><P> <IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>
  24. </P><IMG SRC="Pages/Images/Border.png"><P>
  25. </P><P> <B>Modifying the library</B>
  26. </P><P> <IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/StyleGuide.html">Style guide</A>
  27. </P><IMG SRC="Pages/Images/Border.png"><P>
  28. </P><P> <B>Technical details</B>
  29. </P><P> <IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/License.html">License</A>
  30. </P><P> <IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Security.html">Security</A>
  31. </P><IMG SRC="Pages/Images/Border.png">
  32. </BODY>
  33. </HTML>