Skip to content

Releases: tudelft3d/azul

CityJSON Text Sequences

10 Sep 19:54
Compare
Choose a tag to compare
  • Added support for CityJSON Text Sequences
  • Updated simdjson (for fast parsing of JSON Lines)
  • Supports macOS 13

CityJSON 2.0

28 Sep 10:36
Compare
Choose a tag to compare
  • support for CityJSON 2.0
  • macOS should be Ventura (13) or higher
  • updated triangulation class to support CGAL 5.6

Apple Silicon + CityJSON 1.1

21 Jul 15:51
8e656c4
Compare
Choose a tag to compare
  • Completely rewrote the CityJSON parser based on the new simdjson API, which supports non x86 architectures (including arm64).
  • Enabled CityJSON 1.1 support in the version check

CityJSON 1.0 release

09 Jul 05:23
Compare
Choose a tag to compare
CityJSON 1.0 release Pre-release
Pre-release
  • More robust parsers with support for CityJSON 1.0 and CityGML 1.0 and 2.0
  • Support for geometry templates / implicit geometries
  • Shows cleaner flatter surfaces
  • Robust triangulation of invalid polygons
  • Toggling visibility of individual elements
  • Minimal macOS version is now 10.14

Improved CityJSON support

19 Dec 12:59
Compare
Choose a tag to compare
Pre-release

Support for CityJSON v0.5 with null flattening

New release with hierarchical parsing

12 Oct 16:17
Compare
Choose a tag to compare
Pre-release
  • Entirely new faster parsing engine that puts everything into a clean hierarchical data model
  • Initial support for CityJSON 0.2-0.3, OBJ, POLY and OFF
  • Separate attributes browser
  • Breaking objects into large triangle and edge buffers
  • Unlimited file size (as long as your computer can handle it)
  • Searching for objects
  • Loading and saving view parameters, as suggested by @Athelena

Bugfix release

24 Jan 00:56
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
  • Improved handling of semi-transparent surfaces (windows)
  • Reduced memory usage by using a more efficient Metal pipeline stage for edges
  • Updated to pugixml 1.8
  • Fixed a crash when selecting an object without a (parsed) geometry. Thanks @FrankKooij!

Bugfix release

24 Nov 22:04
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
  • Copying of IDs to clipboard
  • Icon for CityGML files

Fixed:

  • Crash when opening a CityGML file directly from Finder. Thanks @fbiljecki!
  • Objects should always appear when loading. Thanks @Athelena!
  • Show BuildingParts outside any Building. Thanks @Ylannl!

Bugfix release

12 Nov 10:18
Compare
Choose a tag to compare
Bugfix release Pre-release
Pre-release
  • Faster object selection and data loading
  • Animated sidebar

Fixed:

  • Encoding issues with non UTF-8 attributes. Thanks @Athelena!
  • Creation of empty buffers with some drivers when using Metal rendering. Thanks @Ylannl!
  • Parsing issues when coordinates can't be converted into floats. Thanks @Athelena!
  • Lowercase name in title bar. Thanks @fbiljecki!

First public release

11 Nov 01:43
Compare
Choose a tag to compare
First public release Pre-release
Pre-release
v0.5

Ready for first release