Aucune description
  • C 25.8%
  • C++ 24.9%
  • JavaScript 23.1%
  • Jupyter Notebook 17.7%
  • Python 7.3%
  • Autre 1.1%
Aller au fichier
2026-04-23 11:18:34 +02:00
doc/repository/javascript Fix small mistakes in code style comments 2026-03-16 12:25:03 +01:00
lib global spinner in input not pygaze 2026-04-23 11:18:34 +02:00
share form: Add STAI-T scale 2026-04-22 15:07:00 +02:00
src add mediapipe face_mesh & pose build 2026-04-20 18:16:29 +02:00
tools Use JS object trees for static assets 2026-03-15 16:22:51 +01:00
vendor mediapipe pose 2026-04-09 15:00:34 +02:00
.gitattributes alicare: Add skeleton app 2025-11-03 16:50:45 +01:00
.gitignore repo: Ignore editor config and cache stuff 2026-01-14 15:27:38 +01:00
FelixBuild.ini Fix Medita build error caused by missing file 2026-04-08 15:59:20 +02:00
FelixBuild.ini.presets repo: Move FelixBuild.ini to root directory 2025-12-08 21:10:50 +01:00
LanguageConfig.json alicare: Rename ALI-Care prototype to Medita 2026-03-06 18:59:20 +01:00
README.md repo: Don't use colon in README directory list 2025-11-25 11:09:15 +01:00

Repository directories

The following directories are used:

  • src/ for end-user projects, full applications and libraries
  • lib/ for internal libraries shared by end-user projects
  • share/ for reusable forms, experiments and study definitions
  • doc/ for global repository documentation (architecture, code style, etc.)
  • vendor/ for external vendorized libraries

Note

C++ and JS dependencies are vendorized agressively, and updated manually with a cooldown delay.

Mono repository

A mono repository is preferred for several reasons, including:

  • Cross-project refactoring
  • Simplified dependency management
  • Long-term stability

You can find a more detailed rationale here: https://danluu.com/monorepo/

License

Two licenses are in used dependening on the project: