but actually this time
Go to file
Cat Flynn a570986485 feat: calculate mean orbital motion from M 2024-08-21 15:45:33 +01:00
.vscode chore: project-wide vscode formatting prefs 2023-08-02 01:55:07 +02:00
lib feat: calculate mean orbital motion from M 2024-08-21 15:45:33 +01:00
src feat: calculate mean orbital motion from M 2024-08-21 15:45:33 +01:00
.gitignore chore: import glm 0.9.9.8 2023-07-31 21:23:52 +02:00
.gitmodules feat: extract orbit to library folder 2024-08-17 21:51:42 +01:00
CMakeLists.txt refactor: move orbiter->particle 2024-08-18 14:12:08 +01:00
README.md feat: add particle map 2024-08-20 00:48:41 +01:00
add_git_version_to_executable.cmake fix: copy targets instead of renaming in-place 2023-07-30 19:43:43 +02:00
frag_lit.glsl feat: unlit shader program 2023-08-06 13:12:16 +02:00
frag_unlit.glsl feat: unlit shader program 2023-08-06 13:12:16 +02:00
vert.glsl fix: correct matrix order 2023-08-14 01:47:21 +02:00

README.md

Skein

Skein is a library for efficiently simulating Keplerian astrodynamics.

Usage

Kepler models orbiting bodies as particles. Particles are zero-dimensional objects which can be on elliptical orbits around other particles. The orbited particle is assumed to make up the overwhelming majority of the mass of the combined two-object system.