UCOSP/2010/Ideas: Difference between revisions

From KDE Community Wiki
(added category: mentoring)
 
(7 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[[Category:Mentoring]]
This page is for collecting ideas for UCOSP 2010 students. More information at http://ucosp.ca/about
This page is for collecting ideas for UCOSP 2010 students. More information at http://ucosp.ca/about




= KOffice =
= KOffice =
possible mentors: Boud, sebsauer
KOffice is a free office suite that has two completely different interfaces on top of the same core: a desktop interface and a mobile interface. KOffice development is a mix of volunteer and commercial input, but there is no single entity which directs development, This summer, many innovative additions have been coded for the mobile interface, FreOffice, by students from Bangalore. There are many areas where we can define interesting projects:
* more semantic desktop integration
* file format conversion code
* improving individual applications like Kivio (diagramming) or Karbon (vector drawing).
* improved support for mathml for the formula editor
* useful plugins
= Krita =
possible mentor: Boud
possible mentor: Boud


Krita is a digital painting application. Work on Krita tends to fall into either of two categories: graphics and algorithms or user interface work. For Krita, interesting projects could be:
* implement support for watercolor mode (possibly with GPU programming to make it fast enough)
* implement a user interface optimized for matte painting
* implement a system where an image can be composed of layers with different resolutions (like a 1200 dpi black and white layer and a 300 dpi color layer, which is important for comic book artists)
* a resource tagging system (preferably compatible with Gimp)


= KWin =
= KWin =
Line 14: Line 34:
This is a very intersting project as it requires to interact with low level painting on both the desktop and mobile system. While in general it is possible to work with emulators, it might be useful to have access to mobile hardware capable of running KDE software.
This is a very intersting project as it requires to interact with low level painting on both the desktop and mobile system. While in general it is possible to work with emulators, it might be useful to have access to mobile hardware capable of running KDE software.


== new effects ==
== New Effects ==
Nuno had some ideas to create a complet set of new effects which share a common look&feel for close/open/minimize/maximize etc to become the default set of effects for such actions. This would require close cooperation with the design team and requires knowledge in OpenGL Shading language (a very easy to learn language). If this is appropriate for a semester, depends on the length of the semester but in general we can just add/remove effects ;-)
KDE's window manager KWin is currently missing a set of unique and coherent effects for standard window interaction like open, close, minimize, maximize. KDE's design team Oxygen has proposed some ideas to address this issue. As part of the project it would be required to work together with the designers to elaborate the effects and implement them in the way the designers want them to be. The effects will require the use of OpenGL shaders, so knowledge of OpenGL Shading Language is a plus, but the language is easy to learn, C-like and very nice to work with.


= Gluon =
= Gluon =
possible mentors: George and Leinir
 
[http://gluon.gamingfreedom.org/ Gluon] is a framework for making and distributing games. It currently lacks support for networked games, and this project project will let you design and implement a networked multiplayer infrastructure for Gluon using the [http://telepathy.freedesktop.org Telepathy Framework] - a framework for real-time communication and collaboration. Due to Gluon's highly modular nature, this project will allow you to create this system with a high degree of freedom, while at the same time working with the vibrant and active pair of communities that are the Telepathy and Gluon developer communities. We suggest that this project be constructed in the form of a simple networking game as a test platform, with Gluon and Telepathy as the implementation targets.
 
Mentors: George and Leinir


= a11y =
= a11y =
together with Novell/openSuse
together with Novell/openSuse
possible mentors: Will and Jeremy
possible mentors: Will and Jeremy
= Edu =
== Application for creating tests ==
We need an application to create tests, the application would have two parts, a server that provides the questions to the students it has attached and every terminal that will receive the questions, show them and send the results to the server. It should use some specific standard protocols also. If that's not enough workload it would be good to have an editor for that too.
== kvtml editor ==
We have a file format to store information to be consumed by applications that help to learn languages. It would be good to have an editor to be able to easily create such files instead of editing them inside the testing applications.
== Edu application ==
Create any education application any student can think about, like all these applications that you would have liked to have in class but never had the occasion :).
= KDevelop =
== Working on a language support ==
It can go from creating the language support from scratch to providing debugging facilities or documentation providers.
== Visualizations ==
Create visualizations to better understand the code based on the representations provided by KDevelop infrastructure (Project Manager, Language Support and Version Control System).
== HTML+JS code navigator ==
Use KDevelop infrastructure to create something like what we can find in http://websvn.kde.org/ but adding additional information like the ones we can find in KDevelop itself.

