Difference between revisions of "Summer of Code/GSoC Ideas 2016"

From ScummVM :: Wiki
Jump to navigation Jump to search
Line 24: Line 24:
== GUI Tasks ==
== GUI Tasks ==


A good source of tasks is our current GUI, which could use refreshing and updating for
Our current GUI could use refreshing and updating, in particular to improve how
currently popular platforms, such as iOS or Android. Some specifics tasks could be the following.
it works with newer platforms such as iOS or Android. We have a few suggested
tasks:


=== Improve touchscreen GUI ===
=== Improve touchscreen GUI ===
Line 36: Line 37:
Since it is theme based, part of the problem can be resolved by using a custom
Since it is theme based, part of the problem can be resolved by using a custom
theme. However, our GUI code will need extensions to allow it to behave like a
theme. However, our GUI code will need extensions to allow it to behave like a
proper touchscreen application.
proper touchscreen application. See [[OpenTasks/Generic/Touch GUI]] for more details.
 
See [[OpenTasks/Generic/Touch GUI]] for more details.
 


=== Improve Main GUI ===
=== Improve Main GUI ===
Line 45: Line 43:
Technical contacts: [[User:Sev|Eugene Sandulenko]].
Technical contacts: [[User:Sev|Eugene Sandulenko]].


Several years ago we switched to new XML-based and vector-based GUI. Unfortunately during this transition number of nice touches from previous version of Modern GUI were lost. Particularly current GUI lacks soft shadows, antialiasing in number of places, we are lacking proper widgets for PopUp and List widgets. Those need to be implemented as part of this task.
We have a wishlist for improved GUI widgets; we'd like better sliders, multiline text widgets, and an improved list widget. We also want proper widgets for our PopUp and List widgets.


Also there is need to implement better sliders, multiline text widgets as well as improve current List widget.
Also, several years ago, we switched to a new XML-based and vector-based GUI, but unfortunately during this transition number of nice touches were lost. In particular, the current GUI lacks soft shadows and antialiasing in number of places. We'd like them back!


See [[OpenTasks/Generic/Improve GUI Look]] for more details.
See [[OpenTasks/Generic/Improve GUI Look]] for more details.

Revision as of 20:49, 12 February 2016

If you'd like to get involved in ScummVM - or one of our sister projects, such as ResidualVM - we'd love to help you get started!

We've had a lot of successful student projects as part of Google's Summer of Code in previous years -- we hope to inspire you to work with us and (hopefully) add your own success.

For all of these tasks, you'll probably need to already be comfortable with a basic level of C++. Some of the tasks might need more specialised knowledge (for example, working with ResidualVM may need you to understand some OpenGL and 3D math).

Most importantly, we'd like you to join our community. There are many previous GSoC participants who are still involved in our project, and whether or not you participate as part of Summer of Code, we'd love for you to get involved too.

You should come to our IRC Channel and introduce yourself! We're friendly, and it's often the easiest way to ask questions about the tasks and the code in general. The channel is the main form of everyday communication for the project, and there will almost always be developers there who can discuss your project ideas, answer questions and help out.


Introduction

One popular type of task is to improve our support for the games you love, whether this means a new game engine, or helping us to perfect an existing one.

Sometimes source code is available - in recent summers, students integrated code supporting games such as Sfinx, The Prince and the Coward and Avalanche into ScummVM. In fact, our support for the Wintermute engine was not only started by a GSoC student, who integrated the code into our tree, but also drastically improved by another student a year later.

GSOC EMI.png GSOC zvision.png GSOC EMI asm.png

A more challenging (but hopefully rewarding) idea is to start (or continue) reverse engineering a game where no source is available. Two good examples are the pair of students who drastically improved ResidualVM's support for Escape from Monkey Island, and the work on improving Operation Stealth. Another option is to work on merging someone else's reverse engineering work, such as was done with the ZVision engine.

If you'd prefer to improve ScummVM more directly, there are even more options available there; in the past, students have improved our OpenGL support, added a testing framework, written a new GUI framework, improved sound format support and added support for high-colour (16bpp and above) graphics. It's difficult for us to imagine ScummVM as it was before some of these projects, you can make a huge difference!

