2022-07-25 16:53:29 +02:00
|
|
|
# RenderD7 <img alt="LOGO" src="https://github.com/NPI-D7/RenderD7/blob/main/logo.png" height="30">
|
2022-07-24 00:55:18 +02:00
|
|
|
RenderD7 is now LibRenderD7.
|
|
|
|
### Installation (Ubuntu)
|
|
|
|
first run this
|
|
|
|
`sudo su`
|
|
|
|
then this
|
|
|
|
```
|
2022-07-25 09:06:40 +02:00
|
|
|
curl -L https://github.com/NPI-D7/RenderD7/releases/download/v0.8.0-pre1/renderd7-0.8.0.tar.bz2 -o renderd7-0.8.0.tar.bz2
|
|
|
|
mkdir -p /opt/devkitpro/libctru
|
|
|
|
bzip2 -cd renderd7-0.8.0.tar.bz2 | tar -xf - -C /opt/devkitpro/libctru
|
2022-07-24 00:55:18 +02:00
|
|
|
```
|
|
|
|
Make sure that `-lrenderd7` is before `-lcitro2d`, `-lcitro3d`, `-lctru`.
|
|
|
|
|
2022-04-12 09:54:29 +02:00
|
|
|
# RenderD7 (https://npi-d7.github.io/RenderD7/)
|
2021-04-03 05:49:43 +02:00
|
|
|
Simple and Easey to use UI and Graphics helper.
|
2022-04-12 09:28:33 +02:00
|
|
|
Create DOCS
|