{"id":17797538,"url":"https://github.com/wolfadex/elmgine","last_synced_at":"2025-10-18T20:39:38.248Z","repository":{"id":48092949,"uuid":"393599555","full_name":"wolfadex/elmgine","owner":"wolfadex","description":"An exploration of a game engine \u0026 editor build in Elm","archived":false,"fork":false,"pushed_at":"2021-08-09T23:08:25.000Z","size":17481,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T18:15:04.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elm","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/wolfadex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-08-07T06:24:49.000Z","updated_at":"2021-08-09T23:08:28.000Z","dependencies_parsed_at":"2022-08-12T18:30:53.499Z","dependency_job_id":null,"html_url":"https://github.com/wolfadex/elmgine","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/wolfadex%2Felmgine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfadex%2Felmgine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfadex%2Felmgine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfadex%2Felmgine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfadex","download_url":"https://codeload.github.com/wolfadex/elmgine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246747977,"owners_count":20827243,"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-10-27T11:56:15.127Z","updated_at":"2025-10-18T20:39:38.160Z","avatar_url":"https://github.com/wolfadex.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elmgine\n\nA modification of [erkal/elm-3d-playground-exploration](https://github.com/erkal/elm-3d-playground-exploration) where a GUI is provided for writing code, modifying configurations, and a WYSIWYG editor for the game world.\n\n# ⚠ This is an experiment! Expect frequent breaking changes poor performance. ⚠\n\n\n## For Development \nFirst [install yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable) if you don't have it already.\n\nClone the repository\n```bash\ngit clone https://github.com/wolfadex/elmgine.git\n```\nand navigate into it:\n```bash\ncd elmgine\n```\n\nTo install all dependencies, type and run\n```bash\nyarn\n```\n\nTo compile the editor in dev mode run\n```bash\nyarn dev\n```\nTo start the editor run\n```bash\nyarn start\n```\n\n## Example\n\nOnce the editor is running, paste\n```elm\nmodule UserGame exposing (view)\n\nimport Html exposing (Html)\n\nview : Html msg\nview =\n    Html.text \"G g g game TIME!!\"\n```\ninto the editor and click `Compile`. The running version of your game will display below the code editor.\n\n**Note: To escape the code editor with the keyboard press `Esc` and the either `Tab` or `Shift + Tab`. This allows you to use the `Tab` key to insert correct indentation in the code editor.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfadex%2Felmgine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfadex%2Felmgine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfadex%2Felmgine/lists"}