{"id":13524882,"url":"https://github.com/JanWerder/soelar","last_synced_at":"2025-04-01T03:32:53.932Z","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-03-26T03:41:43.969Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246578926,"owners_count":20799915,"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":["game-development","love2d","lua"],"created_at":"2024-08-01T06:01:14.262Z","updated_at":"2025-04-01T03:32:53.696Z","avatar_url":"https://github.com/JanWerder.png","language":"Lua","funding_links":[],"categories":["Drawing"],"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"}