项目作者: Steveeeie

项目描述 :
A WIP React library for creating 3D objects and scenes without WebGL.
高级语言: JavaScript
项目地址: git://github.com/Steveeeie/react-css-3d.git
创建时间: 2020-01-05T17:19:10Z
项目社区:https://github.com/Steveeeie/react-css-3d

开源协议:MIT License

下载


react-css-3d (WIP)

License Version PRs Twitter Follow

A React library for creating 3D objects and scenes without WebGL.

Documentation

View Documentation

Motivation

Over the years I have created a number of 3D scenes using only CSS / HTML so I decided to publish a library to make this easier for me. The library is CSS / HTML based, for this reason its capabilities are limited. You shouldn’t expect the same levels of fidelity as a WebGL based solution.

Browser Support

The library is supported by most evergreen browsers, however as each browser handles css-transformations differently you may experience varying frame rates and quality. The library makes heavy use of the preserve-3d transform-style which is not supported by any version of IE.