{"id":23160695,"url":"https://github.com/ectalite/enigma","last_synced_at":"2026-04-11T00:10:48.469Z","repository":{"id":114295198,"uuid":"333088325","full_name":"Ectalite/Enigma","owner":"Ectalite","description":"Project de premier semestre de GEII","archived":false,"fork":false,"pushed_at":"2021-01-26T14:15:15.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-17T23:12:33.547Z","etag":null,"topics":["c","enigma","gtk","linux","macos","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ectalite.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}},"created_at":"2021-01-26T13:08:52.000Z","updated_at":"2021-01-26T14:15:18.000Z","dependencies_parsed_at":"2023-05-04T10:33:53.315Z","dependency_job_id":null,"html_url":"https://github.com/Ectalite/Enigma","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ectalite%2FEnigma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ectalite%2FEnigma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ectalite%2FEnigma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ectalite%2FEnigma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ectalite","download_url":"https://codeload.github.com/Ectalite/Enigma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238057136,"owners_count":19409375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c","enigma","gtk","linux","macos","windows"],"created_at":"2024-12-17T23:11:52.475Z","updated_at":"2025-12-30T23:08:18.854Z","avatar_url":"https://github.com/Ectalite.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enigma in C\n- Projet de premier semestre de Génie Electrique et informatique industrielle.\n- First semester's Project of electrical Engineer.\n------\n\n## How to run\n- Download the [compilled zip archive](https://github.com/Ectalite/Enigma/releases).\n- Unzip it. \n- Run `Enigma.exe`.\n\n## How to compile\n- [Windows](#windows)\n- [MacOS](#macos)\n- [Linux](#linux)\n### \u003ca name=\"windows\"\u003e\u003c/a\u003eWindows\n---\n#### 1.Prerequisite \n- [msys2](https://www.msys2.org)\n- GCC, GTK and pkg-config Packages:\n```\npacman -Sy pkg-config mingw-w64-x86_64-gcc mingw-w64-x86_64-gtk3\n```\n#### 2.Compilation\nGo to the main.c path and execute:\n```\nx86_64-w64-mingw32-gcc.exe main.c `pkg-config.exe --cflags --libs gtk+-3.0`\n```\n#### 3.Run\nRun the `a.exe`.\n\n### \u003ca name=\"macos\"\u003e\u003c/a\u003eMacOS\n---\n#### 1.Prerequisite \n- Xcode\n- [Homebrew](https://brew.sh)\n- GTK package for MacOS (inside MacOS terminal)\n```\nbrew install gtk+3\n```\n#### 2.Compilation (for other projects using GTK)\n - Set up compiler flags: \n ```\n pkg-config --cflags gtk+-3.0\n ```\n - Add the result to Other C Flags of Xcode target's Build Settings.\n - Set up linker flags:\n ```\n pkg-config --libs gtk+-3.0\n ```\n - Add the result to Other Linker Flags.\n#### 3.Run\nXcode should start automaticaly the program.\n\n### \u003ca name=\"linux\"\u003e\u003c/a\u003eLinux\n---\n#### 1.Prerequisite \n- [GTK](https://www.gtk.org) \n- GCC\n- pkg-config\n#### 2.Compilation\n```\ngcc main.c `pkg-config.exe --cflags --libs gtk+-3.0`\n```\n#### 3.Run\nRun the program a.out\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fectalite%2Fenigma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fectalite%2Fenigma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fectalite%2Fenigma/lists"}