Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kde/rocs

An educational Graph Theory IDE
https://github.com/kde/rocs

Last synced: 4 days ago
JSON representation

An educational Graph Theory IDE

Awesome Lists containing this project

README

        

# Developer Guidelines

## First Steps

1. Read the API high-level/overview information at:
- [`libgraphtheory`](libgraphtheory)
- [`src`](src)
2. Compile:
- have a look at the `CMake` output!
3. Run Tests and Run Application:
- `make tests`

## API Documentation

The Rocs API is reasonable good documentation in most parts of Rocs,
especially in the RocsCore library. You can either
[create the doxygen files by hand](https://techbase.kde.org/Development/Tools/apidox)
or use the [nightly updated references](https://api.kde.org//4.x-api/kdeedu-apidocs/rocs/html/index.html).

## Project ToDo List

Please read/update the
[Community Wiki Page](https://community.kde.org/KDEEdu/Rocs/Todo).

## Coding Styles

The coding styles are (slowly) converging to the
[KDE-libs coding styles](https://community.kde.org/Policies/Kdelibs_Coding_Style).

## Mailing Lists

Rocs is part of KDE Edu, which has the
[[email protected]](mailto:[email protected]) mailing list.

For technical discussion, which are only within the scope of the Rocs project,
we have the [[email protected]](mailto:[email protected]) mailing list.