Skip to content

Commit

Permalink
docs: Added README."en".md translation via https://github.com/dephrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent aaf1b23 commit 498daeb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

## The renderings will not be updated in a timely manner

## QVulkanWindow

### question

#### compile

1. [cmake](.github/workflows/cmake.yml): The header files related to QVulkanWindow cannot be found under MacOS, and the compilation cannot pass;
2. [qmake](.github/workflows/qmake.yml)
1. Under MacOS, the header files related to QVulkanWindowRenderer will not be found, and the compilation will not pass;
2. Under Ubuntu, the header files related to QVulkanInstance cannot be found, and the compilation cannot pass:

#### rotate

1. Similar to the OpenGL image viewing interface, when rotating at any angle, the aspect ratio of the texture will change, resulting in abnormal display;

## Picture viewing interface

<div align=center>
Expand All @@ -15,7 +30,7 @@

1. The performance is much better than the picture viewing interface using QGraphicsView, it is very smooth and takes up very little CPU resources;

### 问题
### question

1. In the Opengl image viewing interface, when rotating at any angle, the aspect ratio of the texture will change, causing abnormal display. This problem has not yet been solved;

Expand Down

0 comments on commit 498daeb

Please sign in to comment.