{"id":18327990,"url":"https://github.com/gianttreelp/processing-utils","last_synced_at":"2026-04-30T15:31:18.477Z","repository":{"id":57719828,"uuid":"80949391","full_name":"GiantTreeLP/processing-utils","owner":"GiantTreeLP","description":"A collection of utilities to aid developers using Processing. Built on Kotlin for even more usefulness.","archived":false,"fork":false,"pushed_at":"2020-10-13T12:42:37.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T10:16:14.319Z","etag":null,"topics":["library","processing","processing-toolbox","utilities","utility-library","utils"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GiantTreeLP.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":"2017-02-04T21:22:22.000Z","updated_at":"2020-10-13T12:42:35.000Z","dependencies_parsed_at":"2022-09-26T22:10:33.790Z","dependency_job_id":null,"html_url":"https://github.com/GiantTreeLP/processing-utils","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiantTreeLP%2Fprocessing-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiantTreeLP%2Fprocessing-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiantTreeLP%2Fprocessing-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiantTreeLP%2Fprocessing-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GiantTreeLP","download_url":"https://codeload.github.com/GiantTreeLP/processing-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248072555,"owners_count":21043257,"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","processing","processing-toolbox","utilities","utility-library","utils"],"created_at":"2024-11-05T19:12:52.431Z","updated_at":"2026-04-30T15:31:18.432Z","avatar_url":"https://github.com/GiantTreeLP.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# processing-utils\nA collection of utilities to aid developers using Processing. Built on Kotlin for even more usefulness.\n\n[![Build Status](https://travis-ci.org/GiantTreeLP/processing-utils.svg?branch=master)](https://travis-ci.org/GiantTreeLP/processing-utils)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.gianttreelp/gtlp-processing-utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.gianttreelp/gtlp-processing-utils)\n[![Dependencies](https://app.updateimpact.com/badge/831936721338896384/processing-utils.svg?config=test)](https://app.updateimpact.com/latest/831936721338896384/processing-utils)\n[![Dependency Status](https://www.versioneye.com/user/projects/58a71900a782d1002e644046/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58a71900a782d1002e644046)\n[![GitHub release](https://img.shields.io/github/release/gianttreelp/processing-utils.svg)](https://github.com/GiantTreeLP/processing-utils/releases)\n\nExample:  \n-----\nVector - A nice vector that allows the use of infix operators to behave naturally and less like Java's BigDecimal.\n\n    // Naturally add Vectors together\n    Vector(1, 2) + Vector(3, 4) = Vector(4, 6)\n    \n    // Multiply by a scalar\n    Vector(1, 1, 1) * 10 = Vector(10, 10, 10)\n    \nExtensions.kt - Extensions for various Processing methods\n\n    // Map a number from a range to another range without casting to Float\n    var ten = map(0.1, 0, 1, 0, 100)\n    ten = 10f // 10 as a Float\n\nFloatRange - A range from some decimal number to another\n\n    // Go from 0 to 10 with a step of 0.25 and print the number in the process\n    (0f..10f step 0.25f).forEach {\n        println(it)\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianttreelp%2Fprocessing-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgianttreelp%2Fprocessing-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianttreelp%2Fprocessing-utils/lists"}