Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kharvd/lenses
Primitive thin lens simulator
https://github.com/kharvd/lenses
Last synced: 16 days ago
JSON representation
Primitive thin lens simulator
- Host: GitHub
- URL: https://github.com/kharvd/lenses
- Owner: kharvd
- Created: 2012-02-09T14:34:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-25T08:14:31.000Z (almost 13 years ago)
- Last Synced: 2024-11-09T04:07:43.001Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Thin lens simulation application.
Use "Add" button to add a source of light (light emitter).
Use controls in the bottom of the window to change emitter's position/angle.
You can also drag the emitter by clicking on it and moving the mouse.
Use "Remove" button to remove the emitter.See INSTALL file for the instructions on installing the program.
Copyright (c) 2012 Valery Kharitonov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.