Skip to content

Commit 555ade9

Browse files
committed
Initial content
1 parent 45e9357 commit 555ade9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
A scientific project done by 2 high school students - Jakub Szewczyk and Grzegorz Uriasz.
33

44
This is the source for the GRTrace webpages located at https://grtrace.github.io/
5+
6+

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ title_separator : ""
88
name : &name "Jakub Szewczyk & Grzegorz Uriasz"
99
description : &description "The General Relativity rayTracer"
1010
site.google_analytics : false
11+
site.show_downloads : true
12+
site.github.repository_url : "https://github.com/grtrace/grtrace"
13+
site.github.zip_url : "https://github.com/grtrace/grtrace/archive/master.zip"
14+
site.github.tar_url : "https://github.com/grtrace/grtrace/archive/master.tar.gz"

index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## GRTrace – the General Relativity rayTracer
22

3-
Lorem ipsum dolor sit amet.
3+
This is an implementation of the raytracing algorithm we have developed, the rays are casted in a curved spacetime.
4+
The spacetime is specified by either an analytic metric description (e.g. Kerr metric) or a numeric one (not yet implemented).
5+
The path is traced by numerically integrating the 0th geodesic equation using the Runge-Kutta method of 4th order,
6+
curving of light rays and gravitational Doppler effect are taken into account.
7+
GRTrace allows to generate a full image from a specified perspective or to trace single rays and visualise them in a visual helper, implemented as an OpenGL window.
48

0 commit comments

Comments
 (0)