« Previous - Version 9/16 (diff) - Next » - Current version
katriell, 05/09/2010 04:55 pm
Miscellaneous minor grammatical improvements.


Help Us

This project requires a lot of work and this page will list in order of importance what you can do to help us:

Promoting The Project

If you like this project please tell your friends, post on forums, blog about it, tweet about it, and do whatever else you can to spread the word.

Porting Ryzom on GNU/Linux and MAC OS X

Currently Ryzom is working on Windows, but we already have a native version of NeL:http://dev.ryzom.com/projects/nel/wiki for GNU/Linux and an X11 version of NeL for MAC OS X. We are looking for people who want to port Ryzom to their preferred operating system.

Porting Tools

  • 3D objects were made with 3dsmax. Work is already underway to eliminate that dependency and use free software alternatives like Blender.
  • Georges, the tool used to describe all items in the world (monsters, npc, items, stats) was written for Windows with MFC. So it needs to be adapted to work on GNU/Linux using Qt.
  • ObjectViewer will be adapted to work on GNU/Linux using Qt thanks to a trainee from the Google Summer of Code but the task is big and help is welcome.
  • WorldEditor is also made with MFC and only for Windows. We have a very precise vision of what we want to do to replace this tool. Using new web technology and some tools already made by some Ryzom fans, we want to create collaborative online tools to directly edit and apply world modification into the servers. This will require lot of knowledge in Javascript and PHP.

These are the next big tasks that need to be done to make Ryzom even more useful to the free software community, so if you'd like to help, please contact us.

Source Code Packaging

One of the first big changes to the Ryzom project will be to eliminate the build-specific files. Currently Ryzom uses a custom Makefile system for building on Linux and Visual Studio solutions and projects to build on Windows. The goal is to unify all of the disparate build environments under the CMake umbrella.

CMake provides a certain level of automated packaging through CPack. We would like to start harnessing CPack to generate releases so that the release cycle can be shorter and easier. In addition we are seeking Debian and Fedora package maintainers to help build and maintain Ryzom packages for the various Debian-based distributions and the RedHat-based systems.

Packagers for other distributions and distribution systems are eagerly welcomed as well. We would like to release often and to as many platforms as possible.

Documentation

Documentation is something we readily admit is a weak point for us. If you're good at technical writing but not confident in your programming skills this could be a great way for you to contribute. We have a variety of documentation tasks including these examples:

  • Convert existing NeL documentation to the new site.
  • Convert the OpenNeL Handbook to this site.
  • Write tutorials on basic usage.
  • Create simple sample demonstrations.
  • Create tutorials and videos on things such as using the tools, creating content, etc.

In addition to these examples we also very much need a developer willing to dig through obscure code and work on understanding how much of the lesser known pieces of code and functionality work and document them as well.

Security Reviews and Patches

The Ryzom Project has gone through lengths in an attempt to mitigate as many of the potential security threats as possible but we know we're not perfect. We seek eager individuals to help us identify potential or actual security problems and work with us to resolve them.

Bug Slaying

Every project has bugs and we are no exception. It takes a special person to catch those little flaws in code and figure out the right way to fix the problem.