Difference between revisions of "Development"

From SfzWiki
Jump to: navigation, search
Line 1: Line 1:
 
 
== Introduction ==
 
== Introduction ==
  
* Game-logic is entirely scripted in Lua, so Iris2 is highly flexible and the need to recompile is rare
+
* Game-logic is entirely scripted in Lua, so SFZ is highly flexible and the need to recompile is rare
 
* The Ogre3D engine provides a solid foundation for hardware acceleration and graphical effects
 
* The Ogre3D engine provides a solid foundation for hardware acceleration and graphical effects
 
* An abstract interface to sound allows the use of FMod or OpenAL and supports MP3 and OGG
 
* An abstract interface to sound allows the use of FMod or OpenAL and supports MP3 and OGG
Line 8: Line 7:
 
* (TODO:) An Auto-Updater simplifies updating and can handle conflicts with local changes reasonably (svn based)
 
* (TODO:) An Auto-Updater simplifies updating and can handle conflicts with local changes reasonably (svn based)
  
 +
== Organisation ==
  
 
+
* [[Roadmap]]
 
+
* [[FAQ]]
 
* [[Contact]]
 
* [[Contact]]
 
* [[Developer Guidelines]]
 
* [[Developer Guidelines]]
 
* [[Notes]]
 
* [[Notes]]
  
== mailinglist ==
+
== contribution ==
* [mailto:sfz-development@lists.sourceforge.net sfz-development@lists.sourceforge.net]  [https://lists.sourceforge.net/mailman/listinfo/sfz-development subscription] [https://lists.sourceforge.net/pipermail/sfz-development/ archives](discussions)
+
'''SFZ''' is an opensource project and you are welcome to contribute if you like
* [mailto:sfz-commit@lists.sourceforge.net sfz-commit@lists.sourceforge.net] [https://lists.sourceforge.net/mailman/listinfo/sfz-commit subscription] [https://lists.sourceforge.net/pipermail/sfz-commit/ archives] (commit notifications, high volume)
+
 
 +
to get involved, check for contact infos on the [[Main Page]] or the mailinglists on our [https://sourceforge.net/projects/sfz sourceforge projekt page]
  
 +
=== mailinglist ===
 +
* [mailto:sfz-development@lists.sourceforge.net sfz-development@lists.sourceforge.net]  [https://lists.sourceforge.net/mailman/listinfo/sfz-development subscription] (discussions)
 +
* [https://lists.sourceforge.net/mailman/listinfo/sfz-commit subscription]  (commit notifications, high volume)
  
 
== Developer Documentation ==
 
== Developer Documentation ==

Revision as of 18:24, 6 June 2007

Introduction

  • Game-logic is entirely scripted in Lua, so SFZ is highly flexible and the need to recompile is rare
  • The Ogre3D engine provides a solid foundation for hardware acceleration and graphical effects
  • An abstract interface to sound allows the use of FMod or OpenAL and supports MP3 and OGG
  • To ensure the longterm health of the project, we keep the code as modular and capsuled as possible
  • (TODO:) An Auto-Updater simplifies updating and can handle conflicts with local changes reasonably (svn based)

Organisation

contribution

SFZ is an opensource project and you are welcome to contribute if you like

to get involved, check for contact infos on the Main Page or the mailinglists on our sourceforge projekt page

mailinglist

Developer Documentation