Basic questions to get started on games development.

Started by
12 comments, last by Serapth 11 years, 1 month ago

Sorry, double post...

Languages; C, Java. Platforms: Android, Oculus Go, ZX Spectrum, Megadrive.

Website: Mega-Gen Garage

Advertisement

Thanks for your answer!

I've found this site which has a nice tutorial, but I'm getting really frustrated with the docens of missing dll files, and so many other problems that I can't even begin to understand. (http://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition.aspx , I hope I can post this link gere, otherwise I'll remove it).

... that there is an excellent tutorial... smile.png

The catch is, it's written for VS 2010, and I do not believe SFML ships with 2012 binaries (or even 2010!) so that adds a gigantic barrier of entry for new developers. I am fairly certain 2012 and 2010 are not binary compatible, meaning you need to rebuild the C++ libraries ( like SFML for example ) for each different version.

Maybe one of these days I will download and install 2012 and make a compatible project available for the tutorials. If you search on the site, there is a post about building SFML, but at this stage it might be a bit beyond what you want to do.

On the forums they have nightly builds of sfml 2.0 . There is a package for VS11.

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20


Thanks for your answer!

I've found this site which has a nice tutorial, but I'm getting really frustrated with the docens of missing dll files, and so many other problems that I can't even begin to understand. (http://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition.aspx , I hope I can post this link gere, otherwise I'll remove it).




... that there is an excellent tutorial... smile.png

The catch is, it's written for VS 2010, and I do not believe SFML ships with 2012 binaries (or even 2010!) so that adds a gigantic barrier of entry for new developers. I am fairly certain 2012 and 2010 are not binary compatible, meaning you need to rebuild the C++ libraries ( like SFML for example ) for each different version.

Maybe one of these days I will download and install 2012 and make a compatible project available for the tutorials. If you search on the site, there is a post about building SFML, but at this stage it might be a bit beyond what you want to do.
That's not a good tutorial at all, because it uses an outdated version of SFML.


Thanks for your answer!

I've found this site which has a nice tutorial, but I'm getting really frustrated with the docens of missing dll files, and so many other problems that I can't even begin to understand. (http://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition.aspx , I hope I can post this link gere, otherwise I'll remove it).




... that there is an excellent tutorial... smile.png

The catch is, it's written for VS 2010, and I do not believe SFML ships with 2012 binaries (or even 2010!) so that adds a gigantic barrier of entry for new developers. I am fairly certain 2012 and 2010 are not binary compatible, meaning you need to rebuild the C++ libraries ( like SFML for example ) for each different version.

Maybe one of these days I will download and install 2012 and make a compatible project available for the tutorials. If you search on the site, there is a post about building SFML, but at this stage it might be a bit beyond what you want to do.
That's not a good tutorial at all, because it uses an outdated version of SFML.

Here's a hint, it's not an SFML tutorial, not really.

And the sad fact is, they still havent officially released 2.0... after what, 2 years in beta.

This topic is closed to new replies.

Advertisement