Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leomotors/rtx-2090-tify-super
work in progress, Rewrite of RTX 2090 TiFy with primary target at being UWP App
https://github.com/leomotors/rtx-2090-tify-super
hacktoberfest opencv winui
Last synced: 10 days ago
JSON representation
work in progress, Rewrite of RTX 2090 TiFy with primary target at being UWP App
- Host: GitHub
- URL: https://github.com/leomotors/rtx-2090-tify-super
- Owner: leomotors
- License: mit
- Created: 2022-03-30T08:58:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T14:25:54.000Z (over 2 years ago)
- Last Synced: 2024-10-24T12:10:57.754Z (25 days ago)
- Topics: hacktoberfest, opencv, winui
- Language: C++
- Homepage:
- Size: 803 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTX 2090 TiFy V2
Version 2 (Rewrite, because for old projects, Refactor is not different from Rewrite)
of the ~~popular~~ meme generator [RTX 2090 TiFy](https://github.com/Leomotors/RTX-2090-TiFy)_work in progress_
## Project Structure
- RTX-2090-Ti -> Core Structure of App, contains classes and functions
that is shared between Windows and Linux Version
- RTXTest -> Unit Test App with MSTest for shared files (RTX-2090-Ti)
- WinUI -> UI for Windows with winrt + WinUI2 (because 3 does not have Mica)
- \ -> UI for Linux## Developing - Windows
- Run preprocess.js with node
- Set OpenCV_DIR to OpenCV's Directory
- Copy opencv_world455.dll and opencv_world455d.dll to ./WinUI