All Projects → alibaba → G3d

alibaba / G3d

Licence: apache-2.0
A pure 3D render engine compatible with webgl, running both in browser and gcanvas.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to G3d

Itowns
A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
Stars: ✭ 517 (-45.46%)
Mutual labels:  3d, webgl
Jsmodeler
A JavaScript framework to create and visualize 3D models.
Stars: ✭ 608 (-35.86%)
Mutual labels:  3d, webgl
Clay Viewer
3D model viewer with high quality rendering and glTF2.0/GLB export
Stars: ✭ 558 (-41.14%)
Mutual labels:  3d, webgl
Spritejs
A cross platform high-performance graphics system.
Stars: ✭ 4,712 (+397.05%)
Mutual labels:  3d, webgl
Pythonocc Core
Python package for 3D CAD/BIM/PLM/CAM
Stars: ✭ 697 (-26.48%)
Mutual labels:  3d, webgl
Roygbiv
A 3D engine for the Web
Stars: ✭ 499 (-47.36%)
Mutual labels:  3d, webgl
Spector.js
Explore and Troubleshoot your WebGL scenes with ease.
Stars: ✭ 599 (-36.81%)
Mutual labels:  3d, webgl
Beam
✨ Expressive WebGL
Stars: ✭ 383 (-59.6%)
Mutual labels:  3d, webgl
Picogl.js
A minimal WebGL 2 rendering library
Stars: ✭ 671 (-29.22%)
Mutual labels:  3d, webgl
Trois
✨ ThreeJS + VueJS 3 + ViteJS ⚡
Stars: ✭ 648 (-31.65%)
Mutual labels:  3d, webgl
Webglstudio.js
A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
Stars: ✭ 4,508 (+375.53%)
Mutual labels:  3d, webgl
Xeogl
A WebGL-based 3D engine for technical visualization. Not actively maintained.
Stars: ✭ 920 (-2.95%)
Mutual labels:  3d, webgl
Lume
Create CSS3D/WebGL applications declaratively with HTML. Give regular DOM elements shadow and lighting.
Stars: ✭ 445 (-53.06%)
Mutual labels:  3d, webgl
Graph Visualization
3D graph visualization with WebGL / Three.js
Stars: ✭ 507 (-46.52%)
Mutual labels:  3d, webgl
Vue Gl
Vue.js components rendering 3D WebGL graphics reactively with three.js
Stars: ✭ 434 (-54.22%)
Mutual labels:  3d, webgl
React Force Graph
React component for 2D, 3D, VR and AR force directed graphs
Stars: ✭ 589 (-37.87%)
Mutual labels:  3d, webgl
Taro
A lightweight 3D game engine for the web.
Stars: ✭ 345 (-63.61%)
Mutual labels:  3d, webgl
Xbsjearthui
XbsjEarthUI是基于Cesium和EarthSDK的三维GIS/BIM的UI模板,可以基于此定制自己的三维App
Stars: ✭ 373 (-60.65%)
Mutual labels:  3d, webgl
Webworldwind
The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
Stars: ✭ 628 (-33.76%)
Mutual labels:  3d, webgl
Harp.gl
harp.gl - web map rendering engine
Stars: ✭ 828 (-12.66%)
Mutual labels:  3d, webgl

G3D

G3D is a javascript 3D engine based on WebGL. Compared with other WebGL 3D engines, G3D is a pure render engine, which means it depends on no DOM APIs but just a canvas(or canvas-like) object. This feature makes it possible that G3D works not only in browser but also in some hybrid environments like GCanvas (Weex or ReactNative).

See website for more information.

G3D

G3D 是一款基于 WebGL 的 javascript 3D 绘图引擎。与其他的 WebGL 3D 引擎相比,G3D 是更加「纯粹」的渲染引擎,也就是说,它完全不依赖任何 DOM API,而是仅仅依赖一个 canvas 对象(或者类 canvas 对象)。该特性使得 G3D 不仅能够运行在浏览器环境中,也能够运行在一些非浏览器的 js 终端环境下(hybrid 环境),比如 GCanvas 环境(基于 Weex 或 ReactNative)。

访问网站以了解更多信息。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].