<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.remarkable.wiki/learn/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.remarkable.wiki/learn/feed.php">
        <title>remarkable云 研究开发</title>
        <description></description>
        <link>https://www.remarkable.wiki/learn/</link>
        <image rdf:resource="https://www.remarkable.wiki/learn/lib/tpl/white/images/favicon.ico" />
       <dc:date>2026-04-10T00:05:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:python&amp;rev=1650953930&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:start&amp;rev=1650954003&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:toolchain%E5%B7%A5%E5%85%B7%E9%93%BE&amp;rev=1650953950&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:%E7%A1%AC%E4%BB%B6%E8%BE%93%E5%85%A5%E5%A4%84%E7%90%86&amp;rev=1650954015&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:%E9%85%8D%E7%BD%AEqtcreator&amp;rev=1650953840&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.remarkable.wiki/learn/lib/tpl/white/images/favicon.ico">
        <title>remarkable云</title>
        <link>https://www.remarkable.wiki/learn/</link>
        <url>https://www.remarkable.wiki/learn/lib/tpl/white/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:python&amp;rev=1650953930&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-26T14:18:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>研究开发:python</title>
        <link>https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:python&amp;rev=1650953930&amp;do=diff</link>
        <description>From Wikipedia:

	&quot; Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java. The language provides constructs intended to enable writing clear programs on both a small and large scale.</description>
    </item>
    <item rdf:about="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:start&amp;rev=1650954003&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-26T14:20:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>研究开发:start</title>
        <link>https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:start&amp;rev=1650954003&amp;do=diff</link>
        <description>This is where we gather information for developers who want to write software for the reMarkable.

	*  配置QTCreator
	*  python
	*  Toolchain工具链
	*  硬件输入处理

Resources

Official

	*   Official reMarkable GitHub

Users Tools and Code Samples

	*  bash scripts
	*  maxio daemon
	*  Qt Demo
	*  github Projects tagged &quot;remarkable-tablet&quot;
	*  Cloud API documentation
	*  Developing Applications for Oxide

Design files

	*  Library of shapes related to the reMarkable tablet

Organisations

	*  reHackable C…</description>
    </item>
    <item rdf:about="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:toolchain%E5%B7%A5%E5%85%B7%E9%93%BE&amp;rev=1650953950&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-26T14:19:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>研究开发:toolchain工具链</title>
        <link>https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:toolchain%E5%B7%A5%E5%85%B7%E9%93%BE&amp;rev=1650953950&amp;do=diff</link>
        <description>Official toolchain

You can find the full list of known official toolchains here (IPFS).

Upon installation, this toolchain will get installed to /opt/codex by default. For cross compilation, running one of the following commands will set your env up for cross compilation with it:</description>
    </item>
    <item rdf:about="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:%E7%A1%AC%E4%BB%B6%E8%BE%93%E5%85%A5%E5%A4%84%E7%90%86&amp;rev=1650954015&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-26T14:20:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>研究开发:硬件输入处理</title>
        <link>https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:%E7%A1%AC%E4%BB%B6%E8%BE%93%E5%85%A5%E5%A4%84%E7%90%86&amp;rev=1650954015&amp;do=diff</link>
        <description>Input devices

Both reMarkable 1 and reMarkable 2 have 3 distinct input devices: Wacom Digitizer (pen input), Parade Touchscreen (touch input), and GPIO (power button and left/home/right buttons on reMarkable 1). These devices are standard linux evdev devices that can be found under</description>
    </item>
    <item rdf:about="https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:%E9%85%8D%E7%BD%AEqtcreator&amp;rev=1650953840&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-26T14:17:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>研究开发:配置qtcreator</title>
        <link>https://www.remarkable.wiki/learn/doku.php?id=%E7%A0%94%E7%A9%B6%E5%BC%80%E5%8F%91:%E9%85%8D%E7%BD%AEqtcreator&amp;rev=1650953840&amp;do=diff</link>
        <description>QT Creator is a cross-platform IDE designed to build Qt applications. The Qt Creator IDE is currently the preferred choice to build and run custom qt applications on the reMarkable tablet.

Installation

Ubuntu


$ sudo apt install qtcreator


Note: On Linux Mint the qtcreator package is outdated. Please install the Qt Creator IDE via the</description>
    </item>
</rdf:RDF>
