-
I’d like to create some game-like demos and Id like to know what is considered a good demo. As an example, why graphics.app is not good enough to be included in the default demos.(I used as a starting point and worked very good for me). Also, if I’m using an external library like small3dlib which is not in github, how this should be handled? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I felt that As for small3dlib we can use curl/wget to pull the code in the demos build script. As long as the license for small3dlib allows it. I think that demo you've made should be added for sure. Who doesn't like rotating 3D cubes?! BareMetal-Demos will need
|
Beta Was this translation helpful? Give feedback.
I felt that
graphics.app
needed a bit more added to it before it was installed by default.As for small3dlib we can use curl/wget to pull the code in the demos build script. As long as the license for small3dlib allows it. I think that demo you've made should be added for sure. Who doesn't like rotating 3D cubes?!
BareMetal-Demos will need
setup.sh
to contain this: