{"id":20457655,"url":"https://github.com/readytalk/avian-swt-examples","last_synced_at":"2025-04-13T05:24:49.813Z","repository":{"id":3194750,"uuid":"4227740","full_name":"ReadyTalk/avian-swt-examples","owner":"ReadyTalk","description":"Avian Virtual Machine - SWT Examples","archived":false,"fork":false,"pushed_at":"2016-07-18T01:29:03.000Z","size":487,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-26T22:11:11.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"elm-lang/elm-lang.org","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReadyTalk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-04T18:21:45.000Z","updated_at":"2023-09-17T20:06:42.000Z","dependencies_parsed_at":"2022-09-12T02:11:33.893Z","dependency_job_id":null,"html_url":"https://github.com/ReadyTalk/avian-swt-examples","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/ReadyTalk%2Favian-swt-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReadyTalk%2Favian-swt-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReadyTalk%2Favian-swt-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReadyTalk%2Favian-swt-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReadyTalk","download_url":"https://codeload.github.com/ReadyTalk/avian-swt-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248666999,"owners_count":21142356,"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-15T12:08:22.126Z","updated_at":"2025-04-13T05:24:49.794Z","avatar_url":"https://github.com/ReadyTalk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Avian SWT Examples\n==================\n\nThis package includes a set of three small sample applications taken\nfrom the Eclipse CVS repository, plus makefiles to build them as\nstandalone executables using Avian.  The following instructions may be\nused to build them:\n\n    # Set the platform and swt_zip environment variables according to the\n    # following table:\n    #\n    # platform               swt_zip\n    # --------               -------\n    # linux-x86_64           swt-4.3-gtk-linux-x86_64.zip\n    # linux-i386             swt-4.3-gtk-linux-x86.zip\n    # linux-arm64            swt-4.3-gtk-linux-arm64.zip\n    # linux-arm              swt-4.3-gtk-linux-arm.zip\n    # macosx-x86_64          swt-4.3-cocoa-macosx-x86_64.zip\n    # macosx-i386            swt-4.3-cocoa-macosx.zip\n    # windows-x86_64         swt-4.3-win32-win32-x86_64.zip\n    # windows-i386           swt-4.3-win32-win32-x86.zip\n\n    mkdir work\n    cd work\n    curl -Of http://readytalk.github.io/avian-web/proguard4.11.tar.gz\n    tar xzf proguard4.11.tar.gz\n    curl -Of http://readytalk.github.io/avian-web/lzma920.tar.bz2\n    (mkdir -p lzma-920 \u0026\u0026 cd lzma-920 \u0026\u0026 tar xjf ../lzma920.tar.bz2)\n    curl -Of http://readytalk.github.io/avian-web/${swt_zip}\n    mkdir -p swt/${platform}\n    unzip -d swt/${platform} ${swt_zip}\n    curl -Of http://readytalk.github.io/avian-web/avian-1.2.0.tar.bz2\n    tar xjf avian-1.2.0.tar.bz2\n    curl -Of http://readytalk.github.io/avian-web/avian-swt-examples-1.2.0.tar.bz2\n    tar xjf avian-swt-examples-1.2.0.tar.bz2\n    # needed only for 32-bit Windows builds:\n    git clone https://github.com/ReadyTalk/win32.git\n    # needed only for 64-bit Windows builds:\n    git clone https://github.com/ReadyTalk/win64.git\n    cd avian-swt-examples\n    make lzma=$(pwd)/../lzma-920 full-platform=${platform} example\n\nAlternatively, you can build using OpenJDK's class library instead of\nthe default Avian class library.  See the [readme file](https://github.com/ReadyTalk/avian/blob/master/README.md#avian---a-lightweight-java-virtual-machine-jvm) in the Avian\nsource tree for examples of how to install OpenJDK and build Avian\nwith it.\n\n    # Set the path_to_openjdk_build and path_to_openjdk_source\n    # environment variables according to your system, e.g.:\n    #\n    # path_to_openjdk_build=$HOME/jdk7u-dev/build/linux-amd64/j2sdk-image\n    # path_to_openjdk_source=$HOME/jdk7u-dev/jdk/src\n\n    $ make full-platform=${platform} openjdk=${path_to_openjdk_build}\n    $ make full-platform=${platform} openjdk=${path_to_openjdk_build} \\\n        openjdk-src=${path_to_openjdk_source}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadytalk%2Favian-swt-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freadytalk%2Favian-swt-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadytalk%2Favian-swt-examples/lists"}