Projects
Personal Projects
Below are a list of my personal projects I have worked on.
Some open source and some closed.
async-siril
Python async wrapper around Siril astrophotography software.
What is it
async-siril is a modern async library that allows headless interaction with the siril astrophotography software. It has high test coverage and code generation for every command available.
Why did I build it
I had built something like this before and wanted to improve on the idea, open source it and make a modern foundation for other python based projects that I planned to use with it.
Available on PyPI
This project is aslo made available in PyPI. My first public open source project.
photonyx
Cross platform rust cli, app and tools to work with convention based astrophotography processing. Built around Siril.
What is it
photonyx is a rust based cli & app I built for processing my astrophotography data using Siril. It's goals it produce high quality linear stacks that can be post processed easily in Photoshop and PixInsight.
Technology
Everything is built using Rust and compiles to a cross platform executable and signle binary. I didn't want to subject my users to virtual environments of other tools. It's as simple as using the installer and your ready to go.
Why
Processing quality linear stack using siril gives the best results but the UI is not friendly and requires changing your data storage pattern. I wanted something that worked with a common convention so I oculd quickly get to the fun part of processing a new image.