background preloader

Sdl

Facebook Twitter

{sdltutorials.com} View topic - How to build SDL2 dmg on Xcode 4.1? You can pick the DMG target from the drop down in the Xcode IDE once you've opened the project.

View topic - How to build SDL2 dmg on Xcode 4.1?

That will build a framework and include SDLmain.m/h which is all someone needs to build an SDL application on Mac OS X. Eric Wing created some templates, here's his e-mail: I posted some initial Xcode 4 templates for SDL. You can find the hg repo here: Copy them to ~/Library/Developer/Xcode/Templates/SDL or /Library/Developer/Xcode/Templates/SDL They need work. Réaliser un RPG en C avec SDL et FMOD. Un article de MrCool.

Réaliser un RPG en C avec SDL et FMOD

[modifier] Avant-propos Le but de cette page est d'arriver, étape par étape, à réaliser toutes les tâches de programmation menant à la conception d'un RPG en 2D. Le jeu sera écrit en C et utilisera deux librairies: SDL pour l'affichage FMOD pour l'audio (musique et son) Le rendu final du jeu sera proche des jeux Final Fantasy sur SNES. Création d'un moteur 3d avec la SDL. [SDL] 2D isométrique.