prysm VS raypier_optics

Compare prysm vs raypier_optics and see what are their differences.

prysm

physical optics: integrated modeling, phase retrieval, segmented systems, polynomials and fitting, sequential raytracing... (by brandondube)

raypier_optics

A raytracing toolkit for optical design (by bryancole)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
prysm raypier_optics
28 3
234 43
- -
8.3 0.0
15 days ago over 1 year ago
Python Jupyter Notebook
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

prysm

Posts with mentions or reviews of prysm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-07.

raypier_optics

Posts with mentions or reviews of raypier_optics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • Options for free optical simulation?
    5 projects | /r/Optics | 12 Sep 2022
    Raypier - current front runner, I've managed to model both an RC telescope and a thorlabs microlens array here with results that seem quite reasonable. Also has a gui for sanity checking/interactivity. Unfortunately the performance really starts to tank as you increase the resolutions of the plane where the E-field is evaluated, increase number of rays or increase number of surfaces. (Something I would like to do to be able to model atmospheric disturbance + mirror misalignments +
  • So, You Want To Write a Raytracer?
    3 projects | /r/Optics | 29 Dec 2021
    Tracing meshes is something I've just started tackling in raypier (https://github.com/bryancole/raypier_optics). This is a spatial-search problem and a Oriented Bounding Box tree structure (OBB-tree) is a decent approach. Once you can trace a mesh, this provides the starting points for tracing freeform surfaces like NURBS. The approach is to split a NURBS surface into a set of B-spline patches. Each patch is defines by a coarse mesh of control points and discretised into a finer mesh which we trace with a OBB-tree to get close to the correct intersection. Then employ Newton-Raphson to get the final intersection. Once we can trace NURBS / Spline surfaces, we can then generalize the code to handle anything a CAD model can contain: the ultimate prize!
  • ANN: Raypier - A raytracing and physical optics modelling toolkit for python (preview)
    1 project | /r/Optics | 3 Mar 2021
    I'm developing a physical optics modelling package for python, based on the Gaussian Beam Decomposition method (a.k.a. method of Gausslets). It also does conventional geometric ray-tracing. It handles polarisation, dispersion and diffraction. Raypier provides nice model visualisations via VTK and a live GUI where you can "twiddle" with your model parameters. Performance is pretty good, I think, although I've got no points of comparison. Check out the docs at https://raypier-optics.readthedocs.io/en/latest/introduction.html and/or get the code at https://github.com/bryancole/raypier_optics

What are some alternatives?

When comparing prysm and raypier_optics you can also consider the following projects:

OpticSim.jl - Optical Simulation software

pyoptica

nogil - Multithreaded Python without the GIL

SympleyWavey - A collection of code and design related to a DIY shack-hartmann wavefront sensor. Very much WIP :)

poppy - Physical Optics Propagation in Python

goray

mypyc - Compile type annotated Python to fast C extensions

go-tfhe - 🐿️ Pure go implementation of TFHE Fully Homomorphic Encryption Scheme

pymae - Materials for the book "Python for Mechanical and Aerospace Engineering"

warp - A Python framework for high performance GPU simulation and graphics

raytracing-in-python - Simple raytacer written in Python.

degradr - Python library for realistically degrading images.