{"id":13534233,"url":"https://github.com/windowjs/windowjs","last_synced_at":"2025-05-15T14:07:19.279Z","repository":{"id":37277829,"uuid":"433542330","full_name":"windowjs/windowjs","owner":"windowjs","description":"Window.js is an open-source Javascript runtime for desktop graphics programming.","archived":false,"fork":false,"pushed_at":"2023-03-08T20:32:29.000Z","size":3687,"stargazers_count":2257,"open_issues_count":38,"forks_count":62,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-04-07T18:10:05.255Z","etag":null,"topics":["2d","graphics-programming","javascript"],"latest_commit_sha":null,"homepage":"https://windowjs.org","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/windowjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2021-11-30T18:29:08.000Z","updated_at":"2025-03-31T18:29:47.000Z","dependencies_parsed_at":"2024-01-03T04:15:19.448Z","dependency_job_id":null,"html_url":"https://github.com/windowjs/windowjs","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windowjs%2Fwindowjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windowjs%2Fwindowjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windowjs%2Fwindowjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windowjs%2Fwindowjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/windowjs","download_url":"https://codeload.github.com/windowjs/windowjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"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":["2d","graphics-programming","javascript"],"created_at":"2024-08-01T07:01:28.548Z","updated_at":"2025-05-15T14:07:14.252Z","avatar_url":"https://github.com/windowjs.png","language":"JavaScript","readme":"# Window.js\n\nWindow.js is an open-source Javascript runtime for desktop graphics programming.\n\nIt is documented at [windowjs.org](https://windowjs.org).\n\n[![Windows](https://github.com/windowjs/windowjs/actions/workflows/windows-build.yml/badge.svg)](https://github.com/windowjs/windowjs/actions/workflows/windows-build.yml)\n[![Linux](https://github.com/windowjs/windowjs/actions/workflows/linux-build.yml/badge.svg)](https://github.com/windowjs/windowjs/actions/workflows/linux-build.yml)\n[![macOS](https://github.com/windowjs/windowjs/actions/workflows/macos-build.yml/badge.svg)](https://github.com/windowjs/windowjs/actions/workflows/macos-build.yml)\n\n\n## Introduction\n\nWindow.js provides APIs for [window](https://windowjs.org/doc/window) creation\nand manipulation via [GLFW](https://glfw.org) and the HTML5\n[Canvas API](https://windowjs.org/doc/canvas) via the\n[Skia](https://skia.org) graphics library, backed by the [v8](https://v8.dev)\nJavascript engine.\n\nWindow.js comes with familiar APIs for web developers for\n[input](https://windowjs.org/doc/window#window.addEventListener) event handling\nand [animated rendering](https://windowjs.org/doc/global#requestAnimationFrame),\nand has additional, convenient APIs for\n[file access](https://windowjs.org/doc/file).\n\nAdditional APIs for sound, networking and WebGL are planned for a future\nrelease.\n\nSee the [FAQ](https://windowjs.org/about/faq) for more details.\n\n**Note**: Window.js is a very recent project and hasn't been widely tested yet.\nPlease report any [issues](https://github.com/windowjs/windowjs/issues) and get\nin [contact](https://windowjs.org/about/contact) for help.\n\n\n## Quick start\n\nWindow.js is distributed as a single binary that can be\n[downloaded](https://windowjs.org/download) for Windows and macOS.\n\nIt can also be [built](https://windowjs.org/dev/build) from the sources for\nWindows, macOS and Linux.\n\nWindow.js runs a Javascript source file directly:\n\n```shell\n$ windowjs examples/breakout.js\n```\n\nThe source files can be edited and reloaded with `F5` in the main window.\n\nA Javascript console is available by pressing `F1`, that can be used to\ndiagnose errors and explore the APIs. For example, submitting this:\n\n```shell\nwindow.title = \"Hello!\"\n```\n\nchanges the title of the main window. Errors are highlighted in the main window:\n\n```shell\nwindow.title = noSuchVariable;\n```\n\nUncaught exceptions and console log errors are also shown in the main window.\nThat overlay can be toggled with `F4`. See `help()` in the console for more\ndevelopment tools.\n\nSee the [example](https://windowjs.org/about/examples) applications and the\n[API documentation](https://windowjs.org/doc) for more.\n\n\n## Contact\n\nContact the Window.js developers and other users via the\n[Window.js mailing list](https://groups.google.com/u/3/g/windowjs/) at\nGoogle Groups, or via its email address `windowjs@googlegroups.com`.\n\nGithub users can also use the\n[Github Discussions](https://github.com/windowjs/windowjs/discussions) page\nfor the project.\n\nReport issues the Github\n[issues tracker](https://github.com/windowjs/windowjs/issues).\n\n\n## Contributing\n\nSee the documentation for [contributions](https://windowjs.org/dev/contributing)\nand a list of [planned features](https://windowjs.org/dev/plans) for ideas.\n\n\n## License\n\nWindow.js is licensed under the [MIT License](LICENSE).\n","funding_links":[],"categories":["JavaScript","Libraries"],"sub_categories":["JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindowjs%2Fwindowjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindowjs%2Fwindowjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindowjs%2Fwindowjs/lists"}