Skip to content

Instantly share code, notes, and snippets.

@david-serrano
david-serrano / Privaty Policy.md
Created March 19, 2026 18:14
Tales of Elatora - Privacy Policy

Privacy Policy — World of Elatora

Last updated: March 19, 2026

What We Collect

World of Elatora collects the minimum data needed to run the game:

  • Account info — Email address for authentication (via Supabase Auth)
  • Game data — Character progress, inventory, quests, stats, and equipment. This is stored server-side so your progress is saved across devices.
@david-serrano
david-serrano / Step by step guide - Windows.txt
Last active May 21, 2024 13:49
Building a minified version of OpenCV 3.4.3 for Android from sources
How to build OpenCV from sources for Android on Windows
-------------------------------------------------------
This is a step by step guide on how to get the source code and tools necessary for building OpenCV from scratch.
Downloading required packages:
------------------------------
* Download the Android NDK:
ndk-r20 was used as of the time of writing.