Google Summer of Code/2018/Project Ideas: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "This page lists a number of ideas for potential Google Summer of Code 2018 projects. Also check existing [https://bugreports.qt.io/ bugs] for...")
 
(template)
Line 10: Line 10:
== Project Ideas ==
== Project Ideas ==


This is the '''list of projects'''..
This is the '''list of projects'''. Please add projects using the [[Template:GSoC idea|GSoC idea template]].


=== Qt Location ===
=== Qt Location ===

Revision as of 16:54, 22 January 2018

This page lists a number of ideas for potential Google Summer of Code 2018 projects. Also check existing bugs for more problems to solve.

This page's primary purpose is to help to give potential applicants ideas that they can build on to turn into applications for the program. Members of the community are encouraged to identify ideas for projects here, and whether they would be willing to act as a mentor for a student attempting the project.

Students can base their application on one of these ideas, or on an idea of their own if they prefer.

Processes

If you are thinking of applying for GSoC, please see our Google Summer of Code/Processes page which describes the way that we manage GSoC within Qt, so you know what we expect of students and Mentors.

Project Ideas

This is the list of projects. Please add projects using the GSoC idea template.

Qt Location

QtLocation is Qt's own mapping module. It has positioning and location modules for integrating maps into applications. For more information see http://doc.qt.io/qt-5/qtlocation-index.html.


Valhalla offline routing plugin
Suggested By
Summary
Create a QtLocation geoservice plugin based on valhalla
Skills Required
C++
Difficulty
Medium
Possible Mentors
Notes
Comments
Valhalla is a proven open source routing solution capable of using OSM data route from A to B. Creating a QtLocation geoservice plugin based on valhalla would allow to perform offline routing easily and effectively on a wide range of platforms.


OpenGL-based Map Items
Suggested By
Summary
Implement the rendering of geometric map items (circles, rectangles, polygons, polyline) in GLSL
Skills Required
C++
Difficulty
Medium
Possible Mentors
Notes
Comments
Geometric map items in QtLocation currently require considerable preprocessing, and even projection to screen is performed in CPU. Applying GPU-acceleration to the items rendering stack can be performed at multiple stages.


MapPolygons with holes
Suggested By
Summary
Support MapPolygons with holes
Skills Required
C++
Difficulty
Medium
Possible Mentors
Notes
Comments
QtLocation's MapPolygon currently does not support polygons containing holes. Adding this support would allow a 1:1 feature matching with GeoJSON geometry.


3D Map Item
Suggested By
Summary
Add a Map Item to render 3D models
Skills Required
C++
Difficulty
Medium
Possible Mentors
Notes
Comments