Karthik Ramesh Iyer

Results 83 comments of Karthik Ramesh Iyer

The complete code with the error.

Hi The error says that you're trying to build for iOS, but the freetype dylib is built for macOS. Freetype is used by the AGGRenderer. This does not have support...

This looks really interesting!! Sorry for not being active lately. I've been busy in a hackathon ( that my team eventually won :D ) and have some upcoming presentations. I'll...

@boronhub I'm not sure of the need of these immediately. I'll leave the PR open and get back to it later.

I'll get to work on this next.

@BradLarson @marcrasi to use a different font with AGG I will need to import truetype as a dependency. AGG has provisions to use different fonts using truetype. So, I tried...

FreeType is commonly installed on Ubuntu atleast. I think the release number isn't a problem, because I cloned the repo, deleted the git repository, initialized my own git repository, pushed...

```swift import PackageDescription let package = Package( name: "SwiftPlot", products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library(...

> Ah, I think the real problem might be due to CFreeType relying on Swift Package Manager 3.0.2 tooling. This was the problem. I am able to import it now.

@BradLarson @marcrasi I'm trying to use the code from this branch in Jupyter. But I'm unable to use FreeType there: ``` 'CFreeType' /tmp/tmp7jj615q3/swift-install/package/.build/checkouts/CFreeType: error: configuration of package 'CFreeType' is invalid;...