{"id":25569388,"url":"https://github.com/Jeddic/particlemonkey","last_synced_at":"2026-03-19T12:30:18.925Z","repository":{"id":45353773,"uuid":"213485640","full_name":"Jeddic/particlemonkey","owner":"Jeddic","description":"A particle Emitter library for jME","archived":false,"fork":false,"pushed_at":"2024-03-05T01:00:12.000Z","size":360,"stargazers_count":15,"open_issues_count":7,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-03-05T02:23:52.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jeddic.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}},"created_at":"2019-10-07T20:58:57.000Z","updated_at":"2024-03-05T02:23:52.108Z","dependencies_parsed_at":"2023-01-22T21:01:13.176Z","dependency_job_id":null,"html_url":"https://github.com/Jeddic/particlemonkey","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/Jeddic%2Fparticlemonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeddic%2Fparticlemonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeddic%2Fparticlemonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeddic%2Fparticlemonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jeddic","download_url":"https://codeload.github.com/Jeddic/particlemonkey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239933085,"owners_count":19720729,"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-02-21T00:02:21.001Z","updated_at":"2026-03-19T12:30:18.866Z","avatar_url":"https://github.com/Jeddic.png","language":"Java","readme":"# Particle Monkey\nThis is a particle emitter implementation based on some early code from t0neg0d's particle emitter and extended to allow for particle attribute animation. \n\n\n**Gradle**\n-\n``` groovy\ndependencies {\n    implementation 'com.epagagames:particlemonkey:1.1.0'\n}\n```\n\n**Basic Usage**\n-\n``` java\n    Material mat = new Material(assetManager, \"Common/MatDefs/Misc/Particle.j3md\");\n    mat.getAdditionalRenderState().setFaceCullMode(RenderState.FaceCullMode.Off);\n    Texture tex = assetManager.loadTexture(\"Effects/Particles/part_light.png\");\n    mat.setTexture(\"Texture\", tex);\n    \n    Emitter emitter = new Emitter(\"test\", mat, 100);\n    emitter.setStartSpeed(new ValueType(6.5f));\n    emitter.setLifeFixedDuration(2.0f);\n    emitter.setEmissionsPerSecond(20);\n    emitter.setParticlesPerEmission(1);\n    emitter.setShape(new EmitterCone());\n    ((EmitterCone)emitter.getShape()).setRadius(0.005f);\n\n    emitter.setLocalTranslation(0, 0.5f, 0);\n    rootNode.attachChild(emitter);\n```\n\nFor further usage please visit the [Wiki](https://github.com/Jeddic/particlemonkey/wiki)\n","funding_links":[],"categories":["Effects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJeddic%2Fparticlemonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJeddic%2Fparticlemonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJeddic%2Fparticlemonkey/lists"}