MiniLight icon
MiniLight icon

MiniLight

 2 likes

MiniLight is a minimal global illumination renderer. It is primarily an exercise in simplicity. But that makes it a good base and benchmark (in some sense) for development and experimentation. And it just might be the neatest renderer around (on average, about 650 lines).

MiniLight screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Rendering

 Tags

  • monte-carlo
  • physically-based
  • global-illumination
  • Python
  • graphics

MiniLight News & Activities

Highlights All activities

Recent activities

No activities found.

MiniLight information

  • Developed by

    Harrison Ainsworth
  • Licensing

    Open Source and Free product.
  • Alternatives

    46 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about MiniLight, and it has gotten 2 likes

MiniLight was added to AlternativeTo by nbendala on Aug 5, 2011 and this page was last updated Sep 9, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is MiniLight?

MiniLight is a minimal global illumination renderer. It is primarily an exercise in simplicity. But that makes it a good base and benchmark (in some sense) for development and experimentation. And it just might be the neatest renderer around (on average, about 650 lines). There are translations into several programming languages.

It is a command-line application. It reads a simple text model file and writes a PPM image file. Open-source C, C++, Scheme, Scala, OCaml, Lua, Python, Ruby, and Adobe Flex for Mac, Linux, and Windows.

The rendering features are:

  • Monte-carlo path-tracing transport
  • Emitter sampling
  • Progressive refinement
  • RGB light
  • Diffuse materials
  • Triangle modelling primitives
  • Octree spatial index
  • Pin-hole ‘lens’
  • Ward linear tone-mapping