Fabrice Mayran de Chamisso
Tel: 00331.64.78.16.14
68 rue du Général Leclerc
77140 Nemours, France
LinkedIn: click here
CV (3p.) | resume (1p.)
| Index | Projects | Publications | Software (this page) | Gallery |
|---|
fabrice[dot]mayran_de_chamisso[_at_]centraliens[dot]net
This non-exhaustive list shows some of the software I coded. I guarantee that there is no virus in any file (unless someone hacked into the web server and modified the executables without me noticing). Your antivirus may still complain because the programs are not digitally signed (just ignore the warning).
CPSim is a versatile C++ 2D/3D Finite Differences Time Domain (FDTD) electromagnetic wave simulator (iterating Maxwell's Partial Differential equations over a grid). Compared to existing (and more feature-rich) software such as MIT's reference simulator MEEP, CPSim has three distinctive features:
CPSim builds on a C++ game engine I have been building for years (which notably includes widgets and OpenGL 3+ acceleration). The visualization aspect is not resource-taxing due to full hardware acceleration offered by the engine.
Some FDTD simulations executed on CPSim:
CPSim download link (installer - Windows only, early beta version): here
Fractor is an extremely simple 2D fractal (Mandelbrot, Julia and their variants such as the Buddhabrot) explorer coded in C++ (core) and Visual Basic (interface). One of its distinctive features is the generation of semi-random colorscales to represent depth or iterations. Fractor was never intended to be realeased as a "serious" program, and I did not write any documentation for it. However, the GUI is pretty self-explanatory, so that you may still find your way through. If you really want to draw fractals, you may prefer a more elaborate fractal explorer such as ChaosPro.
Fractor download link (installer - Windows only, early beta version): here
DStereo is a simple single-image stereogram (or autostereogram) rendering software coded in C++ (core) and Visual Basic (interface). DStereo can render stereograms with random or predefined patterns, for parallel- and cross-eyed vergence (see this Wikipedia page). It uses heavy antialiasing to increase the number of visible depth levels in an image. I wrote some documentation for this project back in 2007 (included in the installer), but it is in French.
Here are some single-image stereograms generated with DStereo (click to get an HD version) (all three images are designed for parallel vergence but the first one can be seen with reversed depth using cross-eyed vergence).
DStereo download link (installer - Windows only, early beta version): here