-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesign.html
More file actions
26 lines (21 loc) · 779 Bytes
/
Copy pathDesign.html
File metadata and controls
26 lines (21 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<center>
These are the very first diagrams and plans I made for the project. At that time i was only doing this for fun learning purposes
<br>
<img src="./Mathcraft/DesignPlanning/images/Intor.jpg" width="800">
<br>
<img src="./Mathcraft/DesignPlanning/images/Core.jpg" width="800">
<br>
<img src="./Mathcraft/DesignPlanning/images/Renderer.jpg" width="800">
<br>
<img src="./Mathcraft/DesignPlanning/images/Command system.jpg" width="800">
</center>
</body>
</html>