JavaScript 3D Library.
-
Updated
Sep 17, 2021 - JavaScript
{{ message }}
JavaScript 3D Library.
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
See:
https://forum.babylonjs.com/t/can-gltf-export-a-specific-mesh-from-scene/10641/3
Repro:
https://www.babylonjs-playground.com/#YBEKDT#4
Expected result:
Fan materials and textures should not be included in exported glTF from this playground.
Open-source JavaScript charting library behind Plotly and Dash
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in
Play with fluids in your browser (works even on mobile)
Most items coming from questions on the community forum
xref='paper'. Also the shapes and annotations tutorial should link to each other.WebGL2 powered geospatial visualization layers
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
A renderer agnostic two-dimensional drawing api for the web.
Fast and lightweight JavaScript game engine built on WebGL and glTF
React friendly API wrapper around MapboxGL JS
Run Keras models in the browser, with GPU support using WebGL
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
WebGL visualization for displaying animated traffic graphs
Lightweight and modular C++11 graphics middleware for games and data visualization
Egret is a brand new open mobile game and application engine which allows you to quickly build mobile games and apps on Android,iOS and Windows.
Add a description, image, and links to the webgl topic page so that developers can more easily learn about it.
To associate your repository with the webgl topic, visit your repo's landing page and select "manage topics."
fitDataset() expects a Dataset that produces elements of a certain shape, with matching batch sizes etc., and throws errors (from standardizeDataIteratorOutput()) when the conditions are not met. These errors should be tested.