Releases: simogasp/delaunay-psm
v1.6.9
Release Notes
Speed improvement, couple of bugfixes, image manipulation.
Note: Nov. 1st 2018 Bruno starts a new job (still with Inria but on the admin side),
geogram releases and bugfixes will continue
(but will be less frequent).
Change Log
- Small speed improvement in ray-AABB code
- Integrated Graphite classes for images, IO, basic algorithms
- Fixed a problem in Delaunay_psm
- A couple of minor bugfixes and improvements
v1.6.7
Release Notes
ImGui 1.6.2, many small improvements and fixes
Change Log
- Updated ImGui ver. 1.6.2
- Updated ImGuiTextEdit
- Includes vector icon (FontAwesome)
- GLUP: many fixes, fixed portability issues
- Moved emulation of sync. primitives for Windows
in thread_sync - AABB: segment/mesh intersection test
- Faster loader for .xyz file format when
number of points is not present - Reorg. of Delaunay implementation.
v1.6.6
Download:
https://gforge.inria.fr/frs/?group_id=5833
Release Notes
The geogram release that comes with Graphite-1.6.6.
Many small improvement and fixes (see list below).
Change Log
- Fixed Logger crash under Windows in multithreading mode
- Fixed graphic apps crash under Windows when iconizing
- PLY exporter now saves vertices colors if present
- exported missing symbols (cell descriptors) for Windows
(needs GEOGRAM_API also in the .cpp, c.f. stackoverflow, AliceVision repo) - Fixed bug in assertion checks that were not correct when OpenNL
variables indirection API is not used. - NL_DEBUG activated when NDEBUG is not defined.
- nl_range_assert: fixed a warning.
- NL: Fixed debugging code that was breaking compilation (variable locally declared in loop not supported by compilers)
- GUI, file dialog: Added buttons to change logical drives under Windows.
v1.6.5
Release Notes
- Improved compilation scripts
- Fixed many warnings detected by new Clang [Laurent Alonso]
- New MingW target for use with R
- Faster parallel 3D Delaunay triangulation
- AVX predicates (experimental) (this is the version used in the course on Optimal Transport at SGP 2018)
Change Log
- Now uses nullptr instead of NULL/0
- Uses "modern C++"-isms wherever it makes the code easier to read (and does not use them wherever else !)
- Many fixes for the different compilers/systems that are supported
- Faster Delaunay3d triangulation by using ideas from https://arxiv.org/abs/1805.08831 (more efficient representation of cavities) and arithmetic filters for predicates in AVX
v1.6.4
Release Notes
The version that goes with Graphite 1.6.4. Bugfixes, improvements in predicates, and preparing for HiDPI displays support.
Change Log
- lexicographic mode for symbolically perturbed geometric predicates: now they can work for generated vertices.
- better compatibility with ShaderToys
- bugfixes
Download from:
https://gforge.inria.fr/frs/?group_id=5833
Documentation:
http://alice.loria.fr/software/geogram/doc/html/index.html
v1.6.3
Release Notes
This version includes ImGui 1.6
Change Log
- Updated ImGui to version 1.6
- Fixed orthographic errors in comments/doc (Thank you Andy Maloney)
- Minor bugfixes
Download from:
https://gforge.inria.fr/frs/?group_id=5833
Documentation:
http://alice.loria.fr/software/geogram/doc/html/index.html
v1.6.2
v1.6.1
Release Notes
Minor bugfixes
Change Log
-
Fix/workaround for graphics glitches on Intel boards (occured in shaders that both write to gl_FragDepth, access gl_PrimitiveID and access gl_PointCoord). This concerns picking for points.
-
Deactivated gl_FragDepth update for points picking on Intel boards (picking will be a little bit less accurate, but still better than what we have with the bug).
-
Fixed some warnings.
Download:
v1.6.0
Release Notes
This is the version shipped with Graphite3-1.6.0
- New polyhedral mesher and OpenVolumeMesh file format
- Completed GUI in geogram_gfx for Graphite
Change Log
- New polyhedral mesher
- OpenVolumeMesh file I/O for new polyhedral mesher
- Many bugfixes (graphic glitches)
- Backported text editor to older compilers
v1.5.6
Release Notes
Bugfixes and enhancements in ImGui coupling.
This is the version that goes with Graphite3-1.5.6.
Change Log
- Missing GEOGRAM_GFX_API keyword in TextEditor nested class (fixes a compilation problem under windows)
- Added some missing virtual functions in GlupViewerGUI widgets to facilitate their use in Graphite.
- Minor bugfixes and performance enhancements in GUI/Graphics code.