You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

152 lines
9.9 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <title>raylib</title>
  8. <meta name="title" content="raylib">
  9. <meta name="description" content="raylib is a simple and easy-to-use library to learn videogames programming.">
  10. <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
  11. <meta name="viewport" content="width=device-width">
  12. <!-- Facebook metatags for sharing -->
  13. <meta property="og:title" content="raylib"/>
  14. <meta property="og:image:type" content="image/png" />
  15. <meta property="og:image" content="http://www.raylib.com/common/img/ln_raylib_logo.png"/>
  16. <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/>
  17. <meta property="og:url" content="http://www.raylib.com" />
  18. <meta property="og:site_name" content="raylib"/>
  19. <meta property="og:description" content="raylib is a simple and easy-to-use library to learn videogames programming."/>
  20. <meta name="twitter:card" content="summary" />
  21. <meta name="twitter:site" content="@raysan5" />
  22. <meta name="twitter:title" content="raylib" />
  23. <meta name="twitter:description" content="raylib is a simple and easy-to-use library to learn videogames programming." />
  24. <meta name="twitter:image" content="http://www.raylib.com/common/img/ln_raylib_logo.png" />
  25. <meta name="twitter:url" content="http://www.raylib.com" />
  26. <link rel="stylesheet" href="common/css/main.css">
  27. <link rel="shortcut icon" href="favicon.ico" />
  28. <!-- Facebook Conversion Code for visitas_raylib -->
  29. <script>
  30. (function() {
  31. var _fbq = window._fbq || (window._fbq = []);
  32. if (!_fbq.loaded) {
  33. var fbds = document.createElement('script');
  34. fbds.async = true;
  35. fbds.src = '//connect.facebook.net/en_US/fbds.js';
  36. var s = document.getElementsByTagName('script')[0];
  37. s.parentNode.insertBefore(fbds, s);
  38. _fbq.loaded = true;
  39. }
  40. })();
  41. window._fbq = window._fbq || [];
  42. window._fbq.push(['track', '6023277399201', {'value':'0.00','currency':'EUR'}]);
  43. </script>
  44. <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6023277399201&amp;cd[value]=0.00&amp;cd[currency]=EUR&amp;noscript=1" /></noscript>
  45. </head>
  46. <body>
  47. <div class="page">
  48. <!--[if lt IE 7]>
  49. <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
  50. <![endif]-->
  51. <div class="header">
  52. <a id="logo" href="index.html"></a>
  53. <div id="social">
  54. <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
  55. <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
  56. <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
  57. <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
  58. <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
  59. <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
  60. <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
  61. <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
  62. <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
  63. <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
  64. </div>
  65. <div class="menu">
  66. <div id="active">about</div>
  67. <a href="examples.html">examples</a>
  68. <a href="games.html">games</a>
  69. <a href="helpme.html">helpme!</a>
  70. <a id="forum" href="http://forum.raylib.com">forum</a>
  71. </div>
  72. </div>
  73. <div class="content">
  74. <strong>raylib is a simple and easy-to-use library to learn videogames programming.</strong>
  75. <br>
  76. <br>
  77. <!--<a href="https://github.com/raysan5/raylib/releases/download/1.5.0/raylib_installer_v1.5.exe"><div class="downloadButtonInstaller" id="btnlib">Download raylib Windows Installer (v1.5.0)</div></a>-->
  78. <div id="itchioframe"><iframe frameborder="0" src="https://itch.io/embed/85331?bg_color=f5f5f5" width="640" height="170"></iframe></div>
  79. <br>
  80. <p>raylib is highly inspired by Borland BGI graphics lib and by XNA framework. Allegro and SDL have also been analyzed for reference.</p>
  81. <br>
  82. <p><strong>NOTE for ADVENTURERS:</strong> raylib is a programming library to learn videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way. Are you ready to learn? <a class="simplelink" href="examples.html" target="_self">Jump to code examples!</a>.</p>
  83. <br>
  84. <strong>some raylib features</strong>
  85. <br>
  86. <div class="list">
  87. - Written in plain C code (C99)<br>
  88. - Uses PascalCase/camelCase notation<br>
  89. - Hardware accelerated with OpenGL (<strong>1.1, 2.1, 3.3 or ES 2.0</strong>)<br>
  90. - Unique OpenGL abstraction layer (usable as standalone module): [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/rlgl.h" target="_blank">rlgl</a>]<br>
  91. - Powerful fonts module with SpriteFonts support (XNA fonts, AngelCode fonts, TTF)<br>
  92. - Outstanding texture formats support, including compressed formats (DXT, ETC, ASTC)<br>
  93. - Basic 3d support for Geometrics, Models, Heightmaps and Billboards<br>
  94. - Materials (diffuse, normal, specular) and Lighting (point, directional, spot)<br>
  95. - Shaders support, including Model shaders and Postprocessing shaders<br>
  96. - Powerful math module for Vector and Matrix operations: [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/raymath.h" target="_blank">raymath</a>]<br>
  97. - Audio loading and playing with streaming support (WAV, OGG, FLAC, XM, MOD)<br>
  98. - VR stereo rendering support with configurable HMD device parameters<br>
  99. - Multiplatform support: Android, Raspberry Pi, HTML5, Oculus Rift CV1<br>
  100. - Custom color palette for fancy visuals on raywhite background<br>
  101. - Minimal external dependencies (GLFW3, OpenGL, OpenAL)<br>
  102. - Complete binding to Lua: [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/rlua.h" target="_blank">rlua</a>]<br>
  103. </div>
  104. <br>
  105. <a href="images/raylib_architecture.png"><img src="images/raylib_architecture.png" alt="raylib architechture" width="800" height="450"/></a>
  106. <br>
  107. <br>
  108. <p>Wanna see all functions available in raylib? <a class="simplelink" href="cheatsheet/cheatsheet.html">CHECK CHEATSHEET</a></p>
  109. <p>raylib is open-source and free to use. <a class="simplelink" href="license.html" target="_self">View license</a>.</p>
  110. <br>
  111. <strong>raylib supporters on patreon</strong>
  112. <p>The following people is supporting raylib project on <a class="simplelink" href="https://www.patreon.com/raysan5" target="_blank">patreon</a>. Many thanks to all of them for believing in the project and contributing to it.</p>
  113. <br>
  114. <p> - Pau Fernandez (<a class="simplelink" href="https://twitter.com/pauek" target="_blank">@pauek</a>)</p>
  115. <p> - Marcelo Paez (<a class="simplelink" href="https://twitter.com/paezao" target="_blank">@paezao</a>)</p>
  116. <p> - Rajasekaran Senthil (<a class="simplelink" href="https://twitter.com/rskgames" target="_blank">@rskgames</a>)</p>
  117. <p> - Adrian Guerrero</p>
  118. <p> - Dani Gómez</p>
  119. <p> - Marc Agüera</p>
  120. <p> - Sergio Martínez</p>
  121. <p> - Evan</p>
  122. <br>
  123. <p>And a very special thanks to <strong>Ilya Zarembsky</strong> for his generous contribution. Many thanks Ilya! Hope your students enjoy raylib! :D</p>
  124. </div>
  125. <div class="footer">
  126. <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p>
  127. </div>
  128. </div>
  129. <!-- Google Analytics tracking code -->
  130. <script>
  131. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  132. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  133. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  134. })(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
  135. ga('create', 'UA-45733555-1', 'raylib.com');
  136. ga('require', 'linkid', 'linkid.js');
  137. ga('send', 'pageview');
  138. </script>
  139. </body>
  140. </html>