Manual.html 1.4 KB

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