Skip to content

A simple PyGame application to visualise orbits created by LINCELLAUT.

License

Notifications You must be signed in to change notification settings

Cocoatwix/ORBITVIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORBITVIS

A simple PyGame application to visualise orbits created by LINCELLAUT. The program was tested with PyGame 1.9.6, though other versions should work as well.

Check the "documentation" directory for a more detailed explanation of ORBITVIS' usage and inner working details.

Before Using

This application requires compiling a shared library from LINCELLAUT for it to function. The library must be compiled on the same device as you intend to use this app, otherwise Python won't be able to make use of the files.

If you encounter the error OSError: [WinError 193] %1 is not a valid Win32 application when running, the shared library was probably compiled into a 32-bit library while the Python version you're using is 64-bit. Using a 32-bit install of Python should fix the issue.

See the LINCELLAUT project for more details.

Some examples of ORBITVIS Visualisations

Matrix: [[2 1][5 6]]

Modulus: 7

Iterations: 1

ORBITVIS - i1m7F2156

Matrix: [[8 3][7 1]]

Modulus: 20

Iterations: 15

ORBITVIS - i15m20F8371

Matrix: [[1 1][1 2]]

Modulus: 555

Iterations: 11

ORBITVIS - i11m555F1112

More examples can be found in the "examples" directory :)

About

A simple PyGame application to visualise orbits created by LINCELLAUT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages