CMake
(tested forMSVC
andNinja
)
cmake -S . -B build -G "Your Generator"
- Go to
.\build
- Build with
make
orVisual Studio
Develop an application using the MVC, MVP or MVVM pattern an application that allows you to create a composition of geometric shapes: rectangles, triangles, ellipses
- History of actions: cancellation and repetition of operations
Using Command Pattern
Not implemented - Saving a document in a convenient format (
.json
,.xml
...)
Using Visitor?
Not implemented - Inserting bitmap images
Not implemented - Code coverage by tests
Not implemented
- glfw
- imgui
- opengl
- catch2
- boost (uuid)
- my own fork of ISpringTech's FastSignal
- Command
- Observer
- Composite
- Visitor