Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2 and its new website released  (Read 36413 times)

0 Members and 1 Guest are viewing this topic.

4ian

  • Hero Member
  • *****
  • Posts: 680
    • View Profile
    • Game Develop website
Re: SFML 2 and its new website released
« Reply #45 on: April 30, 2013, 08:08:36 pm »
Awesome as usual  :D
The documentation is really pretty indeed  ;)

Alec

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: SFML 2 and its new website released
« Reply #46 on: April 30, 2013, 08:33:01 pm »
Congratulations, and thanks.

Any chance of a download for Linux, which would require little more than a ,/configure, make, make install to work?  (W/ some brief docs on usage of this download, including required dependencies.)

fstream

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: SFML 2 and its new website released
« Reply #47 on: April 30, 2013, 08:49:55 pm »
Any chance of a download for Linux...
Dependencies and instructions here: http://www.sfml-dev.org/tutorials/2.0/compile-with-cmake.php

Basically what you have to do is:

If you want version 2.0:
Code: [Select]
$ wget https://github.com/SFML/SFML/archive/2.0.tar.gz
$ tar zxvf SFML-2.0.tar.gz
$ cd SFML-2.0

-OR- if you want the greatest and latest:
Code: [Select]
$ git clone https://github.com/SFML/SFML.git
$ cd SFML

Then you do:
Code: [Select]
$ mkdir build
$ cd build
$ cmake ..
$ make
# make install

Which will build the shared libraries and install them in your system \o/

Cornstalks

  • Full Member
  • ***
  • Posts: 180
    • View Profile
    • My Website
Re: SFML 2 and its new website released
« Reply #48 on: April 30, 2013, 09:35:41 pm »
Super duper congrats Laurent!

Alec

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: SFML 2 and its new website released
« Reply #49 on: April 30, 2013, 10:41:49 pm »
Thanks for this.  (I guess that CMake itself will be available wherever wanted.)

Ivan

  • Newbie
  • *
  • Posts: 32
  • IT geek
    • View Profile
Re: SFML 2 and its new website released
« Reply #50 on: April 30, 2013, 11:31:33 pm »
Yeay ! Long Life To SFML !  ;D
+1

Congrats Laurent and thank you for your work.

Lo-X

  • Hero Member
  • *****
  • Posts: 618
    • View Profile
    • My personal website, with CV, portfolio and projects
Re: SFML 2 and its new website released
« Reply #51 on: May 01, 2013, 02:20:50 pm »
Dunno if there's still somewhere to put that into the website main menu but I kinda enjoyed the direct link to SFML GitHub page on the old version. I know it's still accessible from "download" section, but still.

I perhaps am the only one that enjoyed that fast way to access GitHub from website in wich case I'll add a bookmark somewhere :p

firefly2442

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: SFML 2 and its new website released
« Reply #52 on: May 01, 2013, 03:17:45 pm »
Congrats on the new website and the 2.0 release.  It really does look nice. :)

axus

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: SFML 2 and its new website released
« Reply #53 on: May 01, 2013, 04:37:27 pm »
 ;D Congratulations!  Wish I had more time to program, and use your beautiful library!

Jove

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • http://www.jestofevekites.com/
Re: SFML 2 and its new website released
« Reply #54 on: May 02, 2013, 07:40:27 pm »
I've just installed 2 having previously been using a RC version from last year and I've notoiced some impressive performance improvements on the CPU trace.

Nice work Laurent, and congrats on the new release!
{much better code}

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
Re: SFML 2 and its new website released
« Reply #55 on: May 16, 2013, 02:08:35 pm »
Really nice work! :)

I like the global website and documentation design too. The only point I would change is the font size, 16 is too much.
Want to play movies in your SFML application? Check out sfeMovie!

timo777

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: SFML 2 and its new website released
« Reply #56 on: May 17, 2013, 09:02:13 pm »
I nearly passed out when I mistyped an address and saw the new beautiful site. D:

Good work!

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Re: SFML 2 and its new website released
« Reply #57 on: May 19, 2013, 05:30:48 pm »
 ;D I come back and see all things got upgraded. :p
I have many ideas but need the help of others to find way to make use of them.

 

anything