Difference between revisions of "Development"

From SfzWiki
Jump to: navigation, search
(contribution)
(contribution)
Line 17: Line 17:
  
 
== contribution ==
 
== contribution ==
'''SFZ''' is an opensource project and you are welcome to contribute if you like
+
'''SFZ''' is an opensource project and you are welcome to contribute if you want
  
 
to get involved please  
 
to get involved please  

Revision as of 23:00, 27 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 want

to get involved please

mailinglist

Developer Documentation