Fast online image gallery based on p5.js
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.

README.md 1.1KB

12345678910111213141516171819202122
  1. Put a folder with images next to index.php, link overdose via GET.
  2. Example link:
  3. ```
  4. index.php?t=Beautiful%20Brutalism&d=brutalismus&s=200&smax=40&smin=2000&i=1
  5. ```
  6. Parameters explained:
  7. d = Directory name. The only required parameter
  8. t = Title in head and visible on loading screen. If none is set, shows "Overdose: /$directory/"
  9. s = Initial speed in milliseconds
  10. smax = max speed, the lower the faster
  11. smin = min speed, the lower the faster - has to be bigger (!) than smax because less milliseconds = more speed!
  12. i = Interactivity: Meant to hide, deactivate mouse controls and keep speed fixed to s when set to 0.
  13. Examples:
  14. https://victorgiers.com/overdose/index.php?t=Ich&d=ich
  15. https://victorgiers.com/overdose/index.php?t=Du&d=du
  16. https://victorgiers.com/overdose/index.php?t=Artificial%20Humans&d=artificial_humans
  17. https://victorgiers.com/overdose/index.php?t=Paradies&d=paradies
  18. https://victorgiers.com/overdose/index.php?t=V%C3%B6llerei&d=voellerei
  19. https://victorgiers.com/overdose/index.php?t=rechtsklick&d=rechtsklick
  20. https://victorgiers.com/overdose/index.php?t=Beautiful%20Brutalism&d=brutalismus