Serge's World

Blogging about software development, astronomy, genealogy and more.

Projects

I have dabbled in many hobby projects over the years. Here are some of the most useful projects I have worked on. All source code for these projects is open-source and available on my GitHub account at https://github.com/sjmeunier/.

C#

  • Astro Finder Chart - A Windows application to generate finder charts for finding stars in the telescope. The app is very configurable and allows you to save the images.
  • Image Processor - A simple image processing app showcasing various processing techniques including blur, sharpen, converting to greyscale, etc.
  • Family Traces - Family tree software with genealogical reports.
  • Fractalize - A C# fractal generator.
  • Markhov Word Generator - Creates unique words using a Markhov generator.
  • Guitar Magic - A C# port of an earlier Visual Basic guitar app which I had written. It is a fully featured guitar reference.
  • Roman Numeral Convertor - A C# application to convert numbers between Arabic (standard) numerals and Roman numerals.
  • Wave Edit - A very rudimentary wave file editor written in C#.
  • Morse Translator - Convert to and from Morse code.
  • Noise Generator - A simple tone generator written in C#.
  • FitsEdit - A simple Fits graphic file editor.
  • Barcoder - A barcode encoder written in .NET.
  • Grapher - A mathematical graphing utility.
  • MicroFont - A very simple app which draws text using a 1x5 pixel font.

Android

  • Arbor Familiae - A family tree viewer, with several types of charts for Android
  • Scientific Name Search - An application which uses a web API to search for scientific names of plants and animals.
  • Audiogility - An experimental game written in Java with libgdx, running on Android and PC
  • Plasmatic - An Android cloud fractal generator
  • Dutch Public Holidays - An app which lists the Dutch public holidays

[Unity 3D]

  • Ancestry Web 3D - A Unity app rendering a family tree as a 3D interconnected web, allowing you to fly around the tree

JavaScript

  • Elemental - A periodic table of elements, coded in JavaScript, showing off Appecelerator Titanium