Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

52 lines
3.7 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/CppSharp/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="CppSharp facilitates the usage of native C/C++ code with the .NET ecosystem.">
<title>CppSharp</title>
<meta http-equiv="content-security-policy" content="">
<style>:root{--primary:#0053fa}*{box-sizing:border-box}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#1d2d35;padding:14px;margin:0;display:flex;flex-direction:column}.main{flex:1}.footer{padding:10px 0}.center{margin-left:auto;margin-right:auto}.text-center{text-align:center}.top-nav{display:flex;justify-content:end}.btn{color:var(--primary);background:none;border-radius:5px;border:1px solid var(--primary);padding:12px 16px;font-size:1.1rem;margin:5px;cursor:pointer}.btn:hover,.btn.primary{background-color:var(--primary);color:#fff}
h1.szp8wec.szp8wec{font-size:3rem}.land.szp8wec.szp8wec{max-width:500px}.land.szp8wec p.szp8wec{font-size:1.5rem}section.szp8wec.szp8wec{margin:35px 0}.features.szp8wec.szp8wec{max-width:800px;margin:auto}.features-list.szp8wec.szp8wec{display:flex;justify-content:space-between;flex-direction:column}.features-list.szp8wec .feature.szp8wec{text-align:center;max-width:400px;margin:0 auto;flex:1}.features-list.szp8wec .feature p.szp8wec{font-size:1.2rem}@media only screen and (min-width: 600px){.features-list.szp8wec.szp8wec{flex-direction:row}.features-list.szp8wec .feature.szp8wec{max-width:230px}}.sponsors.szp8wec.szp8wec{text-align:center}
</style>
<link rel="stylesheet" href="/CppSharp/_app/assets/pages/__layout.svelte-b5001864.css" disabled media="(max-width: 0)">
<link rel="stylesheet" href="/CppSharp/_app/assets/pages/index.svelte-a039a3b0.css" disabled media="(max-width: 0)">
</head>
<body>
<nav class="top-nav"><a href="https://github.com/mono/CppSharp"><img src="/CppSharp/_app/assets/github-25b2f417.svg" width="35" height="35" alt="Git"></a></nav>
<main class="main"><section class="szp8wec"><div class="land center text-center szp8wec"><h1 style="margin-top: 25px" class="szp8wec"><img src="/CppSharp/logo.svg" width="50" height="50" style="vertical-align: middle" alt=""> CppSharp
</h1>
<p class="szp8wec">Stop writing PInvoke methods by hand. Accelerate your development.</p>
<p style="font-size: 1.2rem" class="szp8wec">CppSharp facilitates the usage of native C/C++ code with the .NET ecosystem.
</p>
<div><a href="https://github.com/mono/CppSharp/blob/main/docs/GettingStarted.md"><button class="btn primary">Get started</button></a>
<a href="https://gitter.im/managed-interop"><button class="btn">Join our Gitter</button></a></div></div></section>
<section class="szp8wec"><div class="features szp8wec"><div class="features-list szp8wec"><div class="feature szp8wec"><h3>Cross-platform</h3>
<p class="szp8wec">Distributed as a nuget package that supports Windows, Linux, and OS X.</p></div>
<div class="feature szp8wec"><h3>High-performance</h3>
<p class="szp8wec">Generates high-performance C# code with minimal overhead.</p></div>
<div class="feature szp8wec"><h3>Multiple backends</h3>
<p class="szp8wec">Supports generating C# code, as well as C++/CLI.</p></div></div></div></section>
<section class="szp8wec"><div class="sponsors szp8wec"><h2>Sponsors</h2>
<a href="https://www.kythera.ai/"><img src="/CppSharp/_app/assets/kythera-ai-242ee8c4.png" width="300" height="55" alt="Kythera AI"></a></div>
</section></main>
<footer class="footer text-center">Copyright (©) 2022 CppSharp</footer>
</body>
</html>