{"id":13659844,"url":"https://github.com/openrndr/openrndr","last_synced_at":"2025-05-14T08:09:19.094Z","repository":{"id":37458354,"uuid":"122222767","full_name":"openrndr/openrndr","owner":"openrndr","description":"OPENRNDR. A Kotlin/JVM library for creative coding, real-time and interactive graphics","archived":false,"fork":false,"pushed_at":"2025-05-12T05:53:56.000Z","size":31980,"stargazers_count":929,"open_issues_count":26,"forks_count":73,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-05-12T06:36:24.591Z","etag":null,"topics":["creative-coding","graphics","jvm","kotlin","shaders","webgl"],"latest_commit_sha":null,"homepage":"http://openrndr.org","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openrndr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2018-02-20T16:17:54.000Z","updated_at":"2025-05-12T05:49:18.000Z","dependencies_parsed_at":"2023-10-10T16:53:32.759Z","dependency_job_id":"a403b225-d360-46cc-bee7-a9b50dc6b41c","html_url":"https://github.com/openrndr/openrndr","commit_stats":{"total_commits":1833,"total_committers":30,"mean_commits":61.1,"dds":0.2274959083469722,"last_synced_commit":"81afe70bd950ba8719c2ebfb480c6d6337f02964"},"previous_names":[],"tags_count":185,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrndr%2Fopenrndr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrndr%2Fopenrndr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrndr%2Fopenrndr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrndr%2Fopenrndr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openrndr","download_url":"https://codeload.github.com/openrndr/openrndr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101558,"owners_count":22014908,"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":["creative-coding","graphics","jvm","kotlin","shaders","webgl"],"created_at":"2024-08-02T05:01:12.908Z","updated_at":"2025-05-14T08:09:14.086Z","avatar_url":"https://github.com/openrndr.png","language":"Kotlin","funding_links":[],"categories":["Kotlin","游戏开发"],"sub_categories":["文件同步"],"readme":"# OPENRNDR\n\n[![Download](https://maven-badges.herokuapp.com/maven-central/org.openrndr/openrndr-application/badge.svg)](https://mvnrepository.com/artifact/org.openrndr/openrndr-core)\n![Build status](https://github.com/openrndr/openrndr/actions/workflows/tests.yml/badge.svg)\n\nA Kotlin/JVM and Kotlin/JS library for creative coding, real-time and interactive graphics. Can currently be used on Windows, macOS and Linux/x64 to create standalone graphical applications.\n\nBasics and use are further explained in the [OPENRNDR guide](https://guide.openrndr.org).\n\n## Repository structure\n\n| module                                       | description                                      |\n|----------------------------------------------|--------------------------------------------------|\n| [openrndr-animatable](openrndr-animatable)   | Tooling for interactive animations               |\n| [openrndr-application](openrndr-application) | Application and Program classes                  |\n| [openrndr-binpack](openrndr-binpack)         | Binpacking algorithm used for texture atlasses   |\n| [openrndr-color](openrndr-color)             | Color spaces                                     |\n| [openrndr-dds](openrndr-dds)                 | DirectDraw Surface file (.dds) loader            |\n| [openrndr-demos](openrndr-demos)             | A collection of small in-repository demos        |\n| [openrndr-draw](openrndr-draw)               | Drawing primitives                               |\n| [openrndr-event](openrndr-event)             | Event classes                                    |\n| [openrndr-extensions](openrndr-extensions)   | Built-in OPENRNDR extensions                     |\n| [openrndr-filter](openrndr-filter)           | Built-in filters                                 |\n| [openrndr-js](openrndr-js)                   | Kotlin/JS specific modules                       |\n| [openrndr-jvm](openrndr-jvm)                 | Kotlin/JVM specific modules                      |\n| [openrndr-math](openrndr-math)               | Math functions and classes                       |\n| [openrndr-nullgl](openrndr-nullgl)           | Mock graphics back-end                           |\n| [openrndr-shape](openrndr-shape)             | Classes and functions for working with 2D shapes |\n| [openrndr-svg](openrndr-svg)                 | Loading and saving SVG                           |\n| [openrndr-utils](openrndr-utils)             | Assorted utilities                               |\n\n## Using OPENRNDR\n\nYou are advised to use the [OPENRNDR template](https://github.com/openrndr/openrndr-template) which provides a quick start to using the library.\n\nOPENRNDR's Javascript/WebGL is still experimental and under development. However, if you feel like trying it you should use the \n[OPENRNDR JS template](https://github.com/openrndr/openrndr-js-template).\n\n\n## Building OPENRNDR\n\nAfter cloning the repository, make sure you have Java 11 or newer installed and run the following command:\n\n```sh\n./gradlew build\n```\n\nThis should start the build process, which will take some time to complete.\n\nNote that OPENRNDR does not depend on anything that is not on Maven Central, builds should be easy and predictable.\n\n## Installing OPENRNDR as Maven artifacts\n\nIn order to use the OPENRNDR build from your applications one has to install OPENRNDR's Maven artifacts in the local Maven repository.\n\n```sh\n./gradlew publishToMavenLocal snapshot\n```\n\nA more detailed walk-through of building, publishing to Maven local and contributing can be found in the [wiki](https://github.com/openrndr/openrndr/wiki/Building-OPENRNDR-and-ORX).\n\n## Community\n\nVisit the [OPENRNDR website](https://openrndr.org) for the latest news on OPENRNDR, showcases and events \n\nJoin us on the [OPENRNDR forum](https://openrndr.discourse.group) for questions, tutorials and showcases.\n\nReach us more directly on the [OPENRNDR Slack](https://join.slack.com/t/openrndr/shared_invite/zt-avkbk0as-AZEsN7kb4UNIpfmYfbAemw).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrndr%2Fopenrndr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenrndr%2Fopenrndr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrndr%2Fopenrndr/lists"}