Ameen Sayegh

Results 13 comments of Ameen Sayegh

This issue might be the same as https://github.com/pervognsen/bitwise/issues/41#issuecomment-385286880

If I understand correctly, you can already handle that in ion like this: ```ion @foreign("import") func lib_import(...); ``` However, it is not okay for a C library to export a...

I was looking into this problem of the missing space. There are multiple things that I found that might not be correct: 1. ScriptBreak doesn't seem to be used as...

Sorry for taking so long, I decided to implement text layout using Uniscribe then I decided to write everything I know about multilingual text rendering since I looked into it...

@serge-rgb I noticed that strokes in `v1.6.0` and forward are not as smooth as they were before. Specifically after the commit https://github.com/serge-rgb/milton/commit/0af10f85806186dfcfc7287c8f652ccb75926789 where Milton switched from using Bezier to a...

I started working on stroke smoothing and created a debug tool in Milton to allow me to capture a stroke and try different algorithms. The first thing I did is...

My understanding of the problem is adding more points will make the line smoother only at the current zoom and as you zoom in more it's no longer smooth. My...

@ZackMercury thank you very much. I'll definitely take a look at that. I don't see a download button in the provided link, but I found an alternative one: https://web.archive.org/web/20170630045714/http://www.sarahfrisken.com/efficientCurveFitting.pdf I'll...

I implemented this paper by Sarah Frisken and this is the result: ![tcaR7u2UJF](https://user-images.githubusercontent.com/7351160/67545616-6e0f4300-f702-11e9-889b-57fd57327f7f.gif) Unfortunately, it is not that good. The reason is it tries to find _a_ curve that fit...

Yes I can, but this is what a normal tablet will generate. ![hIhTkpl6nU](https://user-images.githubusercontent.com/7351160/67622381-44e5d400-f822-11e9-8e35-892ba51c588b.gif)