https://github.com/lancelet/wgpu-hs
Haskell bindings to WGPU Native
https://github.com/lancelet/wgpu-hs
bindings graphics wgpu wgpu-native
Last synced: about 1 month ago
JSON representation
Haskell bindings to WGPU Native
- Host: GitHub
- URL: https://github.com/lancelet/wgpu-hs
- Owner: lancelet
- License: bsd-3-clause
- Created: 2021-08-10T04:12:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T20:58:07.000Z (over 3 years ago)
- Last Synced: 2025-03-24T12:04:41.956Z (about 2 months ago)
- Topics: bindings, graphics, wgpu, wgpu-native
- Language: Haskell
- Homepage:
- Size: 4.37 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Bindings for WebGPU Native
[![Hackage][hackage-shield]][hackage]
[![CI Build][github-ci-shield]][github-ci]
[![License BSD-3-Clause][license-shield]][license]
![Platforms][platform-shield][hackage]: http://hackage.haskell.org/package/wgpu-hs
[hackage-shield]: https://img.shields.io/hackage/v/wgpu-hs.svg?logo=haskell
[github-ci]: https://github.com/lancelet/wgpu-hs/actions
[github-ci-shield]: https://github.com/lancelet/wgpu-hs/actions/workflows/ci.yml/badge.svg
[license]: https://github.com/lancelet/wgpu-hs/blob/master/LICENSE
[license-shield]: https://img.shields.io/badge/license-BSD--3--Clause-green.svg
[platform-shield]: https://img.shields.io/badge/platform-macos%20%7C%20linux%20%7C%20windows-blueThis repository contains Haskell bindings for
[wgpu-native](https://github.com/gfx-rs/wgpu-native).macOS, Windows and Linux are supported. SDL2 and GLFW are both supported as
windowing systems.To get started, please read the [Getting Started](GettingStarted.md)
instructions.