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

https://github.com/hophiphip/wep

OpenGL in the Web
https://github.com/hophiphip/wep

cpp emscripten opengl wasm

Last synced: 3 months ago
JSON representation

OpenGL in the Web

Awesome Lists containing this project

README

          

# wep

Using `OpenGL` and `C++` in the Web

## Requirements
- [NodeJS](https://nodejs.org/en/)

## Run development server
```sh
npm run dev
```

## Build for production
```sh
npm run build
```