All Projects → matheowis → Hdri To Cubemap

matheowis / Hdri To Cubemap

Licence: mit
Image converter from spherical map to cubemap

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hdri To Cubemap

Threejs Mesh Modifiers
A Three.js mesh morph modifier
Stars: ✭ 169 (-18.36%)
Mutual labels:  threejs
Robot Gui
A three.js based 3D robot interface.
Stars: ✭ 181 (-12.56%)
Mutual labels:  threejs
Demos
One repo to rule them all.
Stars: ✭ 204 (-1.45%)
Mutual labels:  threejs
Encom Boardroom
📈 Web tribute to the Tron: Legacy Boardroom Scene
Stars: ✭ 2,094 (+911.59%)
Mutual labels:  threejs
Three Projected Material
📽 Three.js Material which lets you do Texture Projection on a 3d Model
Stars: ✭ 177 (-14.49%)
Mutual labels:  threejs
Three Nebula
WebGL based particle system engine for three.js
Stars: ✭ 192 (-7.25%)
Mutual labels:  threejs
React Globe
Create beautiful and interactive React + ThreeJS globe visualizations with ease.
Stars: ✭ 167 (-19.32%)
Mutual labels:  threejs
Forgejs
ForgeJS is a javascript framework that unleashes immersive WebVR experiences.
Stars: ✭ 207 (+0%)
Mutual labels:  threejs
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+1372.46%)
Mutual labels:  threejs
Node Occ
build BREP Solids with OpenCascade and NodeJS - 3D Modeling
Stars: ✭ 202 (-2.42%)
Mutual labels:  threejs
Threejs Modern App
Boilerplate and utils for a fullscreen Three.js app
Stars: ✭ 176 (-14.98%)
Mutual labels:  threejs
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (-14.98%)
Mutual labels:  threejs
React Three Next
React Three Fiber, Nextjs, Tailwind starter
Stars: ✭ 195 (-5.8%)
Mutual labels:  threejs
React Three Fiber
🇨🇭 A React renderer for Three.js
Stars: ✭ 16,097 (+7676.33%)
Mutual labels:  threejs
Magicshader
🔮 Tiny helper for three.js to debug and write shaders
Stars: ✭ 205 (-0.97%)
Mutual labels:  threejs
Expo Voxel
🎮🌳 Voxel Terrain made in React Native. ∛
Stars: ✭ 169 (-18.36%)
Mutual labels:  threejs
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+6386.96%)
Mutual labels:  threejs
Pathfinding Visualizer Threejs
A visualizer for pathfinding algorithms in 3D with maze generation, first-person view and device camera input.
Stars: ✭ 209 (+0.97%)
Mutual labels:  threejs
Three.interaction.js
three.js interaction toolkit, help you built an interaction event-system for three.js, binding interaction event like browser-dom
Stars: ✭ 206 (-0.48%)
Mutual labels:  threejs
Droneworld
droneWorld: a 3D world map and a three.js playground
Stars: ✭ 197 (-4.83%)
Mutual labels:  threejs

HDRI-to-CubeMap

It converts spherical maps to cube maps

cubemap

live version on https://matheowis.github.io/HDRI-to-CubeMap/

Just upload a spherical map (.hdr, .png, .jpg) => check out preview (You can rotate both of them) => save it

you can get some spherical maps at https://hdrihaven.com

Run it localy

It works way better on localhost, I'm tring to figure out why...

navigate to the root of this project and use these commands

npm install

npm start

now it works on http://localhost:8080/

known issues

When You are out of RAM you lose webgl context, you may get black screen when it happens, than the page will stop working, and it will require reload, if your RAM usage is still high, You may be unable to view page. If Your source map wont be higher than 4096 px, it should work fine

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