Add devcontainer.json file

This commit is contained in:
Crayon2000 2021-07-18 12:39:02 -04:00
parent c712562db6
commit d293e92a05
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{
"name": "devkitPPC",
"image": "devkitpro/devkitppc:latest",
"extensions": ["ms-vscode.cpptools"]
}

View file

@ -21,7 +21,7 @@ jobs:
sudo apt-get update
sudo apt-get install doxygen doxygen-latex graphviz
- name: Generate documentaion
- name: Generate documentation
run: |
doxygen grrlib.doxygen >/dev/null
make --directory=latex >/dev/null

View file

@ -40,7 +40,7 @@ All notable changes to this project will be documented in this file.
- FreeType 2.3.12 support (first support)
- 3D primitive drawing: torus, sphere, cube, cylinder and cone
- Light functions (diffuse, specular, spot) + ambient
- Splitted functions for rotation/translation/scaling 3d object.
- Split functions for rotation/translation/scaling 3d object.
- Here is the list a new added samples demo code:
- 3d_light1 -> Simple Diffuse light sample code
- 3d_light2 -> Simple Lights and `GRRLIB_ObjectViewInv()` sample