{"id":13529178,"url":"https://github.com/aliasifk/HackLights","last_synced_at":"2025-04-01T15:30:36.783Z","repository":{"id":46491777,"uuid":"466448919","full_name":"aliasifk/HackLights","owner":"aliasifk","description":"Simple framebuffer based lighting engine for libGDX.","archived":false,"fork":false,"pushed_at":"2022-08-31T18:50:15.000Z","size":910,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-02T15:36:35.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://aliasifk.github.io/HackLights/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliasifk.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":"2022-03-05T12:37:54.000Z","updated_at":"2024-09-20T02:04:17.000Z","dependencies_parsed_at":"2022-09-11T11:00:32.028Z","dependency_job_id":null,"html_url":"https://github.com/aliasifk/HackLights","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/aliasifk%2FHackLights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasifk%2FHackLights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasifk%2FHackLights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasifk%2FHackLights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliasifk","download_url":"https://codeload.github.com/aliasifk/HackLights/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246662223,"owners_count":20813708,"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":"2024-08-01T07:00:34.064Z","updated_at":"2025-04-01T15:30:36.448Z","avatar_url":"https://github.com/aliasifk.png","language":"Java","funding_links":[],"categories":["Resources"],"sub_categories":["Visual Effects"],"readme":"# HackLights\n\nSimple framebuffer based lighting engine for libGDX.\n[![License](https://img.shields.io/github/license/aliasifk/HackLights)](https://github.com/aliasifk/HackLights/blob/master/LICENSE)\n[![Jitpack](https://jitpack.io/v/aliasifk/HackLights.svg)](https://jitpack.io/#aliasifk/HackLights)\n\n![banner2](https://user-images.githubusercontent.com/55298434/156891579-94c284dd-815c-4404-89fb-a0d3f2e42181.png)\n\n\n\n\n# Example\n\nSee:\n[Sample Code](https://github.com/aliasifk/HackLights/blob/master/src/test/java/com/aliasifkhan/hackLights/lwjgl/tests/BasicTest.java)\n\nSample Light Images:\n![Sample Light Textures](https://user-images.githubusercontent.com/55298434/156891366-d28edc23-1c89-40d9-8ac1-0d0c7b061d72.png)\n\n\n# Installation\n\n1. Open or create `gradle.properties` in the root folder of your project, add the following line:\n\n```properties\nhackLightsVersion=VERSION\n```\n\nCheck [Jitpack](https://jitpack.io/#aliasifk/HackLights/) for the latest version and replace `VERSION` with that.\n\n2. Add the jitpack repo to your build file.\n\n```groovy\nallprojects {\n    repositories {\n        // ...\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\n\n3. Add that to your core modules dependencies inside your root `build.gradle`\n\n```groovy\nproject(\":core\") {\n    // ...\n\n    dependencies {\n        // ...\n        implementation \"com.github.aliasifk:HackLights:$hackLightsVersion\"\n    }\n}\n```\n\n## Html/Gwt project\n\n1. Gradle dependency:\n\n```groovy\nimplementation \"com.github.aliasifk:HackLights:$hackLightsVersion:sources\"\n```\n\n2. In your application's `.gwt.xml` file add (Normally `GdxDefinition.gwt.xml`):\n\n```xml\n\n\u003cinherits name=\"com.aliasifkhan.hackLights\"/\u003e\n```\n\n## How to test\n\nRun `./gradlew test` to run lwjgl3 tests and examples.\n\nSet environment variable `SLEEPY` to a millisecond number to sleep between each test. (For example: SLEEPY=3000 would wait 3 seconds after every test.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasifk%2FHackLights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliasifk%2FHackLights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasifk%2FHackLights/lists"}