Skip to content

Commit ac0bebf

Browse files
committed
Checked and updating licensing
1 parent 9d6cd3d commit ac0bebf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 MartinOpat
3+
Copyright (c) 2024 MartinOpat (University of Groningen)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. [SDK and NDK installation](#sdk-and-ndk-installation)
66
2. [Building the app](#building-the-app)
77
2. [Installing the app](#installing-the-app)
8-
3. [3rd party applications](#3rd-party-applications)
8+
3. [3rd party libraries](#3rd-party-libraries)
99

1010

1111

@@ -44,16 +44,19 @@ adb install -r ./app/build/outputs/apk/debug/app-debug.apk
4444
from the `simulation` folder to install the `apk`.
4545

4646

47-
## 3rd Party Applications
47+
## 3rd Party Libraries
4848
The following list of 3rd party applications was used in this project:
49-
- [GLM](https://github.com/g-truc/glm) 1.0.1
5049
- [zlib](https://github.com/madler/zlib) 1.3.1
5150
- [hdf5](https://github.com/HDFGroup/hdf5) 1.14.4.2
5251
- [netcdf-c](https://github.com/Unidata/netcdf-c) 4.9.2
5352
- [netcdf-cxx](https://github.com/Unidata/netcdf-cxx4) 4.3.1
5453

5554
The libraries above have already been compiled for Android into shader objects (.so) and included in the project. Thus, there is no need to recompile them. However, follow the `simulation/third_party/` instructions if you need to recompile them anyway.
5655

56+
The following 3rd party C++ libraries were used in the native implementation:
57+
- [GLM](https://github.com/g-truc/glm) 1.0.1
58+
- [ThreadPool](https://github.com/progschj/ThreadPool)
59+
5760
For compiling and building the project for Android, the following list of tools was used:
5861
- [NDK](https://developer.android.com/ndk) 25.1.8937393
5962
- [Android SDK Build-Tools](https://developer.android.com/tools/releases/build-tools) 34.0.0

0 commit comments

Comments
 (0)