index.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  7. <meta name="generator" content="Doxygen 1.9.4"/>
  8. <title>GLFW: Main Page</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  13. <script type="text/javascript" src="search/searchdata.js"></script>
  14. <script type="text/javascript" src="search/search.js"></script>
  15. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  16. <link href="extra.css" rel="stylesheet" type="text/css"/>
  17. </head>
  18. <body>
  19. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  20. <div id="titlearea">
  21. <div class="glfwheader">
  22. <a href="https://www.glfw.org/" id="glfwhome">GLFW</a>
  23. <ul class="glfwnavbar">
  24. <li><a href="https://www.glfw.org/documentation.html">Documentation</a></li>
  25. <li><a href="https://www.glfw.org/download.html">Download</a></li>
  26. <li><a href="https://www.glfw.org/community.html">Community</a></li>
  27. </ul>
  28. </div>
  29. </div>
  30. <!-- end header part -->
  31. <!-- Generated by Doxygen 1.9.4 -->
  32. <script type="text/javascript">
  33. /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
  34. var searchBox = new SearchBox("searchBox", "search",'Search','.html');
  35. /* @license-end */
  36. </script>
  37. <script type="text/javascript" src="menudata.js"></script>
  38. <script type="text/javascript" src="menu.js"></script>
  39. <script type="text/javascript">
  40. /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
  41. $(function() {
  42. initMenu('',true,false,'search.php','Search');
  43. $(document).ready(function() { init_search(); });
  44. });
  45. /* @license-end */
  46. </script>
  47. <div id="main-nav"></div>
  48. </div><!-- top -->
  49. <!-- window showing the filter options -->
  50. <div id="MSearchSelectWindow"
  51. onmouseover="return searchBox.OnSearchSelectShow()"
  52. onmouseout="return searchBox.OnSearchSelectHide()"
  53. onkeydown="return searchBox.OnSearchSelectKey(event)">
  54. </div>
  55. <!-- iframe showing the search results (closed by default) -->
  56. <div id="MSearchResultsWindow">
  57. <iframe src="javascript:void(0)" frameborder="0"
  58. name="MSearchResults" id="MSearchResults">
  59. </iframe>
  60. </div>
  61. <div><div class="contents">
  62. <div class="textblock"><h1><a class="anchor" id="main_intro"></a>
  63. Introduction</h1>
  64. <p >GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.</p>
  65. <p ><a class="el" href="news.html#news_33">Release notes for version 3.3</a> list new features, caveats and deprecations.</p>
  66. <p ><a class="el" href="quick_guide.html">Getting started</a> is a guide for users new to GLFW. It takes you through how to write a small but complete program.</p>
  67. <p >There are guides for each section of the API:</p>
  68. <ul>
  69. <li><a class="el" href="intro_guide.html">Introduction to the API</a> – initialization, error handling and high-level design</li>
  70. <li><a class="el" href="window_guide.html">Window guide</a> – creating and working with windows and framebuffers</li>
  71. <li><a class="el" href="context_guide.html">Context guide</a> – working with OpenGL and OpenGL ES contexts</li>
  72. <li><a class="el" href="vulkan_guide.html">Vulkan guide</a> - working with Vulkan objects and extensions</li>
  73. <li><a class="el" href="monitor_guide.html">Monitor guide</a> – enumerating and working with monitors and video modes</li>
  74. <li><a class="el" href="input_guide.html">Input guide</a> – receiving events, polling and processing input</li>
  75. </ul>
  76. <p >Once you have written a program, see <a class="el" href="compile_guide.html">Compiling GLFW</a> and <a class="el" href="build_guide.html">Building applications</a>.</p>
  77. <p >The <a href="modules.html">reference documentation</a> provides more detailed information about specific functions.</p>
  78. <p ><a class="el" href="moving_guide.html">Moving from GLFW 2 to 3</a> explains what has changed and how to update existing code to use the new API.</p>
  79. <p >There is a section on <a class="el" href="intro_guide.html#guarantees_limitations">Guarantees and limitations</a> for pointer lifetimes, reentrancy, thread safety, event order and backward and forward compatibility.</p>
  80. <p >The <a href="https://www.glfw.org/faq.html">FAQ</a> answers many common questions about the design, implementation and use of GLFW.</p>
  81. <p >Finally, <a class="el" href="compat_guide.html">Standards conformance</a> explains what APIs, standards and protocols GLFW uses and what happens when they are not present on a given machine.</p>
  82. <p >This documentation was generated with Doxygen. The sources for it are available in both the <a href="https://www.glfw.org/download.html">source distribution</a> and <a href="https://github.com/glfw/glfw">GitHub repository</a>. </p>
  83. </div></div><!-- PageDoc -->
  84. </div><!-- contents -->
  85. <address class="footer">
  86. <p>
  87. Last update on Fri Jul 22 2022 for GLFW 3.3.8
  88. </p>
  89. </address>
  90. </body>
  91. </html>