{"id":19985545,"url":"https://github.com/Deprecated-Kode/lime","last_synced_at":"2025-09-19T20:32:27.877Z","repository":{"id":70240023,"uuid":"132161380","full_name":"Kode/lime","owner":"Kode","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-10T16:54:44.000Z","size":186419,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-13T04:30:36.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-05-04T16:02:22.000Z","updated_at":"2018-05-10T16:54:55.000Z","dependencies_parsed_at":"2023-04-15T01:25:19.664Z","dependency_job_id":null,"html_url":"https://github.com/Kode/lime","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/Kode%2Flime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode%2Flime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode%2Flime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode%2Flime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kode","download_url":"https://codeload.github.com/Kode/lime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233596124,"owners_count":18700014,"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-11-13T04:25:23.530Z","updated_at":"2025-09-19T20:32:17.860Z","avatar_url":"https://github.com/Kode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Haxelib Version](https://img.shields.io/github/tag/openfl/lime.svg?style=flat\u0026label=haxelib)](http://lib.haxe.org/p/lime) [![Build Status](https://img.shields.io/circleci/project/github/openfl/lime/develop.svg)](https://circleci.com/gh/openfl/lime)\n\nLime\n====\n\nLime is a flexible, lightweight layer for Haxe cross-platform developers.\n\nLime supports native, Flash and HTML5 targets with unified support for:\n\n * Windowing\n * Input\n * Events\n * Audio\n * Render contexts\n * Network access\n * Assets\n\nLime does not include a renderer, but exposes the current context:\n\n * Cairo\n * Canvas\n * DOM\n * Flash\n * GL\n\nThe GL context is based upon the WebGL standard, implemented for both OpenGL and OpenGL ES as needed.\n\nLime provides a unified audio API, but also provides access to OpenAL for advanced audio on native targets.\n\n\nLicense\n=======\n\nLime is free, open-source software under the [MIT license](LICENSE.md).\n\n\nInstallation\n============\n\nFirst install the latest version of [Haxe](http://www.haxe.org/download).\n\nThe current version of Lime has not been released on haxelib, yet, so please install the latest [development build](http://www.openfl.org/builds/lime).\n\n\nDevelopment Builds\n==================\n\nWhen there are changes, Lime is built nightly. Builds are available for download [here](http://www.openfl.org/builds/lime).\n\nTo install a development build, use the \"haxelib local\" command:\n\n    haxelib local filename.zip\n\n\nBuilding from Source\n====================\n\nClone the Lime repository, as well as the submodules:\n\n    git clone --recursive https://github.com/openfl/lime\n\nTell haxelib where your development copy of Lime is installed:\n\n    haxelib dev lime lime\n\nThe first time you run the \"lime\" command, it will attempt to build the Lime standard binary for your desktop platform as the command-line tools. To build these manually, use the following command (using \"mac\" or \"linux\" if appropriate):\n\n    haxelib install format\n    lime rebuild windows\n\nYou can build additional binaries, or rebuild binaries after making changes, using \"lime rebuild\":\n\n    lime rebuild windows\n    lime rebuild linux -64 -release -clean\n\nYou can also rebuild the tools if you make changes to them:\n\n    lime rebuild tools\n\nOn a Windows machine, you should have Microsoft Visual Studio C++ (Express is just fine) installed. You will need Xcode on a Mac. To build on a Linux machine, you may need the following packages (or similar):\n\n    sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev g++ g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev\n\nTo switch away from a source build, use:\n\n    haxelib dev lime\n\n\nSample\n======\n\nYou can build a sample Lime project with the following commands:\n\n    lime create HelloWorld\n    cd HelloWorld\n    lime test neko\n\nYou can also list other projects that are available using \"lime create\".\n\n\nTargets\n=======\n\nLime currently supports the following targets:\n\n    lime test windows\n    lime test mac\n    lime test linux\n    lime test neko\n    lime test android\n    lime test ios\n    lime test html5\n    lime test flash\n    lime test air\n\nDesktop builds are currently designed to be built on the same host OS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeprecated-Kode%2Flime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDeprecated-Kode%2Flime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeprecated-Kode%2Flime/lists"}