Latest revision as of 09:31, 30 March 2013


This page is for collecting ideas for UCOSP 2010 students. More information at http://ucosp.ca/about


KOffice

possible mentors: Boud, sebsauer

KOffice is a free office suite that has two completely different interfaces on top of the same core: a desktop interface and a mobile interface. KOffice development is a mix of volunteer and commercial input, but there is no single entity which directs development, This summer, many innovative additions have been coded for the mobile interface, FreOffice, by students from Bangalore. There are many areas where we can define interesting projects:

  • more semantic desktop integration
  • file format conversion code
  • improving individual applications like Kivio (diagramming) or Karbon (vector drawing).
  • improved support for mathml for the formula editor
  • useful plugins

Krita

possible mentor: Boud

Krita is a digital painting application. Work on Krita tends to fall into either of two categories: graphics and algorithms or user interface work. For Krita, interesting projects could be:

  • implement support for watercolor mode (possibly with GPU programming to make it fast enough)
  • implement a user interface optimized for matte painting
  • implement a system where an image can be composed of layers with different resolutions (like a 1200 dpi black and white layer and a 300 dpi color layer, which is important for comic book artists)
  • a resource tagging system (preferably compatible with Gimp)

KWin

possible mentor: Martin (not sure he can go to Toronto yet)

Mobile port to OpenGL ES

KDE's window and compositing manger KWin currently uses OpenGL 1.x for compositing effects. In order to get KWin to mobile devices the rendering has to be ported to OpenGL ES 1.1 and/or ES 2.0. OpenGL ES is a subset of OpenGL, so the code has to be streamlined to use a set of method calls which are both supported on regular hardware as well as on embedded devices. Furthermore the window compositing needs to be reimplemented using EGL instead of GLX. In a second step some of the effects need to be ported to ES. Most of the effects like for example Present Windows will work out of the box, if the rendering system is ported.

This is a very intersting project as it requires to interact with low level painting on both the desktop and mobile system. While in general it is possible to work with emulators, it might be useful to have access to mobile hardware capable of running KDE software.

New Effects

KDE's window manager KWin is currently missing a set of unique and coherent effects for standard window interaction like open, close, minimize, maximize. KDE's design team Oxygen has proposed some ideas to address this issue. As part of the project it would be required to work together with the designers to elaborate the effects and implement them in the way the designers want them to be. The effects will require the use of OpenGL shaders, so knowledge of OpenGL Shading Language is a plus, but the language is easy to learn, C-like and very nice to work with.

Gluon

Gluon is a framework for making and distributing games. It currently lacks support for networked games, and this project project will let you design and implement a networked multiplayer infrastructure for Gluon using the Telepathy Framework - a framework for real-time communication and collaboration. Due to Gluon's highly modular nature, this project will allow you to create this system with a high degree of freedom, while at the same time working with the vibrant and active pair of communities that are the Telepathy and Gluon developer communities. We suggest that this project be constructed in the form of a simple networking game as a test platform, with Gluon and Telepathy as the implementation targets.

Mentors: George and Leinir

a11y

together with Novell/openSuse possible mentors: Will and Jeremy

Edu

Application for creating tests

We need an application to create tests, the application would have two parts, a server that provides the questions to the students it has attached and every terminal that will receive the questions, show them and send the results to the server. It should use some specific standard protocols also. If that's not enough workload it would be good to have an editor for that too.

kvtml editor

We have a file format to store information to be consumed by applications that help to learn languages. It would be good to have an editor to be able to easily create such files instead of editing them inside the testing applications.

Edu application

Create any education application any student can think about, like all these applications that you would have liked to have in class but never had the occasion :).

KDevelop

Working on a language support

It can go from creating the language support from scratch to providing debugging facilities or documentation providers.

Visualizations

Create visualizations to better understand the code based on the representations provided by KDevelop infrastructure (Project Manager, Language Support and Version Control System).

HTML+JS code navigator

Use KDevelop infrastructure to create something like what we can find in http://websvn.kde.org/ but adding additional information like the ones we can find in KDevelop itself.