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

Author Topic: New website  (Read 47908 times)

0 Members and 1 Guest are viewing this topic.

Turbine

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Re: New website
« Reply #90 on: June 05, 2013, 11:55:26 am »
What does the new icon represent?

Unity, world peace, one nail in the coffin. I love it, but am uncertain as to what it is.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #91 on: June 05, 2013, 11:58:45 am »
http://en.sfml-dev.org/forums/index.php?topic=4960.0

(jump directly to the last pages, unless you have hours to waste ;))
Laurent Gomila - SFML developer

chrisdembia

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: New website
« Reply #92 on: June 19, 2013, 08:51:30 pm »
The new website is BEAUTIFUL!!!

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: New website
« Reply #93 on: June 28, 2013, 11:34:28 pm »
In Sound and probably in all classes docs if you click on inherited and not overridden member you are taken to original class page even though inherited class lists all inherited members and their descriptions.
Back to C++ gamedev with SFML in May 2023

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #94 on: June 29, 2013, 08:37:01 am »
I didn't find any Doxygen option that would control that (I already have INLINE_INHERITED_MEMB enabled), and Google doesn't give useful answers :(
Laurent Gomila - SFML developer

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: New website
« Reply #95 on: July 10, 2013, 11:53:26 am »
In Sound and probably in all classes docs if you click on inherited and not overridden member you are taken to original class page even though inherited class lists all inherited members and their descriptions.
That is the intended behavior. Doxygen only duplicates brief descriptions, but not detailed descriptions.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: New website
« Reply #96 on: July 10, 2013, 03:14:14 pm »
There are full descriptions of every function in inherited classes because INLINE_INHERITED_MEMB is enabled.
Back to C++ gamedev with SFML in May 2023

Frizi

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: New website
« Reply #97 on: July 18, 2013, 08:16:03 pm »
I think there should be a public repository (on github maybe) with this website. The design is quite good now,  but still there is a lot of space for improvements (some UX stuff, community tutorials, URLs not rewritten!). The site lacks a developer spending his time exclusively for it. Great libraries and tools needs professional websites. Look at the http://git-scm.com/, the site is open sourced.

First of all, maintaining a big blob of separated php files is a hell of mess, even for the site like that. Look at some MVC frameworks and adapt the philosophy or leave it for the community. If i would have done it, I would have picked the onepage approach. Look at the Angular.js library. It is bloody easy to do some MVC magic without even having php. The downside is javascript dependency (which could be eliminated for basic usecases).

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: New website
« Reply #98 on: July 18, 2013, 09:29:39 pm »
MVC, angular js, really ? I'm not sure it's that interesting to use hype frameworks or DP just for the sake of it. It's only a static site with very few pages.

Frizi

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: New website
« Reply #99 on: July 19, 2013, 11:46:24 pm »
Maybe it is a bit of overkill, but still, please, at least make the URLs more friendly. And after all, javascript libraries are not bad if you actually use the included code. MVC is superlight concept that can be applied to almost every website that has more than one page. For the sake of expandability.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10835
    • View Profile
    • development blog
    • Email
Re: New website
« Reply #100 on: July 20, 2013, 12:02:53 am »
It has been stated before and it's a good thing, the website won't include any JavaScript. It's the current "cool thing todo" and makes all the Ruby-MongoDB-JavaScript-Whatever-Hippsters happy, but in many/most cases, it's really not needed.

The URLs are friendly enough as well. Yes they have some .php at the end, is the world gonna end because of it? Nope. Are the search engines having a hard time understanding it? Nope. Are the users confused on which site they are? Nope. Do people looking at the URL not understand where they are being linked to? Nope.
So much drama for a bit visual advancement. ;)

Whether or not the website will be made open source is Laurent's decision and if he decides against it, then he can handle the back-end however he wants. Of course I'm sure he's always open for constructive feedback, that can be adjusted quickly (i.e. no whole rewrite of the website, etc...)! :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #101 on: July 20, 2013, 09:42:11 am »
Quote
please, at least make the URLs more friendly
Can you explain what you mean? In my opinion they are already quite friendly.
Laurent Gomila - SFML developer

timo777

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: New website
« Reply #102 on: July 20, 2013, 11:50:43 am »
In my opinion they're indeed fine. But maybe you could remove the  .php extension. :)

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: New website
« Reply #103 on: July 20, 2013, 11:58:40 am »
If you do that, you will invalidate all the links written in the SFML Game Development book (and on many other websites). Keep the URLs.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: New website
« Reply #104 on: July 20, 2013, 04:26:28 pm »
Quote
But maybe you could remove the  .php extension.
What difference does it make?
Laurent Gomila - SFML developer

 

anything