Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kde/rocs
- Owner: KDE
- Created: 2015-09-18T14:36:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:06:19.000Z (7 months ago)
- Last Synced: 2024-05-01T12:02:13.922Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/education/rocs
- Size: 11 MB
- Stars: 21
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.developer.md
- Changelog: ChangeLog
- License: LICENSES/BSD-2-Clause.txt
- Authors: AUTHORS
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.