Skip to content

Commit bf1abe2

Browse files
authoredApr 24, 2023
Update README.md
1 parent f4191f2 commit bf1abe2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Potentially can be used to build a digital twin of your warehouse with navigatio
1111

1212
![Screenshot](https://raw.githubusercontent.com/zhabinsky/warehouse-modeling-frontend/master/screenshot.png)
1313

14+
15+
## Disclaimer
16+
17+
I was just prototyping, therefore if you ever use this code:
18+
19+
- Double-check how build works, it just ignores a lot of type errors caused by mui+r3f type conflicts (weird bug xoxo).
20+
- Ideally double-check whether project structure is ok, I'd say it could be tidier (components are scattered, e.g. shelf related components could be grouped)
21+
- Refactor Shelf3D slightly to use InstancedMesh, current solution is quicker, but won't perform when you build shelves with large quantities of shelves
22+
1423
## Stack
1524

1625
- React
@@ -44,11 +53,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4453
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4554
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4655
SOFTWARE.
47-
48-
## Disclaimer
49-
50-
I was just prototyping, therefore if you ever use this code:
51-
52-
- Double-check how build works, it just ignores a lot of type errors caused by mui+r3f type conflicts (weird bug xoxo).
53-
- Ideally double-check whether project structure is ok, I'd say it could be tidier (components are scattered, e.g. shelf related components could be grouped)
54-
- Refactor Shelf3D slightly to use InstancedMesh, current solution is quicker, but won't perform when you build shelves with large quantities of shelves

0 commit comments

Comments
 (0)
Please sign in to comment.