@@ -12,7 +12,7 @@ import { useDocsSidebar } from '@docusaurus/plugin-content-docs/client'
12
12
13
13
## Getting Started
14
14
15
- To get started, install the relevant NuGet packages. They add start with ` Silk.NET ` , and the next inner namespace after
15
+ To get started, install the relevant NuGet packages. They all start with ` Silk.NET ` , and the next inner namespace after
16
16
that indicates the binding or High-Level Utility (HLU, e.g. Windowing or Input) that package belongs. Here' some example
17
17
commands to install such NuGet packages:
18
18
@@ -63,7 +63,7 @@ As always, we're happy to help in our Discord server with whatever questions you
63
63
64
64
Now that you've pulled in the APIs you would like to use, it's time to find documentation to follow. Most Silk.NET APIs
65
65
(other than our High-Level Utilities) map 1:1 directly into a native API signature that should be easily searchable by
66
- its API name (e.g. ` GL.GetString ` becomes ` glGetString ` ). Note that these rules are not consistent and it is expected
66
+ its API name (e.g. ` glGetString ` becomes ` GL.GetString ` in Silk.NET ). Note that these rules are not consistent and it is expected
67
67
that you have at least some familiarity with how the native API is structured.
68
68
69
69
Of course, there are some bindings for which we have our own introductory documentation for, which presents a good
@@ -74,4 +74,4 @@ throughout this site.
74
74
<DocCardList items = { useDocsSidebar ().items .filter ((e ) => e .label != " Welcome" )} />
75
75
76
76
Have fun! We always look forward to seeing what people can create with Silk.NET and would love to hear how you get on in
77
- our Discord server.
77
+ [ our Discord server] ( https://discord.gg/DTHHXRt ) .
0 commit comments