{"id":19873868,"url":"https://github.com/jcmoyer/hug","last_synced_at":"2025-03-01T01:22:05.795Z","repository":{"id":10894920,"uuid":"13187773","full_name":"jcmoyer/hug","owner":"jcmoyer","description":"A utility library for LÖVE with a focus on simplicity","archived":false,"fork":false,"pushed_at":"2019-05-09T03:28:25.000Z","size":163,"stargazers_count":2,"open_issues_count":16,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T16:50:10.372Z","etag":null,"topics":["library","love2d","lua","utility"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/jcmoyer.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":"2013-09-29T06:30:15.000Z","updated_at":"2019-05-09T03:44:56.000Z","dependencies_parsed_at":"2022-07-09T23:16:21.907Z","dependency_job_id":null,"html_url":"https://github.com/jcmoyer/hug","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/jcmoyer%2Fhug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcmoyer%2Fhug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcmoyer%2Fhug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcmoyer%2Fhug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcmoyer","download_url":"https://codeload.github.com/jcmoyer/hug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241301722,"owners_count":19940694,"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":["library","love2d","lua","utility"],"created_at":"2024-11-12T16:20:08.131Z","updated_at":"2025-03-01T01:22:05.774Z","avatar_url":"https://github.com/jcmoyer.png","language":"Lua","readme":"# hug [![Build Status](https://travis-ci.org/jcmoyer/hug.png?branch=master)](https://travis-ci.org/jcmoyer/hug)\n\nMinimalistic utility library for LÖVE. Documentation can be [read online](http://jcmoyer.github.io/hug/doc/) or compiled manually using [LDoc](https://github.com/stevedonovan/LDoc).\n\n# Getting started\nThe fastest way to get started with hug is by cloning it into your LÖVE game directory. Here, hug is cloned into `hug/` (relative to the directory where `main.lua` and `conf.lua` are kept):\n\n    $ git clone https://github.com/jcmoyer/hug.git\n\nNow you can load hug modules using `require`:\n\n    local color = require('hug.color')\n    local red = color.new(255, 0, 0)\n\n    function love.draw()\n      love.graphics.setColor(red)\n      love.graphics.rectangle('fill', 0, 0, 128, 128)\n    end\n\nTo learn more about hug, check out the documentation [here](http://jcmoyer.github.io/hug/doc/).\n\n# License\n\n    Copyright 2013 J.C. Moyer\n   \n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n   \n      http://www.apache.org/licenses/LICENSE-2.0\n   \n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcmoyer%2Fhug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcmoyer%2Fhug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcmoyer%2Fhug/lists"}