{"id":23785811,"url":"https://github.com/foxfirecodes/sagl","last_synced_at":"2026-06-20T04:03:56.675Z","repository":{"id":91319725,"uuid":"120030310","full_name":"foxfirecodes/SAGL","owner":"foxfirecodes","description":"A simple Swing-based game library that I wrote back in 2014","archived":false,"fork":false,"pushed_at":"2023-12-22T01:27:54.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T14:07:10.848Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxfirecodes.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-02T20:55:43.000Z","updated_at":"2023-12-22T01:27:57.000Z","dependencies_parsed_at":"2023-12-22T03:45:31.978Z","dependency_job_id":null,"html_url":"https://github.com/foxfirecodes/SAGL","commit_stats":null,"previous_names":["foxfirecodes/sagl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FSAGL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FSAGL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FSAGL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FSAGL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxfirecodes","download_url":"https://codeload.github.com/foxfirecodes/SAGL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002103,"owners_count":19732164,"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-01-01T14:07:12.323Z","updated_at":"2026-04-13T06:30:18.296Z","avatar_url":"https://github.com/foxfirecodes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stone Age Game Library\n\n\u003e A simple Swing-based game library that I wrote back in 2014\n\nThis is a rather limited library, but it is required by [Dark Forest Tower Defense](https://github.com/Rayzr522/Dark-Forest-Tower-Defense), so I figured I would post yet another piece of my coding-history online.\n\nThe entire library is Swing-based, using absolutely no external libraries. To a very limited degree, it handles the main game loop, graphics loading, sounds, input, and exceptionally limited UI.\n\n## Installation\n\nTo use this library in your project (although I wouldn't suggest it), add the following to your `pom.xml`:\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003erayzr-repo\u003c/id\u003e\n    \u003curl\u003ehttps://cdn.rawgit.com/Rayzr522/maven-repo/master/\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eme.rayzr522\u003c/groupId\u003e\n    \u003cartifactId\u003esagl\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.1-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nOr, to install the library into your local Maven repository, run the following commands:\n\n```bash\n$ git clone https://github.com/Rayzr522/SAGL.git\n$ cd SAGL\n$ mvn\n# Stone Age Game Library will now be installed to your local Maven repository\n```\n\nThis means you can now compile projects that require SAGL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fsagl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxfirecodes%2Fsagl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fsagl/lists"}