{"id":17011014,"url":"https://github.com/janwerder/soelar","last_synced_at":"2025-10-23T22:57:31.722Z","repository":{"id":80389875,"uuid":"80917083","full_name":"JanWerder/soelar","owner":"JanWerder","description":"a fairly simple solar system simulator","archived":false,"fork":false,"pushed_at":"2017-02-04T12:23:48.000Z","size":2,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T08:41:22.962Z","etag":null,"topics":["game-development","love2d","lua"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JanWerder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-04T12:10:34.000Z","updated_at":"2024-05-18T14:18:13.000Z","dependencies_parsed_at":"2023-06-06T23:15:16.398Z","dependency_job_id":null,"html_url":"https://github.com/JanWerder/soelar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JanWerder/soelar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanWerder%2Fsoelar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanWerder%2Fsoelar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanWerder%2Fsoelar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanWerder%2Fsoelar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JanWerder","download_url":"https://codeload.github.com/JanWerder/soelar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanWerder%2Fsoelar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280706841,"owners_count":26376990,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["game-development","love2d","lua"],"created_at":"2024-10-14T06:06:01.710Z","updated_at":"2025-10-23T22:57:31.698Z","avatar_url":"https://github.com/JanWerder.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sölar\n\nUpdated version of Sölar.\nSölar is a fairly simple solar system simulator\n\nOriginally made by Ubermann, who gave credit to Saegor for the realtime stars algorithm.\nThe license is public domain (source: https://love2d.org/forums/viewtopic.php?f=14\u0026t=11805\u0026p=70865\u0026hilit=s%C3%B6lar#p70790).\n\nExample:\n\n```\nfunction love.load()\n    require \"stars\"\n    require \"comets\"\nend\n\nfunction love.update(dt)\n\tstars:update()\n\tif comet.e then comet:update(dt) end\nend\n\nfunction love.draw()\n\tstars:draw()\n\tif comet.e then comet:draw() end\nend\n\nfunction love.keypressed(key)\n\tif key == \"escape\"\n\tor key == \"return\" then\n\t\n\t\tlove.event.push(\"quit\")\n\tend\n\t\n\tif key == \"tab\"\tor key == \"c\" then\n\t\n\t\tcomet:new()\n\tend\nend\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanwerder%2Fsoelar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanwerder%2Fsoelar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanwerder%2Fsoelar/lists"}