Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simple Game Physics
shapecollision
Commits
293bccb1
Commit
293bccb1
authored
Sep 30, 2021
by
David Quiroga
Browse files
Add README
parent
d982c9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
293bccb1
...
...
@@ -4,11 +4,11 @@ Demo of basic shapes collisions using the library SGP.
# Building & installing
To build
`shapecollisions`
we need the
`sdl2`
and
`sdl2_ttf`
libraries.
To build
`shapecollisions`
we need the
`sdl2`
,
`sdl2-gfx`
and
`sdl2_ttf`
libraries.
In Debian/Ubuntu/Elementary we can install it with:
```
bash
sudo
apt
install
libsdl2-ttf-dev
sudo
apt
install
libsdl2-dev libsdl2-gfx-dev
libsdl2-ttf-dev
```
We also need the library
`SGP`
:
https://git.clibre.io/sgp/sgp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment