https://github.com/minecraftts/glfw
https://github.com/minecraftts/glfw
bindings glfw glfw3 javascript nodejs typescript
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/minecraftts/glfw
- Owner: minecraftts
- License: mit
- Created: 2022-07-21T03:54:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T02:08:28.000Z (over 2 years ago)
- Last Synced: 2024-08-09T13:40:50.311Z (10 months ago)
- Topics: bindings, glfw, glfw3, javascript, nodejs, typescript
- Language: C++
- Size: 457 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-glfw
Node.js bindings to GLFW3
### Installation
Please ensure you have CMake as well as a full C++ toolchain for your OS then you can install with
```
npm install @minecraftts/glfw
```### Building
Building is extremely simple, make sure you have all required build tools then run
```
npm run build
```### Testing
We have no unit tests currently, PRs are gladly accepted.
### License
This package is licensed under the MIT license