{"id":50847293,"url":"https://github.com/clamy54/gologo","last_synced_at":"2026-06-14T11:00:36.818Z","repository":{"id":362975750,"uuid":"1259761955","full_name":"clamy54/gologo","owner":"clamy54","description":"A modern, cross-platform, bilingual (French/English) Logo interpreter inspired by the classic French Thomson MO5 turtle experience.","archived":false,"fork":false,"pushed_at":"2026-06-14T08:16:45.000Z","size":3698,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T10:12:13.685Z","etag":null,"topics":["coding-for-kids","learn-to-code","logo","logo-interpreter","logo-language","programming","retro","stem-education","turtle","turtle-graphics"],"latest_commit_sha":null,"homepage":"https://gologo.be-root.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clamy54.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T20:43:41.000Z","updated_at":"2026-06-14T08:16:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/clamy54/gologo","commit_stats":null,"previous_names":["clamy54/gologo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/clamy54/gologo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamy54%2Fgologo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamy54%2Fgologo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamy54%2Fgologo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamy54%2Fgologo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clamy54","download_url":"https://codeload.github.com/clamy54/gologo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamy54%2Fgologo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34318525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coding-for-kids","learn-to-code","logo","logo-interpreter","logo-language","programming","retro","stem-education","turtle","turtle-graphics"],"created_at":"2026-06-14T11:00:24.339Z","updated_at":"2026-06-14T11:00:36.677Z","avatar_url":"https://github.com/clamy54.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"assets/logo.png\" alt=\"GoLogo\" width=\"96\" height=\"96\"\u003e\n\n# GoLogo\n\n**A bilingual (French / English) Logo, with a retro look and a modern engine.**\n**Un Logo bilingue (français / anglais), au look rétro et au moteur moderne.**\n\n\u003cimg src=\"assets/screenshot.png\" alt=\"GoLogo screenshot — turtle graphics with the command-line prompt below / la tortue et la ligne de commande\" width=\"700\"\u003e\n\n[English](#english) · [Français](#français) · [Documentation](https://gologo.be-root.com/) · License: [GPL v2](LICENSE)\n\n\u003c/div\u003e\n\n---\n\n## English\n\nGoLogo is a Logo interpreter written in pure Go. It is a modern, cross-platform\nre-creation of the French Logo that shipped on the 1984 Thomson MO5 cartridge\n(SOLI), keeping its spirit and its look while running on today's\nmachines.\n\nYou write instructions, a turtle obeys, and shapes appear on screen.\n\n### Features\n\n- **Bilingual language**: every command exists in French and English (`AVANCE` / `FORWARD`, `REPETE` / `REPEAT`).\n- **Turtle graphics** with a modern renderer (Gio), drawn on a fixed logical field.\n- **About 200 commands**: turtle and pen, lists and words, control flow, recursion, arithmetic and trigonometry, sprites, fill, music, mouse and joystick, PNG export.\n- **Built-in help**: press `F1` for the beginner help (the original SOLI commands, under their full names), `Shift+F1` for the full help. Help and documentation are bilingual.\n- **Full-screen editor** with FR↔EN program translation (`Ctrl+T`).\n- **Ready-to-run examples**: figures, image generation (ray tracing, Mandelbrot, wireframe landscape) and real little games.\n- **Single static binary**, fullscreen \"kiosk\" mode suited to the classroom.\n\n### Install\n\nReady-to-use binaries for **Windows, Linux and macOS** are published on the\n[Releases page](https://github.com/clamy54/gologo/releases):\n\n- **Windows** — download and run the installer `GoLogo-Setup-x.x.exe`.\n- **Linux (Debian / Ubuntu)** — download the `.deb` package and install it with apt:\n  `sudo apt install ./gologo_x.x_amd64.deb`.\n- **macOS (Apple Silicon only — M1 and later)** — unzip the archive and drag\n  `GoLogo.app` into Applications. Intel-based Macs are **not** supported.\n\nOn **Windows and macOS the binaries are not signed** (code signing certificates are\nexpensive and not justified for a free application), so your system may show a\nsecurity warning the first time you run GoLogo (Windows SmartScreen / macOS\nGatekeeper). This is normal — the\n[installation guide](https://gologo.be-root.com/en/installation.html) gives the\nclick-by-click steps for each platform.\n\n### Build from source\n\nGoLogo uses [Gio](https://gioui.org), which needs **CGO** and the native GUI\nlibraries of each platform, so it is built on each OS.\n\nRequirements: **Go 1.25+**, a C toolchain, and the Gio system dependencies\n(see the [Gio install guide](https://gioui.org/doc/install)).\n\nRequirements on ubuntu 26.04 :\n\n```sh\nsudo apt install -y golang gcc pkg-config libasound2-dev libxkbcommon-dev libxkbcommon-x11-dev libwayland-dev wayland-protocols libx11-dev libxcursor-dev libxfixes-dev libegl1-mesa-dev libgles2-mesa-dev libvulkan-dev libffi-dev libx11-xcb-dev libxcb1-dev   libx11-dev libxcursor-dev libxfixes-dev   libwayland-dev libegl1-mesa-dev\n```\n\n\n```sh\ncd src\ngo build ./cmd/gologo\n./gologo          # fullscreen (Ctrl+Q or BYE to quit)\n./gologo -w       # windowed (development)\n```\n\nHelper build scripts (with the application icon) live in\n[`tools/build/`](tools/build); platform installers and packages live in\n[`dist/`](dist).\n\n### Documentation\n\nBrowse the full bilingual documentation online at\n**[gologo.be-root.com](https://gologo.be-root.com/)**. It covers installation,\ngetting started, the language, the interface and the complete command reference.\nThe same pages are also bundled in [`doc/`](doc) (open `doc/en/index.html` or\n`doc/fr/index.html`).\n\n### License\n\nGoLogo is free software, released under the **GNU General Public License v2**\n(see [LICENSE](LICENSE)). © 2024-2026 Cyril Lamy.\n\n---\n\n## Français\n\nGoLogo est un interpréteur Logo écrit en Go pur. C'est une recréation moderne et\nmultiplateforme du Logo français de la cartouche Thomson MO5 de 1984 (SOLI) : on\nen garde l'esprit et le look, mais il tourne sur les machines d'aujourd'hui.\n\nVous écrivez des instructions, la tortue obéit, et des figures apparaissent à\nl'écran.\n\n### Fonctionnalités\n\n- **Langage bilingue** : chaque commande existe en français et en anglais (`AVANCE` / `FORWARD`, `REPETE` / `REPEAT`).\n- **Graphisme tortue** avec un rendu moderne (Gio), sur un champ logique fixe.\n- **Environ 200 commandes** : tortue et crayon, listes et mots, structures de contrôle, récursivité, arithmétique et trigonométrie, lutins, remplissage, musique, souris et manette, export PNG.\n- **Aide intégrée** : `F1` ouvre l'aide débutant (les commandes d'origine SOLI, sous leur nom complet), `Maj+F1` l'aide complète. Aide et documentation sont bilingues.\n- **Éditeur plein écran** avec traduction du programme FR↔EN (`Ctrl+T`).\n- **Exemples prêts à l'emploi** : figures, génération d'images (lancer de rayon, Mandelbrot, paysage fil de fer) et de vrais petits jeux.\n- **Binaire unique**, mode « kiosque » plein écran adapté à l'usage scolaire.\n\n### Installation\n\nDes binaires prêts à l'emploi pour **Windows, Linux et macOS** sont publiés sur la\n[page Releases](https://github.com/clamy54/gologo/releases) :\n\n- **Windows** — téléchargez et lancez l'installeur `GoLogo-Setup-x.x.exe`.\n- **Linux (Debian / Ubuntu)** — téléchargez le paquet `.deb` et installez-le avec apt :\n  `sudo apt install ./gologo_x.x_amd64.deb`.\n- **macOS (Apple Silicon uniquement — M1 et ultérieurs)** — décompressez l'archive et\n  glissez `GoLogo.app` dans Applications. Les Mac à processeur Intel ne sont **pas**\n  pris en charge.\n\nSous **Windows et macOS, les binaires ne sont pas signés** (les certificats de\nsignature de code sont coûteux et ne se justifient pas pour une application gratuite) :\nvotre système peut donc afficher un avertissement de sécurité au premier lancement\n(Windows SmartScreen / macOS Gatekeeper). C'est normal — le\n[guide d'installation](https://gologo.be-root.com/fr/installation.html) détaille la\nmarche à suivre, étape par étape, pour chaque plateforme.\n\n### Compiler depuis les sources\n\nGoLogo utilise [Gio](https://gioui.org), qui nécessite **CGO** et les\nbibliothèques graphiques natives de chaque plateforme : on le compile donc sur\nchaque OS.\n\nPrérequis : **Go 1.25+**, une chaîne C, et les dépendances système de Gio\n(voir le [guide d'installation Gio](https://gioui.org/doc/install)).\n\nDépendances nécessaires sur ubuntu 26.04 :\n\n```sh\nsudo apt install -y golang gcc pkg-config libasound2-dev libxkbcommon-dev libxkbcommon-x11-dev libwayland-dev wayland-protocols libx11-dev libxcursor-dev libxfixes-dev libegl1-mesa-dev libgles2-mesa-dev libvulkan-dev libffi-dev libx11-xcb-dev libxcb1-dev   libx11-dev libxcursor-dev libxfixes-dev   libwayland-dev libegl1-mesa-dev\n```\n\n\n```sh\ncd src\ngo build ./cmd/gologo\n./gologo          # plein écran (Ctrl+Q ou QUITTE pour sortir)\n./gologo -w       # fenêtré (développement)\n```\n\nDes scripts de compilation (avec l'icône de l'application) sont dans\n[`tools/build/`](tools/build) ; les installeurs et paquets par plateforme sont\ndans [`dist/`](dist).\n\n### Documentation\n\nLa documentation bilingue complète est en ligne sur\n**[gologo.be-root.com](https://gologo.be-root.com/)**. Elle couvre l'installation,\nla prise en main, le langage, l'interface et la référence complète des commandes.\nLes mêmes pages sont aussi incluses dans [`doc/`](doc) (ouvrez `doc/fr/index.html`\nou `doc/en/index.html`).\n\n### Licence\n\nGoLogo est un logiciel libre, distribué sous **licence publique générale GNU\nv2** (voir [LICENSE](LICENSE)). © 2024-2026 Cyril Lamy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamy54%2Fgologo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclamy54%2Fgologo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamy54%2Fgologo/lists"}