Demo of Perspective.
A ray-tracing engine written as an ExprTK Expression within Perspective.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" /> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/[email protected]/dist/cdn/perspective-viewer.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/[email protected]/dist/cdn/perspective-viewer-datagrid.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/[email protected]/dist/cdn/perspective-viewer-d3fc.js"></script> |
| /****************************************************************************** | |
| * | |
| * 11111001111110111110001111101111100111111001111101111110111101100110111111 | |
| * 11001101000000110011011000001100110100000011000000011000011001100110100000 | |
| * 11111001111100111110001111001111100111110011000000011000011001100110111110 | |
| * 11000001100000110110000001101100000110000011000000011000011000111100110000 | |
| * 11000001111110110011011111001100000111111001111100011000111100011000111111 | |
| * | |
| * Copyright (c) 2017, the Perspective Authors. | |
| * |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" /> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/[email protected]/dist/cdn/perspective.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/[email protected]/dist/cdn/perspective-viewer.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/[email protected]/dist/cdn/perspective-viewer-datagrid.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/[email protected]/dist/cdn/perspective-viewer-d3fc.js"></script> | |
| <link rel="stylesheet" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/@finos/perspective-viewer/dist/css/themes.css" /> |
Demo of Perspective.
A ray-tracing engine written as an ExprTK Expression within Perspective.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tdigest.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/perspective@latest/dist/cdn/perspective.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/perspective-viewer@latest/dist/cdn/perspective-viewer.js"></script> | |
| <script type="module" src="https://cdn.jsdelivr.net/npm/@finos/perspective-viewer-datagrid@latest/dist/cdn/perspective-viewer-datagrid.js"></script> |
| license: apache-2.0 |
| <!-- | |
| Copyright (c) 2017, the Perspective Authors. | |
| This file is part of the Perspective library, distributed under the terms of | |
| the Apache License 2.0. The full license can be found in the LICENSE file. | |
| --> | |
| <!DOCTYPE html> |
| <!-- | |
| Copyright (c) 2017, the Perspective Authors. | |
| This file is part of the Perspective library, distributed under the terms of | |
| the Apache License 2.0. The full license can be found in the LICENSE file. | |
| --> | |
| <!DOCTYPE html> |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" /> | |
| <link rel="stylesheet" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/@finos/perspective-workspace/dist/css/material.css"/> | |
| <script src="https://cdn.jsdelivr.net/npm/@finos/perspective-workspace@latest"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/@finos/perspective-viewer-datagrid@latest"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/@finos/perspective-viewer-d3fc@latest"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/@finos/perspective@latest"></script> | |
| <style> | |
| body{display:flex;flex-direction:column;position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;overflow:hidden}perspective-workspace{position:absolute;top:0;left:0;right:0;bottom:0}#buttons>*{padding:6px;margin:5px}button{background-color:inherit;cursor:pointer}button:hover{border:1px solid #00f!important}bo |
| license: apache-2.0 |