Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Procedural-gl-js Alternatives
Similar projects and alternatives to procedural-gl-js
-
maplibre-gl-js
The open-source fork of Mapbox GL JS: Interactive maps in the browser, powered by vector tiles and WebGL.
-
suncalc
A tiny JavaScript library for calculating sun/moon positions and phases.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
Oat++
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
-
ffprobe-wasm
A Web-based FFProbe. Powered by FFmpeg, Vue and Web Assembly!
-
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
procedural-gl-react
React component for the Procedural GL JS library
-
thegreatsuspender
A chrome extension for suspending all tabs to free up memory
-
pyroscope
Continuous Profiling Platform. Debug performance issues down to a single line of code [Moved to: https://github.com/grafana/pyroscope]
-
Joplin
Joplin - an open source note taking and to-do application with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.
-
mapbox-gl-js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
-
-
-
-
-
cratetorrent
A BitTorrent V1 engine library for Rust (and currently Linux)
-
-
HyperTag
NeoVerse/HyperTag - Intuitive Knowledge Management WebApp & CLI for Humans using Deep Learning & Tags
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
procedural-gl-js reviews and mentions
-
Recreating Real-World Terrain with React, Three.js and WebGL Shaders
Nice writeup, I always like it when the shaders are highlighted like this. I got started in a similar way 7 years ago and have been making 3D terrains with THREE.js & WebGL since.
The real fun begins when you need to implement some sort of Level-of-Detail system and streaming in data to give the illusion of high detail everywhere without sacrificing performance.
Last year I released an open-source framework (https://github.com/felixpalmer/procedural-gl-js) for creating 3D terrains for web applications, you can see Uluru here: https://www.procedural.eu/map/?longitude=131.036&latitude=-2... (unfortunately the aerial imagery from our default provider isn't as high resolution as other places in Europe)
-
Visualization of 40M Cell Towers
Great visualization and approach with compressing the tile data. Do you have a comparison of how much smaller the payload ends up being compared to simply sending PNG files?
I use PNGs to encode elevation data in my 3D mapping library (https://github.com/felixpalmer/procedural-gl-js/) and this does a pretty good job of compressing the data, for example in the ocean the PNG files are also very small as the image is mostly black. Different use case I now as your data is much more sparse, but I wonder how close the PNG compression would be compared to your approach.
-
React Component for 3D Maps
Bug reports are welcome at: https://github.com/felixpalmer/procedural-gl-js/
Also the geocoding quota issue has been resolved
Yeah, the React parts of this are very minimal. I'm not really sure what using it gets you, since it just manages a single div.
The _actual_ library that does all the work is here: https://github.com/felixpalmer/procedural-gl-js
-
Ask HN: What Are You Working On?
- Tiny filesize means library is parsed fast. Package size is less than THREE.js thanks to code stripping
Check it out on Github: https://github.com/felixpalmer/procedural-gl-js/
-
Mountain Peaks in WebGL
> https://github.com/felixpalmer/procedural-gl-js/
> Key features
> Batteries included elevation data. Global 3D data coverage courtesy of nasadem.XYZ
Generally just a choice for the demo - in part because restricting the view distance means less data to download (thus lower cost to serve!). If you switch the phone to portrait you will be able to see the horizon.
The library itself (https://github.com/felixpalmer/procedural-gl-js) lets you configure the angle freely.
Hi HN, Merry Christmas to all!
I made this as a demonstration of the open data available from the Austrian government under the www.basemap.at project. The rendering engine is built on top of THREE.js and can be found here: https://github.com/felixpalmer/procedural-gl-js/
For those in the southern hemisphere, there is also a similar visualization of the national parks of New Zealand: https://felixpalmer.github.io/new-zealand-3d/
That's not a bug, it's Germany! The aerial imagery comes from the Austrian basemap.at dataset, which only covers Austria. If you use imagery that covers multiple countries this isn't an issue, but for this project I wanted to try out the basemap.at data. See https://github.com/felixpalmer/procedural-gl-js/ for more
The imagery comes from the Orthofoto dataset on https://www.basemap.at/ - the actual texturing is done by the Procedural GL JS library https://github.com/felixpalmer/procedural-gl-js
-
A note from our sponsor - Sonar
www.sonarsource.com | 29 Mar 2023
Stats
felixpalmer/procedural-gl-js is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
Popular Comparisons
- procedural-gl-js VS maplibre-gl-js
- procedural-gl-js VS suncalc
- procedural-gl-js VS rnnoise
- procedural-gl-js VS auto-editor
- procedural-gl-js VS ffprobe-wasm
- procedural-gl-js VS Oat++
- procedural-gl-js VS rust-starter
- procedural-gl-js VS atbswp
- procedural-gl-js VS pyroscope
- procedural-gl-js VS thegreatsuspender