You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a short video where I describe how I use test driven development to implement this project:
197
+
I made a short video where I describe how I use test driven development to implement this project:
198
198
199
199
[](https://www.youtube.com/watch?v=vFBXNr952nU)
200
200
@@ -204,10 +204,10 @@ See [LICENSE.md](../LICENSE.md).
204
204
205
205
## Copyright notes
206
206
207
-
The Okapi Project makes use of several software libraries.
208
-
Besides this,
209
-
some source code was directly copied from other open-source software libraries or programs.
210
-
This is always clearly stated as a comment in the source code of Flatland.
207
+
The Okapi Project makes use of several software libraries.
208
+
Besides this,
209
+
some source code was directly copied from other open-source software libraries or programs.
210
+
This is always clearly stated as a comment in the source code of Flatland.
211
211
Additionally, some tools where copied to this repository.
212
212
The corresponding licenses can be found in the Licenses folder distributed with this source code:
213
213
@@ -218,7 +218,7 @@ The corresponding licenses can be found in the Licenses folder distributed with
218
218
* pbrt, Version 4 (https://github.com/mmp/pbrt-v4) (concentric sampling of unit disk) ([License](licenses/pbrt-v4/LICENSE.txt))
0 commit comments