{"id":20357888,"url":"https://github.com/gandi/zaxxon","last_synced_at":"2025-04-12T03:14:45.227Z","repository":{"id":11928590,"uuid":"14496874","full_name":"Gandi/zaxxon","owner":"Gandi","description":"A library to make isometric map in SVG","archived":false,"fork":false,"pushed_at":"2014-06-13T16:06:32.000Z","size":934,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-04-12T03:14:40.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Gandi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-18T15:45:17.000Z","updated_at":"2023-10-24T15:31:21.000Z","dependencies_parsed_at":"2022-08-30T11:50:15.135Z","dependency_job_id":null,"html_url":"https://github.com/Gandi/zaxxon","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fzaxxon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fzaxxon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fzaxxon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fzaxxon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gandi","download_url":"https://codeload.github.com/Gandi/zaxxon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248510001,"owners_count":21116130,"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":[],"created_at":"2024-11-14T23:24:20.173Z","updated_at":"2025-04-12T03:14:45.208Z","avatar_url":"https://github.com/Gandi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"zaxxon\n======\n\n\u003e A library to make isometric map in SVG\n\n## Getting started\nThis plugin requires Grunt `\u003e=0.4.1`\n\n```shell\nnpm install\nbower install\ngrunt build\n```\n\"npm install\" will install grunt plugins.\n\"bower install\" will install qunit framework test.\n\n\n## Using Zaxxon\n\n### Overview\nSimply create an instance (or more) of Zaxxon.\n\n```html\n\u003cdiv id=\"zaxxon\" style=\"width: 100%; height: 100%\"\u003e\n\u003c/div\u003e\n```\n\n```js\nvar myzaxxon = new Zaxxon();\n```\n\n### Usage Examples\n\n```html\n\u003cdiv id=\"mymap\" style=\"width: 100%; height: 100%\"\u003e\n\u003c/div\u003e\n```\n\n```js\nvar myzaxxon = new Zaxxon({ container: 'mymap' });\n\nvar svg1 = document.createElementNS('http://www.w3.org/2000/svg', 'rect');\nsvg1.setAttributeNS(null, 'width', '200');\nsvg1.setAttributeNS(null, 'height', '300');\nsvg1.setAttributeNS(null, 'fill', '#FF0000');\nvar x1 = 2;\nvar y1 = 4;\nmyzaxxon.addItem(svg1, x1, y1);\n\nvar svg2 = document.createElementNS('http://www.w3.org/2000/svg', 'rect');\nsvg2.setAttributeNS(null, 'width', '200');\nsvg2.setAttributeNS(null, 'height', '300');\nsvg2.setAttributeNS(null, 'fill', '#FF0000');\nvar x2 = 10;\nvar y2 = 8;\nmyzaxxon.addItem(svg2, x2, y2);\n\nmyzaxxon.connect([x1,y1], [x2,y2], { color: '#00FF00', size: 80, particlesQuantity: 10, particlesSpeed: 20 });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandi%2Fzaxxon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgandi%2Fzaxxon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandi%2Fzaxxon/lists"}