Skip to main content
Home

Winit bindings for Deno.

This package works with Deno
This package works with Deno
JSR Score
94%
Published
a year ago (0.2.1)

deno_winit

Winit bindings for Deno.

Demo of the hello_triangle example running on Windows

How to run

Run the hello_triangle example:

deno task hello_triangle

How to run using local winit library

Build winit library:

cargo build --release

Run the hello_triangle_local example:

deno task hello_triangle_local

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fazil47/deno-winit

Import symbol

import * as deno_winit from "@fazil47/deno-winit";
or

Import directly with a jsr specifier

import * as deno_winit from "jsr:@fazil47/deno-winit";