mercredi 21 mai 2008

Ressources de programmation graphique

  • MSDN - DirectX Developer Center
    Microsoft DirectX is a collection of industry-leading graphics technologies designed to deliver the most advanced, stable, and visually impressive graphics experience on Microsoft platforms. DirectX is comprised of best-in-breed runtime technologies, developer tools, graphics programming interfaces and languages. The DirectX standard is supported by a wide variety of consumer and workstation-class graphics software and hardware solutions.

    DirectX est une API de bas niveau permettant d'accéder aux fonctionnalités des cartes graphiques. Bien que supplanté par XNA (lui-même basé sur DirectX) pour ce qui concerne le monde .NET, le SDK est toujours une intéressante source d'information.

  • MSDN - XNA Developer center

    Microsoft XNA is composed of industry-leading software, services, resources, and communities focused on enabling game developers to be successful on Microsoft gaming platforms.

    XNA fournit notamment un environnement de développement basé sur C#, capable de traiter à la compilation les ressources graphiques utilisées par le code, ainsi q'un framework managé basé sur .NET 2.0 et s'appuyant sur DirectX.

lundi 19 mai 2008

Ressources Web

Sites

  • Feed Icons
    Home of the Standard Web Feed Icon
  • World Wide Web Consortium
    The World Wide Web Consortion (W3C) develops interoperable technologies (specifications, guidelines, software, and tools) to lead the Web to its full potential.

Base de connaissances Microsoft

Ressources de programmation