raypier_optics VS prysm

Compare raypier_optics vs prysm and see what are their differences.

raypier_optics

A raytracing toolkit for optical design (by bryancole)

prysm

physical optics: integrated modeling, phase retrieval, segmented systems, polynomials and fitting, sequential raytracing... (by brandondube)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
raypier_optics prysm
3 28
43 237
- -
0.0 8.4
over 1 year ago 8 days ago
Jupyter Notebook Python
GNU General Public License v3.0 or later MIT License
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.

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

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.

What are some alternatives?

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

pyoptica

OpticSim.jl - Optical Simulation software

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

nogil - Multithreaded Python without the GIL

goray

poppy - Physical Optics Propagation in Python

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.