{"id":18111678,"url":"https://github.com/afaur/haxe-electron","last_synced_at":"2025-04-06T08:22:09.547Z","repository":{"id":83721706,"uuid":"54292402","full_name":"afaur/Haxe-Electron","owner":"afaur","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-20T17:43:44.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T13:56:51.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afaur.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-19T23:52:27.000Z","updated_at":"2016-03-20T01:07:46.000Z","dependencies_parsed_at":"2023-03-12T19:37:01.057Z","dependency_job_id":null,"html_url":"https://github.com/afaur/Haxe-Electron","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/afaur%2FHaxe-Electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afaur%2FHaxe-Electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afaur","download_url":"https://codeload.github.com/afaur/Haxe-Electron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247452775,"owners_count":20941167,"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-01T01:07:09.451Z","updated_at":"2025-04-06T08:22:09.519Z","avatar_url":"https://github.com/afaur.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this project\n\nThis is a very basic example project for building an [Electron](http://electron.atom.io/) application with [Haxe](http://haxe.org/).\n\n# Getting started\n\nDownload Haxe [here](http://haxe.org/download/)\nThen run the `haxelib setup` command.\nHere is an example:\n\n```\n// Haxe Does not understand ~ so you must specify the dir absolutely.\n// Also using .haxelib doesn't seem to work properly as of now.\n\n// Replace `username` below with your system user\nhaxelib setup /Users/username/haxelib\n```\n\n# Download dependencies\n\nThis is so we can run our tests.\n```\nhaxelib install buddy\n```\nThis is so we can build [electron](http://electron.atom.io/) apps\n```\nhaxelib install hxnodejs\nhaxelib install electron\n```\n\nThis is so we can run our electron app after it gets compiled with the\n`./compile` command.\n```\nnpm install -g electron-prebuilt\n```\n\n# Compile and inspect\nAfter that you should be able to `git clone` this project and then run: `./compile`\n\n---\n\u003e `compile` is just a bash script that runs `haxe build.hxml`\n\u003e For more information on `build.hxml` look here: \n\u003e - http://old.haxe.org/doc/compiler\n\nThe `build.hxml` file tells the compiler to:\n- Find the source files inside `src`\n- Create a `app.js` file in the `build` directory.\n\nThe `./clean` bash script will clean out the build directory.\n\nTry changing the build target by using the other options found at:\n- http://haxe.org/documentation/introduction/compiler-usage.html\n\n# Running tests\n\nRight now there is only one test but it can be run using: `./check`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaur%2Fhaxe-electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafaur%2Fhaxe-electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaur%2Fhaxe-electron/lists"}