diff options
| author | raysan5 <[email protected]> | 2021-10-17 21:02:18 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-17 21:02:18 +0200 |
| commit | 35e67da08e3d214589968c19b4b2fb31d8e566cc (patch) | |
| tree | 5054bcea5f6df754f467590101789b17dd9d9944 /examples.html | |
| parent | b2228039039afc05c41edd12103123f2a36c8080 (diff) | |
| download | raylib.com-35e67da08e3d214589968c19b4b2fb31d8e566cc.tar.gz raylib.com-35e67da08e3d214589968c19b4b2fb31d8e566cc.zip | |
UPDATED: examples to raylib 4.0
Some new examples added
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/examples.html b/examples.html index bc73822..299dca6 100644 --- a/examples.html +++ b/examples.html @@ -3,14 +3,14 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - + <title>raylib - examples</title> - + <meta name="title" content="raylib - examples"> <meta name="description" content="raylib is a simple and easy-to-use library to enjoy videogames programming. Check the full set of raylib examples"> <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan"> <meta name="viewport" content="width=device-width"> - + <!-- Open Graph metatags for sharing --> <meta property="og:title" content="raylib - examples"/> <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/> @@ -24,13 +24,13 @@ <link rel="stylesheet" type="text/css" href="common/examples.css"> <!-- NOTE: JavaScript code added at the end of body! --> - + <!-- Enabling HTML5 tags for older IE browsers --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]--> </head> - + <body> <div class="page"> <!--[if lt IE 7]> @@ -66,27 +66,16 @@ <p>Click on the module to filter examples:</p> <br> -<!-- Filtering controls -<div class="filter" data-filter="all">Show All</div> -<div class="filter" data-filter=".category-1">Category 1</div> -<div class="filter" data-filter=".category-2">Category 2</div> - --> -<!-- Sorting controls -<div class="sort" data-sort="default">Default</div> -<div class="sort" data-sort="myorder:asc">Ascending</div> -<div class="sort" data-sort="myorder:desc">Descending</div> -<div class="sort" data-sort="random">Random</div> - --> <!--<div class="filter legendButton" data-filter="all">ALL</div> --> <div id="filter_menu"> - <div class="filter legendButton" id="core" data-filter=".fcore">core</div> + <div class="filter legendButton" id="core" data-filter=".fcore">core</div> <div class="filter legendButton" id="shapes" data-filter=".fshapes">shapes</div> <div class="filter legendButton" id="textures" data-filter=".ftextures">textures</div> <div class="filter legendButton" id="text" data-filter=".ftext">text</div> <div class="filter legendButton" id="models" data-filter=".fmodels">models</div> <div class="filter legendButton" id="shaders" data-filter=".fshaders">shaders</div> - <div class="filter legendButton" id="audio" data-filter=".faudio">raudio</div> - <div class="filter legendButton" id="physics" data-filter=".fphysics">physac</div> + <div class="filter legendButton" id="audio" data-filter=".faudio">audio</div> + <div class="filter legendButton" id="physics" data-filter=".fphysics">physics</div> </div> <!-- Items container, filled when loading --> @@ -95,7 +84,7 @@ </div> <div class="footer"> - <p>Webpage hosted in <a href="https://github.com/raysan5/raylib.com">GitHub</a>, for issues and improvements <a href="https://github.com/raysan5/raylib.com">check it out</a>!</p> + <p>Webpage hosted in <a href="https://github.com/raysan5/raylib.com">GitHub</a>, for issues and improvements <a href="https://github.com/raysan5/raylib.com">check it out</a>!</p> </div> </div> |
