Live data from Hacker News

Viewing profile — erkaman

erkaman

HN member
Joined
Mon, Jun 20, 2016, 7:10 AM UTC
HN karma
396
Public activity
69 items

About erkaman

No profile information was provided.

Recent public activity

  1. comment
    Comment #16948224

    Source code is here: https://github.com/Erkaman/fluid_sim this is some flashy fluid simulations made using the techniques described in the article "Fast Fluid Dynamics Simulation o…

  2. comment
  3. story
  4. comment
    Comment #16611076

    Some months ago, I interviewed for a job as a junior graphics programmer for various game companies, in order to break into the industry. Since computer graphics is a very niche fi…

  5. story
  6. comment
    Comment #16472886

    yeah, radial basis functions are awesome :)

  7. comment
    Comment #16472881

    global refinement and unrefinement steps are unnecessary, yes. It just makes the implementation of the demo so much easier. It is possible to only refine the patch, and then fuse t…

  8. comment
    Comment #16471137

    Yeah, I think it's heavily inspired by that yes. Many techniques in geometry processing take heavy inspiration by image processing techniques.

  9. comment
    Comment #16471135

    I also appreciate the provided references.

  10. comment
    Comment #16471130

    I agree with you mostly. I just think that this is an interesting usage of variational calculus, which is not that well understood by other programmers, so I wanted to write this a…

  11. comment
    Comment #16468898

    A blog post from me about smoothly filling holes in a 3D mesh. Small demo application can be found here: https://github.com/Erkaman/hole_fixer

  12. story
  13. comment
    Comment #16308613

    you can see more examples in the linked repo: https://github.com/Erkaman/poisson_blend

  14. comment
    Comment #16307621

    yes, the mask is also pretty important. otherwise, you get lots of stuff from the background of your source image in your blended image, which often looks pretty bad.

  15. comment
    Comment #16307615

    since the technique is so simple, it's probably not hard at all to include into GIMP. Wouldn't surprise me if someone had already implemented a plugin for it.

  16. comment
    Comment #16304582

    In this artice, I describe a technique that can be used to seamlessly copy-and-paste one image into another. I also provide source code( https://github.com/Erkaman/poisson_blend ),…

  17. story
  18. comment
    Comment #15052142

    Basically because it takes a lot of calculation and time to add them, so I didn't add the feature yet. I am working on making the calculation faster.

  19. comment
    Comment #15049902

    Hi, this is a demo that me and my friend have worked on for some weeks. Note that it takes a while to load the demo In case the demo doesn't run, I have prepared a video of it here…

  20. story
  21. comment
    Comment #14633936

    Ah, thanks for the tip :-)

  22. comment
    Comment #14631676

    OP here. This is a small code example of how to use Vulkan for compute operations. Only ~400LOC. It's pretty short, and has plenty of comments, so it should be useful for people le…

  23. story
  24. comment
    Comment #14228867

    Hello, I'm the writer of this demo. Because this is WebGL, this demo may or may not run, so here( https://github.com/Erkaman/webgl-rsm ) you can see an image of what it should look…

  25. story