Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackdbd/regl-experiments
Regl experiments with React and Typescript
https://github.com/jackdbd/regl-experiments
jest puppeteer react regl webgl webpack
Last synced: 30 days ago
JSON representation
Regl experiments with React and Typescript
- Host: GitHub
- URL: https://github.com/jackdbd/regl-experiments
- Owner: jackdbd
- License: mit
- Created: 2018-12-25T10:05:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T10:09:20.000Z (2 months ago)
- Last Synced: 2024-10-05T14:31:01.555Z (about 1 month ago)
- Topics: jest, puppeteer, react, regl, webgl, webpack
- Language: JavaScript
- Homepage: https://jackdbd.github.io/regl-experiments
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# regl-experiments
[![Build Status](https://travis-ci.org/jackdbd/regl-experiments.svg?branch=master)](https://travis-ci.org/jackdbd/regl-experiments) [![codecov](https://codecov.io/gh/jackdbd/regl-experiments/branch/master/graph/badge.svg)](https://codecov.io/gh/jackdbd/regl-experiments) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/) [![Code style prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[Regl](https://github.com/regl-project/regl) experiments with Typescript and React.
## :warning: Under contruction :construction:
## Features
- React component tests with [jest](https://jestjs.io/), [jest-dom](https://github.com/gnapse/jest-dom) and [react-testing-library](https://github.com/kentcdodds/react-testing-library).
- Headless visual regression tests with [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) and [Puppeteer](https://github.com/GoogleChrome/puppeteer).## Installation
```shell
yarn
```## Tests
Run all unit tests and launch webpack-dev-server for headless regression tests.
```shell
yarn test:dev
```