causticsEngineering icon indicating copy to clipboard operation
causticsEngineering copied to clipboard

This repo demonstrates generating 3D surface meshes from input images

Results 14 causticsEngineering issues
Sort by recently updated
recently updated
newest added

- Split the executable into build and run phases. - Added Makefile with `clean`, `build` and `run` targets. - Run the project in a Julia docker container - this allows...

This PR adds a command line parameter for the input image, fixing #2. Will generate the loss images and .obj in the same folder with the same name as the...

This PR halves the number of used faces to reduce filesize and increase speed of mesh-handling programs.

- On macOS, I installed julia with `brew install julia`. - I modified the cat image to be black and white first, and save as a PNG: ![cat_posing](https://user-images.githubusercontent.com/969942/130993411-f58ea666-3214-4dc6-a966-d87f27c18288.png) - I...

Through the author's code, I can construct the optical surface of any picture, but how to simulate the imaging effect through computer software?

Just a complete Julia newbie here who was amazed with the project.. As titled, I came across the error of "CausticsEngineering (not found in project, manifest or registry)" when I...

While keeping the overall structure intact, it is a big refactoring, bordering on rewrite. Given the scope of the changes, no offence taken if it is disregarded. - breaking things...

I'd like to play around with the surface image without running julia.

Come on. The distance from the Window to the image plane should not be hardcoded, it should be a CLI parameter. Same with the size (in meters) of the window.

enhancement
good first issue