Skip to content

Guidelines to contribute with demos #69

Answered by IanSeyler
WEREMSOFT asked this question in Q&A
Discussion options

You must be logged in to vote

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:

	if [ -x "$(command -v curl)" ]; then
		curl -s -o small3dlib.h https://codeberg.org/drummyfish/small3dlib/src/branch/master/small3dlib.h
	else
		wget -q https://codeberg.org/drummyfish/small3dlib/src/branch/master/small3dlib.h
	fi

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@WEREMSOFT
Comment options

@IanSeyler
Comment options

Answer selected by WEREMSOFT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants