footer.html 1.3 KB

1234567891011121314151617181920
  1. <!-- The list of demos will be inserted above by the CI process. -->
  2. </ul>
  3. <h2>Unavailable demos</h2>
  4. <ul>
  5. <li><code>2d/hdr/</code>: Not supported on HTML5 yet.</li>
  6. <li><code>3d/global_illumination/</code>: Not supported on HTML5 yet (freezes the browser).</li>
  7. <li><code>3d/voxel/</code>: Not supported on HTML5 yet.</li>
  8. <li><code>audio/device_changer/</code>: Not supported on HTML5 due to browser limitations.</li>
  9. <li><code>loading/background_load/</code>: Not supported on HTML5 yet.</li>
  10. <li><code>loading/multiple_threads_loading/</code>: Not supported on HTML5 yet.</li>
  11. <li><code>loading/threads/</code>: Not supported on HTML5 yet.</li>
  12. <li><code>misc/matrix_transform/</code>: Results are only visible in the editor.</li>
  13. <li><code>mobile/android_iap/</code>: Only relevant on native Android.</li>
  14. <li><code>mobile/sensors/</code>: Not supported on HTML5 yet.</li>
  15. <li><code>mono/*/</code>: Not available yet (requires Mono-enabled HTML5 build).</li>
  16. <li><code>networking/*/</code>: Doesn't make sense to be hosted on a static host, as the server must be hosted on the same origin due to the browser's same-origin policy.</li>
  17. <li><code>plugins/*/</code>: Only effective within the editor.</li>
  18. </ul>
  19. </body>
  20. </html>