Releases: tudelft3d/azul
Releases · tudelft3d/azul
CityJSON Text Sequences
CityJSON 2.0
- 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
- 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
- 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
Support for CityJSON v0.5 with null flattening
New release with hierarchical parsing
- 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
- 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
- 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
- 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
v0.5 Ready for first release