{"id":15099930,"url":"https://github.com/tanangular/learning_zig","last_synced_at":"2026-02-05T05:34:08.994Z","repository":{"id":195425572,"uuid":"692881312","full_name":"tanangular/learning_zig","owner":"tanangular","description":"A repository for showcasing my knowledge of the Zig programming language, and continuing to learn the language.","archived":false,"fork":false,"pushed_at":"2023-10-01T06:26:46.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-15T07:39:53.443Z","etag":null,"topics":["language","learn","learning","zig","zig-language"],"latest_commit_sha":null,"homepage":"https://github.com/tanangular/learning_zig/tree/main","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tanangular.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-17T21:29:56.000Z","updated_at":"2023-11-01T17:24:28.000Z","dependencies_parsed_at":"2023-09-17T22:51:06.502Z","dependency_job_id":"9bb0204d-4a26-4b39-bff9-54f894ddc964","html_url":"https://github.com/tanangular/learning_zig","commit_stats":null,"previous_names":["tanangular/learning_zig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanangular/learning_zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanangular%2Flearning_zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanangular%2Flearning_zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanangular%2Flearning_zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanangular%2Flearning_zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanangular","download_url":"https://codeload.github.com/tanangular/learning_zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanangular%2Flearning_zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29113704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["language","learn","learning","zig","zig-language"],"created_at":"2024-09-25T17:41:18.925Z","updated_at":"2026-02-05T05:34:08.980Z","avatar_url":"https://github.com/tanangular.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# เรียนรู้ ภาษา zig\n[อ้างอิง จาก zig learning] (https://ziglang.org/documentation)\n\nเพิ่มเติม\n- https://github.com/gyulanemeth/learn-zig\n- https://github.com/craftlinks/zig_learn_opengl\n- https://github.com/zigbyexample/zigbyexample.github.io\n- https://github.com/bfeldpw/rayworld-ng\n- https://github.com/seanpm2001/Learn-Zig\n\n# ใช้งานใน Jetbrains IntelliJ\n## 1. ติดตั้ง plugin \"Zig Support\" (https://plugins.jetbrains.com/plugin/18062-zig-support)\n  - Basic language syntax rendering\n  - Comment/Uncomment Zig code\n  - Live templates\n  - Formatting using zig fmt (Ctrl|Cmd + Alt + l)\n \n  ![m475vnnq](https://github.com/tanangular/learning_zig/assets/1311673/42111e4b-1e30-4afa-9cad-2536ed6e3652)\n  ![qdvttbzv](https://github.com/tanangular/learning_zig/assets/1311673/f4670d71-7295-4134-ae85-2460e6543052)\n  ![ee7881x2](https://github.com/tanangular/learning_zig/assets/1311673/fd4030d1-646d-480a-91c4-382a7774a18b)\n\n## 2. ติดตั้ง plugin \"ZigBrains\" (https://plugins.jetbrains.com/plugin/22456-zigbrains)\n\n  A multifunctional Zig Programming Language plugin for the IDEA platform.\n  \n  Core features:\n  \n  Uses ZLS (Zig Language Server) for code assistance, syntax highlighting, and anything to do with coding assistance\n  Supports build.zig.zon files with autocomplete\n  Per-project Zig toolchain integration\n  Debugging support for CLion (builtin), and IDEA Ultimate With this plugin\n  Gutter icon for running main(), tests, and build\n  \n  Setting up the language server\n  If you have zls available on PATH, ZigBrains will automatically discover it. If not, follow this guide:\n\n  1. Download or compile the ZLS language server, available at https://github.com/zigtools/zls\n  2. Go to Settings -\u003e Languages \u0026 Frameworks -\u003e ZLS -\u003e ZLS path -\u003e set the path to the zls executable you downloaded or compiled\n  3. Open a .zig file, and wait for the circle in the bottom status bar to turn Green (empty). See below for an explanation on what the circle means.\n\n\n  ![e3735tmd](https://github.com/tanangular/learning_zig/assets/1311673/640e062a-4f98-4e44-963a-cd42b0bf5b6d)\n  ![3125r3cb](https://github.com/tanangular/learning_zig/assets/1311673/b93f71ab-df90-4507-a7e9-190220bfe08d)\n  ![3byz3ll6](https://github.com/tanangular/learning_zig/assets/1311673/e7ae9e95-0f3c-446f-8cee-ee5b0871e1c2)\n\n## 3. Jetbrains File Watcher\n   \u003cimg width=\"643\" alt=\"Screenshot 2566-09-18 at 05 38 06\" src=\"https://github.com/tanangular/learning_zig/assets/1311673/45f19418-92dc-457b-9dc3-1efbaa5a3932\"\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanangular%2Flearning_zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanangular%2Flearning_zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanangular%2Flearning_zig/lists"}