Skip to content

Commit b289bab

Browse files
committed
readme, remove old simdjson lib
1 parent d3e2940 commit b289bab

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ![Icon](https://3d.bk.tudelft.nl/ken/img/azul-small.png) azul
22

3-
azul is a 3D city model viewer It is intended for viewing 3D city models in CityGML 1.0 and 2.0, CityJSON 1.0, 1.1 and 2.0 (including CityJSON Text Sequences), IndoorGML, OBJ, OFF and POLY. It supports loading multiple files, selecting objects by clicking them or selecting them in the sidebar, toggling the visibility of individual items, and browsing their attributes. It is research software, but it is pretty stable and most datasets already work without problems. It is available under the GPLv3 licence.
3+
azul is a 3D city model viewer. It is intended for viewing 3D city models in CityGML 1.0 and 2.0, CityJSON 1.0, 1.1 and 2.0 (including CityJSON Text Sequences), IndoorGML, OBJ, OFF and POLY. It supports loading multiple files, selecting objects by clicking them or selecting them in the sidebar, toggling the visibility of individual items, and browsing their attributes. It is research software, but it is pretty stable and most datasets already work without problems. It is available under the GPLv3 licence.
44

5-
The current version of azul is for macOS 14 and higher and supports both Apple Silicon and Intel Macs.
5+
The current version of azul is for macOS 13 and higher and supports both Apple Silicon and Intel Macs.
66

77
## Controls
88

azul.xcodeproj/project.pbxproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
BEB3C903288075240014932A /* libpugixml.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpugixml.a; path = libs/libpugixml.a; sourceTree = "<group>"; };
6262
BEB3C904288075240014932A /* libmpfr.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmpfr.a; path = libs/libmpfr.a; sourceTree = "<group>"; };
6363
BEB3C905288075240014932A /* libgmp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgmp.a; path = libs/libgmp.a; sourceTree = "<group>"; };
64-
BEB3C906288075240014932A /* libsimdjson.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsimdjson.a; path = libs/libsimdjson.a; sourceTree = "<group>"; };
6564
BEB3C907288075240014932A /* libboost_thread.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libboost_thread.a; path = libs/libboost_thread.a; sourceTree = "<group>"; };
6665
BED5AF5C1F6FC4960002A79E /* DataManager.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = DataManager.hpp; sourceTree = "<group>"; };
6766
BED5AF5D1F6FC4960002A79E /* DataModel.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = DataModel.hpp; sourceTree = "<group>"; };
@@ -155,7 +154,6 @@
155154
BEB3C905288075240014932A /* libgmp.a */,
156155
BEB3C904288075240014932A /* libmpfr.a */,
157156
BEB3C903288075240014932A /* libpugixml.a */,
158-
BEB3C906288075240014932A /* libsimdjson.a */,
159157
);
160158
name = Frameworks;
161159
sourceTree = "<group>";
@@ -466,7 +464,7 @@
466464
"$(PROJECT_DIR)",
467465
"$(PROJECT_DIR)/libs",
468466
);
469-
MACOSX_DEPLOYMENT_TARGET = 14.0;
467+
MACOSX_DEPLOYMENT_TARGET = 13.0;
470468
MARKETING_VERSION = 1.2;
471469
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
472470
PRODUCT_BUNDLE_IDENTIFIER = tudelft3d.azul;
@@ -510,7 +508,7 @@
510508
"$(PROJECT_DIR)",
511509
"$(PROJECT_DIR)/libs",
512510
);
513-
MACOSX_DEPLOYMENT_TARGET = 14.0;
511+
MACOSX_DEPLOYMENT_TARGET = 13.0;
514512
MARKETING_VERSION = 1.2;
515513
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
516514
PRODUCT_BUNDLE_IDENTIFIER = tudelft3d.azul;

0 commit comments

Comments
 (0)