mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-25 00:02:20 +00:00
Add devcontainer.json file
This commit is contained in:
parent
c712562db6
commit
d293e92a05
3 changed files with 7 additions and 2 deletions
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "devkitPPC",
|
||||
"image": "devkitpro/devkitppc:latest",
|
||||
"extensions": ["ms-vscode.cpptools"]
|
||||
}
|
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue