An open API service indexing awesome lists of open source software.

https://github.com/crowdstrike/graphics-core


https://github.com/crowdstrike/graphics-core

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

![CrowdStrike](/.github/cs-logo.png)

[![CrowdStrike Subreddit](https://img.shields.io/badge/-r%2Fcrowdstrike-white?logo=reddit&labelColor=gray&link=https%3A%2F%2Freddit.com%2Fr%2Fcrowdstrike)](https://reddit.com/r/crowdstrike)

[![Install lint and test](https://github.com/CrowdStrike/graphics-core/actions/workflows/ci.yml/badge.svg)](https://github.com/CrowdStrike/graphics-core/actions/workflows/ci.yml)


`@crowdstrike/graphics-core` is a JavaScript library that provides a collection of useful abstractions frequently used in the context of WebGL programming. Some of them are WebGL framework-agnostic, and some of them extend [three.js](https://threejs.org/).

## Installation

```
pnpm add @crowdstrike/graphics-core
# or
yarn add @crowdstrike/graphics-core
# or
npm install @crowdstrike/graphics-core
```

## Usage

To illustrate different use cases of the library, this repository includes the `test-app` folder; inside it are some demos as well as the package's test suite.

## Support

`@crowdstrike/graphics-core` is an open source project, not a CrowdStrike product. As such, it carries no formal support, expressed or implied.

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.