All Projects → alterebro → Css Transform

alterebro / Css Transform

Licence: mit
CSS Transform Playground. Online tool to visualize 2D & 3D CSS3 Transform functions.

Projects that are alternatives of or similar to Css Transform

Spatialmath Python
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Stars: ✭ 78 (-30.97%)
Mutual labels:  3d, 2d, transform
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+17085.84%)
Mutual labels:  3d, 2d
Software
DeepValueNetwork is a peer-to-peer database network managed and hosted by its community. It contains a browser to render 2D/3D content and allow the creation of scripted applications built on top of the p2p database network and managed by its creators, without intermediary platform.
Stars: ✭ 357 (+215.93%)
Mutual labels:  3d, 2d
Manif
A small C++11 header-only library for Lie theory.
Stars: ✭ 494 (+337.17%)
Mutual labels:  3d, 2d
Medpy
Medical image processing in Python
Stars: ✭ 321 (+184.07%)
Mutual labels:  3d, 2d
React Particles Webgl
🔆 A 2D/3D particle library built on React, Three.js and WebGL
Stars: ✭ 330 (+192.04%)
Mutual labels:  3d, 2d
Spritejs
A cross platform high-performance graphics system.
Stars: ✭ 4,712 (+4069.91%)
Mutual labels:  3d, 2d
spatialmath-matlab
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Stars: ✭ 142 (+25.66%)
Mutual labels:  transform, 2d
R1b
A thermal-printer-oriented, 1-bit graphics rasterizer for 2D and 3D
Stars: ✭ 29 (-74.34%)
Mutual labels:  3d, 2d
Sophus
C++ implementation of Lie Groups using Eigen.
Stars: ✭ 1,048 (+827.43%)
Mutual labels:  3d, 2d
Cardslideview
一行代码实现ViewPager卡片效果,比ViewPager2更强大,底层同样是RecyclerView
Stars: ✭ 301 (+166.37%)
Mutual labels:  3d, transform
Connected Components 3d
Connected components on multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants.
Stars: ✭ 90 (-20.35%)
Mutual labels:  3d, 2d
Godot goodies
Collection of nice stuff for Godot
Stars: ✭ 263 (+132.74%)
Mutual labels:  3d, 2d
Von Grid
Hexagonal & square tile grid system with three.js
Stars: ✭ 336 (+197.35%)
Mutual labels:  3d, 2d
Dynamic effect
平时练习的一些前端动效,基于HTML5,CSS3,Canvas,Svg
Stars: ✭ 264 (+133.63%)
Mutual labels:  3d, css3
Go Geom
Package geom implements efficient geometry types for geospatial applications.
Stars: ✭ 456 (+303.54%)
Mutual labels:  3d, 2d
Rustarok
Multiplayer, fast-paced Moba style game
Stars: ✭ 223 (+97.35%)
Mutual labels:  3d, 2d
Mathnet Spatial
Math.NET Spatial
Stars: ✭ 246 (+117.7%)
Mutual labels:  3d, 2d
Mathc
Pure C math library for 2D and 3D programming
Stars: ✭ 504 (+346.02%)
Mutual labels:  3d, 2d
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-26.55%)
Mutual labels:  3d, 2d

css-transform › css-transform.moro.es

CSS3 Transform Functions Playground. Demo UI built with Vue, Gulp and LESS. Deployment via Netlify

Netlify Status

CSS Transform


Development

— Install

Clone or download the repository and install dependencies

$ git clone https://github.com/alterebro/css-transform.git
$ cd css-transform/
$ npm install

— Serve

Start a local server, i.e the SimpleHTTPServer python module

$ python -m SimpleHTTPServer <port>

# Source    : http://0.0.0.0:8000/src/
# Compiled  : http://0.0.0.0:8000/dist/

— Build

Using gulp to compile the project

$ npm install gulp-cli -g # In case gulp isn't already installed
$ gulp build

Jorge Moreno — @alterebro

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].