{"id":22343909,"url":"https://github.com/miou-zora/zix","last_synced_at":"2026-04-30T17:31:47.335Z","repository":{"id":231925971,"uuid":"783056290","full_name":"Miou-zora/Zix","owner":"Miou-zora","description":"Spline Visualiser using Raylib + Zig + Nix","archived":false,"fork":false,"pushed_at":"2024-04-14T16:27:09.000Z","size":545,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T10:12:21.525Z","etag":null,"topics":["graphics-programming","nix","raylib","raylib-zig","splines","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Miou-zora.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":"2024-04-06T20:22:07.000Z","updated_at":"2024-06-02T14:04:44.000Z","dependencies_parsed_at":"2024-04-06T21:27:45.898Z","dependency_job_id":"78102e12-ddee-49db-bb85-b97c6802679b","html_url":"https://github.com/Miou-zora/Zix","commit_stats":null,"previous_names":["miou-zora/zix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Miou-zora/Zix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miou-zora%2FZix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miou-zora%2FZix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miou-zora%2FZix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miou-zora%2FZix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Miou-zora","download_url":"https://codeload.github.com/Miou-zora/Zix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Miou-zora%2FZix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["graphics-programming","nix","raylib","raylib-zig","splines","zig"],"created_at":"2024-12-04T09:06:59.717Z","updated_at":"2026-04-30T17:31:47.316Z","avatar_url":"https://github.com/Miou-zora.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zix (Spline visualizer in Zig)\n\nZix is a spline visualizer written in zig that use Raylib for rendering and Nix for dev-env.\n\nI will try to implement these functions:\n- :white_check_mark: Bézier\n- :white_check_mark: Catmull-Rom\n- :white_check_mark: B-Spline\n- :white_check_mark: Linear\n\n## :bookmark_tabs: \u003csamp\u003eRequirements\u003c/samp\u003e\n\n- :cherry_blossom: [Nix](https://nixos.org/download.html)\n\n\u003e [!IMPORTANT]\n\u003e You will need to enable `nix-command` and `flakes`experimental features\n\u003e If you get an error about it, consider this command:\n\u003e `mkdir -p ~/.config/nix \u0026\u0026 echo \"experimental-features = nix-command flakes\" | tee ~/.config/nix/nix.conf`\n\n## :zap: \u003csamp\u003eUsage\u003c/samp\u003e\n\n### :wrench: \u003csamp\u003eSetup\u003c/samp\u003e\n\nClone this repository and navigate to the project directory.\n```shell\ngit clone https://github.com/Miou-zora/Zix.git\ncd Zix\n```\n\n### :construction_worker: \u003csamp\u003eBuilding\u003c/samp\u003e\n\n```shell\nzig build\n```\n\n\n### :rocket: \u003csamp\u003eRunning\u003c/samp\u003e\n\n\n```shell\n# It will build the project and run it. (do nothing if the project is already built)\nzig build run\n# or you can run the executable directly\n./zig-out/bin/Zix\n```\n\n\u003e [!NOTE]\n\u003e `nix build` is not supported yet. If you try to use it, it will create a `result` symlink that contain the executable BUT musl isn't linked correctly to binary. It would be appreciated if someone could help me to fix this issue.\n\n### :heavy_plus_sign: \u003csamp\u003eUsing direnv\u003c/samp\u003e\n\nYou may load the devShell automatically using [direnv](https://direnv.net)\nshell integration.\n\n```\necho \"use flake\" | tee .envrc\ndirenv allow\n```\n\n## :art: \u003csamp\u003e Result\u003c/samp\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"assets/bezier.png\" width=\"500\"/\u003e\n\u003cimg src=\"assets/catmull-rom.png\" width=\"500\"/\u003e\u003c/br\u003e\n\u003cimg src=\"assets/linear.png\" width=\"500\"/\u003e\n\u003cimg src=\"assets/b-spline.png\" width=\"500\"/\u003e\u003c/br\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiou-zora%2Fzix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiou-zora%2Fzix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiou-zora%2Fzix/lists"}