Home

Awesome

Rujaion : Rust / C++ / Python IDE specialized in online judge

<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

</p>

Travis PyPI screen_cast

Introduction

Lightweight Rust IDE based on PyQt. (C++ and Python support is experimental)

This IDE is simplified and specialized to competitive programming, user can concentrate on programming and can achieve best performance.

When you open the contest problem page, input and output example of the problem is downloaded automatically in the background.

Then testing with sample cases, debugging with test cases, and submission can be by one click.

Feature

Software Requirements

If you want to develop with rust-lang, you need

If you want to develop with C++, you need

If you want to develop with Python 3.x, you need

Usage

If you want to use Rujaion please read and agree with our cookie policy.

Install to Linux

Install Qt5. If you use Ubuntu 16.04,

$ apt update && apt install -y qt5-default libxcb-xinerama0-dev libnss3 libasound2

will work. Or please see official document (https://www.qt.io/download).

Install Rujaion

$ pip3 install Rujaion
$ rujaion

Use on Docker

See https://github.com/fukatani/rust-gui-debugger/blob/master/docker/Readme.md

KeyBinds

Contest Task Browsing

browse

You can browse contest task by Browser Widget. You can hide (or show) browser, press F11 key. If page URL is contest task page, contest task is downloaded automatically by online-judge-tools.

Login to Programming Contest

Some online-judge-tools features (ex. submit) needs login session information.

You can login by

  1. Login with Browser Widget
  2. Tool bar -> Contest -> Login

<a name="policy">Cookie and Security Policy</a>

Rujaion only use cookies for programming contest pages which is supported by online-judge-tools.

Though you can access any page by browser widget, cookies in other page will not be handled in rujaion explicitly. (QtWebEngine may use it.)

Cookies are only used for online-judge-tools features that require login. (Excepts QtWebEngine inner use.)

We are not liable for damages arising from any user with using rujaion.

Display Graph (Powered by Graph x Graph)

In contest, you often draw graph structure.

Select graph elements and do "View Graph" in browser right click menu, you can draw graph structure easily.

screen_cast_graph

Display Table

In contest, you often want to display table data. (ex. Debugging DP table.)

Select graph elements and do "Visualize Table" in console right click menu, you can draw table data.

screen_cast_table

Blog Entry

https://codeforces.com/blog/entry/69975