Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.4% on nuget.org
Top 7.6% downloads on nuget.org
Top 3.6% dependent repos on nuget.org

nuget.org : geckofx45.64.linux

library that allows embeding gecko in C# applications. Example Usage: // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox // set env var LD_PRELOAD to $(ProjectDir)/Firefox/libgeckofix.so // add using Gecko [STAThread] static void Main(string[] args) { Xpcom.Initialize("Firefox"); var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill}; Form f = new Form(); f.Controls.Add(geckoWebBrowser); geckoWebBrowser.Navigate("www.google.com"); Application.Run(f); }

Registry - Homepage - JSON
purl: pkg:nuget/geckofx45.64.linux
Keywords: Firefox, Gecko, Geckofx
License:
Latest release: over 5 years ago
First release: about 8 years ago
Dependent packages: 1
Dependent repositories: 4
Downloads: 37,769 total
Last synced: 22 days ago

    Loading...
    Readme
    Loading...