Simple C++ game for university based on SFML
-
Updated
May 14, 2019 - C++
The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: The model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.
Simple C++ game for university based on SFML
Use any QAbstractItemModel in your JavaScript application via WebSocket
Topino: A graphical tool for assessment of molecular-stream separations
final project in Advanced Topics in Object-Oriented Programming
Final project in "Advanced Topics in Object-Oriented Programming" course
examples of design patterns in C++
A project from college where I learned to apply oop principles and write code that is easy to scale and maintain
Implementation of 3DViewer, program to view 3D wireframe models in the C++ programming language in the object-oriented programming paradigm. The models themselves loaded from .obj files and be viewable on the screen with the ability to rotate, scale and translate.
simple and efficient TETRIS game engine
As of 23.08.2023 this project continues elsewhere.____A tool for studying the "Net Immerse File" format: .nif files.
The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
A Point of Sale (POS) system for Charlie's Chocolate Factory, following the MVC pattern. Features include item selection, transaction processing, and receipt generation.
[SandBox][Examples] My micro projects for learning and to be used in larger projects