Game Programming in Linux for Windows Programmers - Part 1 Perfect for those who are new to Linux and familliar with Windows.
#17 Guest_Mike*
Posted 03 March 2010 - 11:26 PM
#18
Posted 03 March 2010 - 11:31 PM
Quote
Most console game development (that I have seen) is done in C & Assembler.
#19 Guest_Mike*
Posted 04 March 2010 - 09:59 PM
#20
Posted 04 March 2010 - 10:41 PM
#21 Guest_Mike*
Posted 05 March 2010 - 04:55 PM
#22
Posted 06 March 2010 - 04:56 AM
Mike, on 05 March 2010 - 05:55 PM, said:
I believe that when I said "from my experience", it's to say from my perspective & not necessarily the way things are. I'm not really sure why you need such an attitude about it.
Maybe rather than being condescending & pointing out your idea of flaws on this tutorial, you could become a member here & submit your own tutorials sharing with us your knowledge & experience in game development.
#23
Posted 09 March 2010 - 11:02 AM
I Have Always Wanted To Know How To Do This In C
This post has been edited by Melon Bread: 09 March 2010 - 11:29 AM
#24
Posted 09 March 2010 - 01:11 PM
#25
Posted 01 December 2010 - 04:30 PM
#26
Posted 05 September 2011 - 09:52 PM
Mike, on 05 March 2010 - 05:55 PM, said:
I know I'm necroing myself but I think it's important to note that just because something is the industry standard doesn't mean it's a good thing, I mean why are you poking around Linux in the first place when "clearly Windows is the standard for games"? hee hee-!
#27
Posted 27 September 2011 - 02:28 AM
um using Ubuntu 11.04
i can compile the hello world part, but it wont run for some reason.
and the SDL on wont compile because the sdl header is missing.
the package manager said that sdl was installed.
so what am i supposed to do now ?
#28
Posted 03 March 2012 - 07:45 PM
I did the sdltest.c section simply copy/pasting your code into my newly made file. and did the same for the "Makefile" for the sdltest, but when I tried to compile the Makefile for the sdltest.c here's what I got:
Running tool: Build
Using Makefile from ~/Desktop/sdltest
make: Entering directory `/home/tina/Desktop/sdltest'
gcc -c sdltest.c
gcc -lSDL sdltest.o -o sdltest
sdltest.o: In function `main':
sdltest.c:(.text+0xa): undefined reference to `SDL_Init'
sdltest.c:(.text+0x23): undefined reference to `SDL_SetVideoMode'
sdltest.c:(.text+0x3c): undefined reference to `SDL_Quit'
sdltest.c:(.text+0x4d): undefined reference to `SDL_PollEvent'
sdltest.c:(.text+0x73): undefined reference to `SDL_MapRGB'
sdltest.c:(.text+0x92): undefined reference to `SDL_FillRect'
sdltest.c:(.text+0xa1): undefined reference to `SDL_Flip'
make: Leaving directory `/home/tina/Desktop/sdltest'
collect2: ld returned 1 exit status
make: *** [compile] Error 1
Exited: 512
any help would be great!
Thanks!
|
|






MultiQuote








|