{"id":16188638,"url":"https://github.com/konsumer/deno-minifb","last_synced_at":"2025-03-19T03:30:42.148Z","repository":{"id":45270024,"uuid":"405259759","full_name":"konsumer/deno-minifb","owner":"konsumer","description":"Deno wrapper around minifb, for making a framebuffer you can draw pixels to","archived":false,"fork":false,"pushed_at":"2021-12-27T21:22:04.000Z","size":97,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T14:56:38.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/konsumer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"konsumer"}},"created_at":"2021-09-11T02:05:59.000Z","updated_at":"2024-12-20T22:05:07.000Z","dependencies_parsed_at":"2022-09-13T16:10:21.636Z","dependency_job_id":null,"html_url":"https://github.com/konsumer/deno-minifb","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/konsumer%2Fdeno-minifb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Fdeno-minifb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Fdeno-minifb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konsumer%2Fdeno-minifb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konsumer","download_url":"https://codeload.github.com/konsumer/deno-minifb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965768,"owners_count":20375916,"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-10T07:28:58.532Z","updated_at":"2025-03-19T03:30:41.817Z","avatar_url":"https://github.com/konsumer.png","language":"Rust","funding_links":["https://github.com/sponsors/konsumer"],"categories":[],"sub_categories":[],"readme":"# deno minifb\n\nThis is a thin wrapper around [minifb](https://docs.rs/minifb/latest/minifb/) that you can use in deno. Combine it with [canvas](https://github.com/DjDeveloperr/deno-canvas) for native window that works like the [canvas web API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) or [webgpu](https://deno.land/x/deno@v1.9.2/op_crates/webgpu) for 3D stuff (**note**: it runs very slow webgpu, unusable for a game, as it's frame-by-frame.)\n\n# WIP\n\nWe are still working on it. The first goal is to get a basic window for canvas, but eventually we plan to add mouse, key, exit-handler, and loop-lifecycle stuff (for locking into a specific framerate.) The evenutal goal is to be a minimal piece to making performant native games in deno, using standardd web APIs.\n\n## deno support\n\nCurrently, you need to run deno from [this PR](https://github.com/denoland/deno/pull/11648).\n\nI compiled it on linux, liek this:\n\n```\ngit clone --recursive https://github.com/eliassjogreen/deno.git deno-pr-buffers\ncd deno-pr-buffers\ncargo build\n```\n\nThen set `DENO` in the Makefile.\n\n## usage\n\n```ts\n// TODO\n```\n\n## development\n\nYou will need `deno`, `make`, and `cargo` (for rust) in your path. On mac or linux, run `make setup` to install everything you need.\n\nRun `make` for some help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Fdeno-minifb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonsumer%2Fdeno-minifb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonsumer%2Fdeno-minifb/lists"}