You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InfiniPaint is a **collaborative, infinite** canvas note-taking/drawing app. Unlike many other infinite canvas apps, although there is a specific zoom-in level limit, there is **no zoom-out limit** (at least up until the point your computer runs out of memory). This means that this app is very good at things such as drawing sketches of the solar system to scale, or just drawing any massive objects with tiny details. Of course, even though this is a feature, this app is also perfectly well suited for use as a normal canvas.
4
21
5
22
You can try the web version of this app at [infinipaint.com](https://infinipaint.com) (requires a WebGL2 capable browser). The web version was compiled from C++ to Javascript using Emscripten, and may contain some bugs, so if possible, please consider downloading the native version for a better experience.
6
23
7
-
This program is a work in progress, so I cannot guarantee that files created in this version will open in future versions.
8
-
9
24
This app was inspired by [Lorien](https://github.com/mbrlabs/Lorien), another great infinite canvas program.
- PNG, JPG, WEBP export of specific parts of the canvas at any resolution (Screenshot Tool)
29
-
- Transform (Move, Scale, Rotate) any object on the canvas (Rectangle Select Tool)
50
+
- Transform (Move, Scale, Rotate) any object on the canvas (Rectangle Select Tool/Lasso Select Tool)
30
51
- Display Images and animated GIFs on the canvas
31
52
- Note: May take a lot of memory to store and display images compared to other objects, especially GIFs
32
53
- Hide (or unhide) the UI by pressing Tab
33
54
- Remappable keybinds
34
55
- Create custom UI themes
35
56
- Static square grid at initial zoom level
36
57
- Other tools: Textbox, Rectangle, Circle, Eye dropper/color picker, Edit/cursor
37
-
- Can copy/paste objects selected with the Rectangle Select tool (Ctrl-C Ctrl-V). This can also be done between different files, as long as they're open in different tabs in the same window.
58
+
- Can copy/paste selected objects (Ctrl-C Ctrl-V). This can also be done between different files, as long as they're open in different tabs in the same window.
38
59
- Any file can be placed on the canvas, and using the edit tool, you can download any file/image on the canvas to your computer. This can be used as a sort of file sharing mechanism in a collaborative canvas (should probably only use this for small files...)
Copy file name to clipboardExpand all lines: docs/MANUAL.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,12 @@
46
46
- To change the center of rotation, drag the larger of the two orange circles at the center of the rectangle to the new center of rotation
47
47
- You can copy (<kbd>Ctrl</kbd> + <kbd>C</kbd>), cut (<kbd>Ctrl</kbd> + <kbd>X</kbd>), and paste (<kbd>Ctrl</kbd> + <kbd>V</kbd>) objects that are selected with this tool. The paste will not change the objects' size, but it will move the objects to the position of the cursor when you paste
48
48
- Press <kbd>Esc</kbd> or click anywhere out of the selection to unselect the objects
49
+
- While selecting objects, hold <kbd>Alt</kbd> to unselect objects in the current selection
50
+
- While selecting objects, hold <kbd>Shift</kbd> to add more objects to the current selection
51
+
- Lasso Select Tool
52
+
- Hold <kbd>LMB</kbd> and drag the mouse to select objects within an area
53
+
- Once <kbd>LMB</kbd> is released, the objects will be selected
54
+
- The tool is otherwise identical to the Rectangle Select Tool
49
55
- Edit/Cursor Tool
50
56
- You can click on any object except a brush stroke to edit it when this tool is selected. Any relevant properties to the object will pop up on the right when you select it
51
57
- If an image/file on the canvas is clicked with this tool, you can download the file to your computer
0 commit comments