Ĺadny brzuch
Gry wcześniej robiłem tylko w pascalu - graph i delphi - delphix, szukam jakiejś biblioteki, która pozwala na proste wyświetlanie grafiki 2D w C++ , spriteow, wykrywanie kolizjii i ma troche bajerow graficznych - jakies efekty. Czyli cos jak PowerDraw od delphi, ewentualnie DelphiX
Allegro
W prawdzie nie znam tych bibliotek, ale jeśli chodzi ci o prostą biblioteke graficzną w c++ to polecam WinBGim. B)
zainstalowałem paczke allegro z http://devpaks.org/d...ls.php?devpak=1 na dev-cpp ,ale nie dziala przy kompilacji przykładów z http://prdownloads.s...20.zip?download (http://www.talula.demon.co.uk/allegro/wip.html) wywala mi błedy w stylu
[Linker error] undefined reference to `set_color_depth'
takie bledy odnosza sie chyba do kazdej funkcji biblioteki allegro.
p.s.
moze ktos mi wyslac kurs by cepa na darck at o2 pl ? Strona nie dziala, a to chyba jedyny opis allegro po polsku.
hmm a ustawiles biblioteczki dla linkera? bo mi wyglada ze nie ... ;P
wlasnie, nie doczytalem tej linijki :)
You now need to tell Dev-C++ that you'd like to make a program that uses Allegro. For that, go in the Project Options screen (Project/Project Options menu), then click on "Load Object Files". You need to select the file called liballeg.a (of liballd.a for the debug mode); the file should be in C:\Dev-Cpp\lib. Notice it's a .a file, and not a .o file, so you'll need to get the file dialog to show all files.
Kurs znalazlem jednak tu
http://hardheads.ovh...ll=3&poddzial=1
zanotowane.pl doc.pisz.pl pdf.pisz.pl zsf.htw.pl
Allegro
W prawdzie nie znam tych bibliotek, ale jeśli chodzi ci o prostą biblioteke graficzną w c++ to polecam WinBGim. B)
zainstalowałem paczke allegro z http://devpaks.org/d...ls.php?devpak=1 na dev-cpp ,ale nie dziala przy kompilacji przykładów z http://prdownloads.s...20.zip?download (http://www.talula.demon.co.uk/allegro/wip.html) wywala mi błedy w stylu
[Linker error] undefined reference to `set_color_depth'
takie bledy odnosza sie chyba do kazdej funkcji biblioteki allegro.
p.s.
moze ktos mi wyslac kurs by cepa na darck at o2 pl ? Strona nie dziala, a to chyba jedyny opis allegro po polsku.
hmm a ustawiles biblioteczki dla linkera? bo mi wyglada ze nie ... ;P
wlasnie, nie doczytalem tej linijki :)
You now need to tell Dev-C++ that you'd like to make a program that uses Allegro. For that, go in the Project Options screen (Project/Project Options menu), then click on "Load Object Files". You need to select the file called liballeg.a (of liballd.a for the debug mode); the file should be in C:\Dev-Cpp\lib. Notice it's a .a file, and not a .o file, so you'll need to get the file dialog to show all files.
Kurs znalazlem jednak tu
http://hardheads.ovh...ll=3&poddzial=1