-
Updated
Nov 7, 2020 - TypeScript
{{ message }}
AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.
Node.js Library for interacting with the Philips Hue Bridge and Lights
Create magical move transitions between scenes in react-native
Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/
An ambient life simulation driven by user activity within a Discord server
TensorFlow implementation of original paper : https://github.com/hszhao/PSPNet
A procedural terrain generation engine for use with the Three.js 3D graphics library for the web.
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
Animations driven by finger movement
ARKit Base Project. Place virtual objects based on WWDC example project
DirectX 11 Renderer written in C++11
Please report any duplicate entries here. Don't open separate issue for every duplicate.
2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
JavaScript dataflow graph editor
MR-CNNs for Large-Scale Scene Recognition
A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
This GIT repo (C language) holds applications and utilities for the Behringer X32 and M32 mixing consoles. Additional details, documentation, implementation examples and apps can be found in my website:
Add a description, image, and links to the scene topic page so that developers can more easily learn about it.
To associate your repository with the scene topic, visit your repo's landing page and select "manage topics."
There's no TriangleGeometry class in Three.js, but here's some ways we can implement one using the
THREE.Trianglemath class.