Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magicien/jscenekit
Port of SceneKit framework to JavaScript
https://github.com/magicien/jscenekit
javascript jscenekit scenekit scenekit-framework webgl
Last synced: 2 days ago
JSON representation
Port of SceneKit framework to JavaScript
- Host: GitHub
- URL: https://github.com/magicien/jscenekit
- Owner: magicien
- License: mit
- Created: 2017-02-14T20:38:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T03:12:43.000Z (about 5 years ago)
- Last Synced: 2024-10-12T05:52:48.654Z (about 1 month ago)
- Topics: javascript, jscenekit, scenekit, scenekit-framework, webgl
- Language: JavaScript
- Size: 36.9 MB
- Stars: 78
- Watchers: 10
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/jscenekit.svg)](https://www.npmjs.com/package/jscenekit)
[![Build Status](https://travis-ci.org/magicien/JSceneKit.svg?branch=master)](https://travis-ci.org/magicien/JSceneKit)
[![codecov](https://codecov.io/gh/magicien/JSceneKit/branch/master/graph/badge.svg)](https://codecov.io/gh/magicien/JSceneKit)
[![dependencies Status](https://david-dm.org/magicien/JSceneKit.svg)](https://david-dm.org/magicien/JSceneKit)
[![devDependencies Status](https://david-dm.org/magicien/JSceneKit/dev-status.svg)](https://david-dm.org/magicien/JSceneKit?type=dev)# JSceneKit
Port of SceneKit framework to JavaScript### Install
```
npm install jscenekit --save
```### Documentation
https://magicien.github.io/JSceneKit/
### Examples
[JSceneKitExample](https://magicien.github.io/JSceneKitExample/)
![ScreenShot](https://raw.githubusercontent.com/magicien/JSceneKitExample/readme/readme/screenshot_ex2.png)