You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plutonium's performance is based on WPF's system. The user doesn't directly interact with the rendering, as it's done via a main rendering system and different objects to render.
20
20
@@ -30,19 +30,38 @@ Check the [documentation](https://XorTroll.github.io/Plutonium/) for a more deta
30
30
31
31
On the [releases](https://github.com/XorTroll/Plutonium/releases) page you have all the released versions. All of them are zipped files, containing `include` and `lib` directories.
32
32
33
-
To link them to a devkitPro libnx project, on the `LIBDIRS` variable of the Makefile add the folder containing the two folders mentioned above. (if you set `plutonium`, place the other two folders as `plutonium/include` and `plutonium/lib`)
33
+
### Simple project layout
34
+
35
+
This is how a regular Plutonium project would (more or less) have its Makefile and project layout using Plutonium:
0 commit comments