Skip to content

Releases: simogasp/delaunay-psm

v1.7.6

28 Sep 15:19
38c3400
Compare
Choose a tag to compare

Release Notes

Small bugfixes and updated third-party libraries.

Change Log

  • Overcame an annoying bug in NVidia GLSL compiler that made volumetric mesh display crash.
  • Fix for J. Shewchuk's triangle for 64 bits compile (fix borrowed from libIGL)
  • Fix for gcc-10 compilation (flag to accept multiply declared variables in legacy numerical libraries)
  • Updated bundled GLFW version 3.3.2
  • Updated bundled ImGui version 1.78
    (Thank you Cedric Borgese and Maxence Reberol)
    Download:

https://gforge.inria.fr/frs/?group_id=5833

v1.7.5

15 Apr 08:50
1a8580f
Compare
Choose a tag to compare

Release Notes

  • Doing astronomical simulations with gigantic data ?
    GARGANTUA mode: compile with -DGARGANTUA for 64-bit indices in all combinatorial data structures (mesh, Delaunay, ...)
  • Lots of improvements / updates (see changelog)

Change Log

  • GARGANTUA mode (64 bit indices) for HUGE meshes
  • GARGANTUA mode (64 bit indices) in OpenNL for HUGE matrices
  • OpenNL: Support for CUDA 10 and new cusparse 10 API
  • Dear ImGui 1.75
  • Improved Ray/AABB intersections
  • Spatial search data structure (KDTree) included in Delaunay_PSM
  • Small improvements in mesh raytracing API (AABB), ray/mesh intersect

Download:
https://gforge.inria.fr/frs/?group_id=5833

v1.7.4

13 Feb 10:43
0bf16c4
Compare
Choose a tag to compare

Release Notes

  • New mesh boolean operations (experimental)

  • Fixed warnings

  • Small optimizations

  • Example probram for boolean operations: src/xamples/geogram/boolean_operations

Download at https://gforge.inria.fr/frs/?group_id=5833

v1.7.3

30 Dec 10:32
fb594c6
Compare
Choose a tag to compare

Release Notes

  • Many OS-dependent bugfixes for Windows 10 and MacOSX
  • Updated some libraries
  • LUA bindings for ImGui low-level drawing functions

Change Log

  • Fixes for MSVC 2019 / Windows 10
  • Fixes for MacOSX retina displays and Graphite for MacOSX
  • Updated ImGui and xatlas
  • Fixed graphic problem on some Intel chips/drivers
  • LUA bindings for ImGui low-level drawing functions

Download: https://gforge.inria.fr/frs/?group_id=5833

v1.7.1

13 Jul 13:47
3936cd8
Compare
Choose a tag to compare

Release notes

Small update that fixes two glitches

  • random layout under Windows

  • hidpi screens under MacOS (thank you Keenan Crane)

Doc: http://alice.loria.fr/software/geogram/doc/html/index.html

Download: https://gforge.inria.fr/frs/?group_id=5833

v1.7.0

13 Jul 13:38
d860e85
Compare
Choose a tag to compare

Release Notes

  • New application framework with improved GUI
  • New 'geoshade' application to develop GLSL shaders (ShaderToy-compatible)
  • Bugfixes

Change Log

  • Complete refactoring of the application framework:
    • removed old glup_viewer.h/glup_viewer.c implementation
    • new Application and SimpleApplication base classes
  • Minor fixes in geometric algorithms

Doc: http://alice.loria.fr/software/geogram/doc/html/index.html

Download: https://gforge.inria.fr/frs/?group_id=5833

v1.6.13

12 Jun 09:46
c961256
Compare
Choose a tag to compare

Release Notes

Improvements in texture atlas generator and small bugfixes.

Change Log

  • Made atlas generator more robust when ABF or LSCM fail.
  • Included xatlas library and its better packer
  • Small bugfixes here and there

Download:
https://gforge.inria.fr/frs/?group_id=5833

Documentation:
http://alice.loria.fr/software/geogram/doc/html/index.html

v1.6.12

31 May 20:20
5d23dc8
Compare
Choose a tag to compare

Small bugfixes and updates ImGui.

Change Log

  • Updated ImGui to ver. 1.7 - docking branch.
  • Fixed problem with undeclared file_system_changed() with some versions of Emscripten
  • Minor bugfixes and improvements.

v1.6.11

30 Mar 18:26
f78b030
Compare
Choose a tag to compare

Release Notes

Minor update and bugfixes

Change Log

  • Updated ImGui v. 1.69
  • [Breaking change] Removed all code dependent on OpenGL fixed functionality pipeline / compatibility profile
  • AABB-tree: new query functions with lambdas
  • ConvexCell improvements and robust predicates

Download:
https://gforge.inria.fr/frs/?group_id=5833

Doc:
http://alice.loria.fr/software/geogram/doc/html/index.html

v1.6.10

19 Jan 15:59
5262091
Compare
Choose a tag to compare

Release Notes

Small improvements, minor bugfixes, new exact predicates

Change Log

  • Upgraded ImGui version 1.66
  • Fixed a bug in periodic spatial search
  • Exact predicates mode for ConvexCell
  • New det4d exact predicate (sign of 4x4 determinant)

Download: https://gforge.inria.fr/frs/?group_id=5833

Website: http://alice.loria.fr/software/geogram/doc/html/index.html