Maik93 / allegro_lib_base_tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base programs for Real Time projects with Allegro Library

N|Solid Tanks to Dillinger for the .MD file.

Content of this repo

  • pthread_base: test to check if everithing works well on your pc.
  • allegro_base: drawing geometry, interactive text on screen, mouse integration.
  • Balls: simulation of balls that fall cause of gravity and bounce on the ground.
  • Flies: many flies that move randomly on a box.

Don't forget to run everything as superuser (otherwise threads doesn't spanw!):

$ sudo make clean && sudo make run

About


Languages

Language:C 89.6%Language:Makefile 10.4%