GUI Tasks

Our current GUI could use refreshing and updating, in particular to improve how it works with newer platforms such as iOS or Android. We have a few suggested tasks:

Improve touchscreen GUI

Technical contacts: Eugene Sandulenko.

Our launcher/options GUI has been designed for keyboard/mouse input, and does not work well in practice on modern touchscreen devices.

Since it is theme based, part of the problem can be resolved by using a custom theme. However, our GUI code will need extensions to allow it to behave like a proper touchscreen application. See OpenTasks/Generic/Touch GUI for more details.

Improve Main GUI

Technical contacts: Eugene Sandulenko.

We have a wishlist for improved GUI widgets; we'd like better sliders, multiline text widgets, and an improved list widget. We also want proper widgets for our PopUp and List widgets.

Also, several years ago, we switched to a new XML-based and vector-based GUI, but unfortunately during this transition number of nice touches were lost. In particular, the current GUI lacks soft shadows and antialiasing in number of places. We'd like them back!

See OpenTasks/Generic/Improve GUI Look for more details.

Game Tasks

Macromedia Director

Technical contacts: Fuzzie

Many 90s-era adventure games were developed using the Macromedia (now Adobe) Director tool. It would be nice to be able to play these games in ScummVM! We have Python code available which can parse and display the contents of Director 2 and Director 3 'movie' files. This should be enough to implement a ScummVM engine to allow some early Director adventures to be played; for example, parsing the movie files, implementing the frame-based playback system, drawing bitmaps and shapes, playing sounds and running some basic (Lingo) scripting.

Wintermute 3D

Technical contacts: Einar Johan Trøan Sømåen, Paweł Kołodziejski

In 2012, support for games using the Wintermute engine was merged into ScummVM, but it still lacks support for games which use 3D graphics. It would be great to be able to play these games in ResidualVM!

See Wintermute 3D for more details.

In Cold Blood engine refactor

Technical contacts: Einar Johan Trøan Sømåen, Paweł Kołodziejski, Joost Peters

ResidualVM project. See ICB engine refactor for more details

Infrastructure Tasks

Improve Android port

Technical contacts: Fuzzie

Improving the iPhone/iOS port

Technical contact: Johannes Schickel, Eugene Sandulenko.

The current iOS port, which we still label as iPhone, is functional but feels not really polished in a number of ways. The port comes from a time when the first two generations of the iPhone were still the top models. This, for example, makes it not as nicely usable on modern iOS devices because of resolution issues. Furthermore, while the gesture input serves as a great way to, for example, change control schemes, it also has some annoying issues. The most prominent example is that the "open global main menu" gesture sometimes causes the main menu to immediately close.

Build wise the iOS port is currently only supported by using a custom toolchain. Supporting the official toolchain and XCode as development environment in addition to the current toolchain is something we would really like to see. We already have a tool to auto-generate project files for Microsoft Visual Studio. The idea would be to take the currently WIP XCode support and finish it. Building with the official toolchain on command line would also be nice to have.

Essentially, this task requires working on various aspects of the iOS port. This includes graphics, GUI, input handling, but also build related aspects. Ideally, we want our iOS port to feel much smoother for the users, but also for developers working on it.

This task requires C++, ObjC(++), and iOS development knowledge. It also requires access to a (jailbroken) iOS device, preferable both iPhone and iPad, and the official iOS development environment.


Improve iOS port of ResidualVM

Technical contacts: Paweł Kołodziejski, Einar Johan Trøan Sømåen

Currently ResidualVM has an in progress Android port, but it lacks an iOS port. This task is about to make it for iPhones and iPads.

See iOS Port for more details

Improve audio device configuration

Technical contact: Johannes Schickel.

Our configuration currently doesn't support all audio and MIDI options we would like, and even common configurations cannot always be conveniently specified.

See OpenTasks/Audio/Audio Output Selection and OpenTasks/Audio/MIDI Device Configuration for more discussion and some technical details.