Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aunyks/hdri-to-cubemap
A snapshot of Mateusz Wisniowski's useful repo. They are @matheowis.
https://github.com/aunyks/hdri-to-cubemap
Last synced: about 1 month ago
JSON representation
A snapshot of Mateusz Wisniowski's useful repo. They are @matheowis.
- Host: GitHub
- URL: https://github.com/aunyks/hdri-to-cubemap
- Owner: aunyks
- License: mit
- Created: 2020-09-28T03:14:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T03:24:00.000Z (over 4 years ago)
- Last Synced: 2024-04-23T14:10:50.879Z (9 months ago)
- Language: JavaScript
- Homepage: https://matheowis.github.io/HDRI-to-CubeMap
- Size: 1.81 MB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HDRI-to-CubeMap
It converts spherical maps to cube maps
![cubemap](https://matheowis.github.io/assets//HDRI-to_Cubemap/cubemap2.gif)
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