Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
https://glvis.org


Version 4.5 released on Feb X, 2026
Version 4.5 released on Feb 6, 2026
===================================

Unlike previous GLVis releases, this version requires a C++17 compiler.
Expand Down Expand Up @@ -54,7 +54,6 @@ Unlike previous GLVis releases, this version requires a C++17 compiler.
- Added single-color palettes with a linear gradient of opacity to
share/palettes-variable-opacity.txt.


- Generalized and unified processing of stream commands for glvis-js to support
all commands.

Expand Down
4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,7 @@ cd SDL2-2.0.12
make -j 4
make install
cd ..

In some cases SDL2 may try to build with Wayland support which may fail. In this
case one can use the configure option '--disable-video-wayland' to disable
Wayland support.
Loading