Skip to content

Instantly share code, notes, and snippets.

View Ayrlin-Renata's full-sized avatar

Ayrlin Ayrlin-Renata

View GitHub Profile
@Ayrlin-Renata
Ayrlin-Renata / jiggle-privacy.md
Created August 10, 2026 00:28
JIGGLE PRIVACY POLICY

Privacy Policy for Jiggle

Last Updated: August 9, 2026

1. What data does this app collect and store?

Because this is a live multiplayer puzzle game with persistent progress, we store two types of data on the hosting servers provided by the RootApp platform:

  • Identity Data (provided by RootApp): We access your public User ID, Username, and Profile Picture from the RootApp platform to identify you on the leaderboard and in live game sessions.
  • Gameplay Data (generated by the app): We store your personal game statistics and save files, which include:
@Ayrlin-Renata
Ayrlin-Renata / uv_mercator_project.py
Last active December 17, 2023 17:21 — forked from batFINGER/uv_mercator_project.py
Mercator UV Projection
bl_info = {
"name": "Mercator Project",
"author": "batFINGER",
"version": (1, 0),
"blender": (3, 00, 0),
"location": "View3D > Mesh > UV UnWrap > Mercator Project",
"description": "UV Mercator Projection",
"warning": "",
"wiki_url": "",
"category": "UV",