Skip to content
Snippets Groups Projects
Commit d3d4339e authored by Dave's avatar Dave :bicyclist:
Browse files

Updated README

parent 03c2e83a
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,17 @@ ...@@ -2,14 +2,17 @@
## As of 31/03/2022, MAKE is a 3D model viewer ## As of 31/03/2022, MAKE is a 3D model viewer
![Demo video](./resources/demo.gif)
![Model screenshot](./resources/vase.png)
(Not yet) a CAD program, mainly developed to **learn** about **OpenGL** and everything that comes with the **development of a "real" application**. (Not yet) a CAD program, mainly developed to **learn** about **OpenGL** and everything that comes with the **development of a "real" application**.
Eventually it will be subdivided into different projects: Eventually it will be subdivided into different projects:
1. MAKE common, which will have all of the dependencies, classes, UI etc.. but no CAD functionality implemented 1. MAKE common, which will have all of the dependencies, classes, UI etc.. but no CAD functionality implemented
1. MAKE basic, which will have pretty limited functionality (the one I'm currently working on) 2. MAKE basic, which will have pretty limited functionality (the one I'm currently working on)
1. MAKE OCCT, which will use MAKE common as a basis, but will add CAD functionality using the OCCT library 3. MAKE OCCT, which will use MAKE common as a basis, but will add CAD functionality using the OCCT library
1. MAKE exp (experimental), which will use a custom geometry kernel, when I will have learned enough to be able to build one 4. MAKE exp (experimental), which will use a custom geometry kernel, when I will have learned enough to be able to build one
This program has been tested solely in Ubuntu 20.04, but it *should* work with every other operating system. This program has been tested solely in Ubuntu 20.04, but it *should* work with every other operating system.
......
Image diff could not be displayed: it is too large. Options to address this: view the blob.
resources/vase.png

523 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment