mirror of
https://github.com/AntoineHX/LivingMachine.git
synced 2025-05-04 13:50:46 +02:00
version c ok, debut fonctin moteur
This commit is contained in:
parent
36962dc598
commit
997eb6e8a5
81 changed files with 4767 additions and 2 deletions
BIN
Test - SFML/main
BIN
Test - SFML/main
Binary file not shown.
|
@ -9,8 +9,12 @@ Commandes :
|
|||
gcc -c main.c
|
||||
gcc main.o -o main -lcsfml-graphics -lcsfml-window -lcsfml-audio -lcsfml-system
|
||||
|
||||
*/
|
||||
opencv :
|
||||
gcc opencv.c -o opencv `pkg-config --libs --cflags opencv` -ldl -lm
|
||||
|
||||
*/
|
||||
#define EXIT_FAILURE 0
|
||||
#define EXIT_SUCCESS 1
|
||||
int main()
|
||||
{
|
||||
sfVideoMode mode = {800, 600, 32};
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue