Alicevision Geogram Versions Save

Git mirror of the geogram library by INRIA

v1.7.7

2 years ago

v1.7.6

3 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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.2

4 years ago

Release Notes

  • Full redesign of the graphic subsystem
  • Fixed many small bugs and glitches

Change Log

  • New Application and SimpleApplication classes
  • Cleaner fix for the behavior on Retina display (finally understood !!)

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

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

v1.7.1.fix.1

4 years ago

v1.7.1

4 years ago

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

4 years ago

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

4 years ago

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