Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manu4kym/3j-testbed
Playground
https://github.com/manu4kym/3j-testbed
Last synced: 7 days ago
JSON representation
Playground
- Host: GitHub
- URL: https://github.com/manu4kym/3j-testbed
- Owner: ManU4kym
- Created: 2024-11-04T11:00:00.000Z (about 2 months ago)
- Default Branch: starter
- Last Pushed: 2024-11-04T11:33:41.000Z (about 2 months ago)
- Last Synced: 2024-11-04T12:18:43.263Z (about 2 months ago)
- Language: JavaScript
- Size: 7.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Play ground
## starter
```javascript
import WebGL from 'three/addons/capabilities/WebGL.js';if ( WebGL.isWebGL2Available() ) {
window.alert('Continue');
} else {
const warning = WebGL.getWebGL2ErrorMessage();
document.getElementById( 'container' ).appendChild( warning );}
```