{"id":28534584,"url":"https://github.com/weavejester/flupot-pixi","last_synced_at":"2025-07-02T20:33:05.303Z","repository":{"id":62432680,"uuid":"59803921","full_name":"weavejester/flupot-pixi","owner":"weavejester","description":"A ClojureScript wrapper around react-pixi","archived":false,"fork":false,"pushed_at":"2016-06-14T01:29:51.000Z","size":12,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T17:13:37.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/weavejester.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}},"created_at":"2016-05-27T04:23:40.000Z","updated_at":"2023-07-25T14:02:00.000Z","dependencies_parsed_at":"2022-11-01T21:15:56.984Z","dependency_job_id":null,"html_url":"https://github.com/weavejester/flupot-pixi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/weavejester/flupot-pixi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fflupot-pixi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fflupot-pixi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fflupot-pixi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fflupot-pixi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weavejester","download_url":"https://codeload.github.com/weavejester/flupot-pixi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fflupot-pixi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263210649,"owners_count":23431175,"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":"2025-06-09T17:11:57.553Z","updated_at":"2025-07-02T20:33:05.287Z","avatar_url":"https://github.com/weavejester.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flupot-Pixi\n\nA ClojureScript wrapper around [react-pixi][], a library for\ncontrolling [Pixi.js][] through [React][]. As the name suggests,\nFlupot-Pixi is based on the [Flupot][] library.\n\n[react-pixi]: https://github.com/Izzimach/react-pixi\n[pixi.js]: http://www.pixijs.com/\n[react]: https://facebook.github.io/react/\n[flupot]: https://github.com/weavejester/flupot\n\n## Installation\n\nAdd the following to your project `:dependencies`:\n\n    [flupot/pixi \"0.1.0\"]\n\n## Usage\n\nThere are seven functions, each corresponding to a class in react-pixi:\n\n- `bitmap-text`\n- `container`\n- `sprite`\n- `sprite-batch`\n- `stage`\n- `text`\n- `tiling-sprite`\n\nThe first argument may be a map of options, similar to how Flupot\nelements work.\n\nFor example:\n\n```clojure\n(require '[flupot.pixi :as pixi])\n\n(defn example []\n  (pixi/stage\n   {:width 400, :height 300}\n   (pixi/text {:x 100, :y 100, :text \"Hello World\"})))\n```\n\n## License\n\nCopyright © 2016 James Reeves\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavejester%2Fflupot-pixi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweavejester%2Fflupot-pixi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavejester%2Fflupot-pixi/lists"}