Code Monkey home page Code Monkey logo

nickvisionapplication's Introduction

Application

Create new Nickvision applications

Features

  • A template for creating cross-platform desktop apps in C++
    • GNOME (Linux) support through gtk4 and libadwaita
    • Windows support through WindowsAppSDK

Chat

Join our room

Building Manually

Application uses vcpkg to manage its dependencies and cmake as its build system.

Ensure both vcpkg and cmake are installed on your system before building.

A C++20 compiler is also required to build Application.

Configuring vcpkg

  1. Set the VCPKG_ROOT environment variable to the path of your vcpkg installation's root directory.

Windows

  1. Set the VCPKG_DEFAULT_TRIPLET environment variable to x64-windows
  2. Run vcpkg install libnick

Linux

  1. Set the VCPKG_DEFAULT_TRIPLET environment variable to x64-linux
  2. Run vcpkg install libnick libxmlpp

Building

  1. First, clone/download the repo.
  2. Open a terminal and navigate to the repo's root directory.
  3. Create a new build directory and cd into it.

Windows

  1. From the build folder, run cmake .. -G "Visual Studio 17 2022".
  2. From the build folder, run cmake --build . --config Release.
  3. After these commands complete, Application will be successfully built and its binaries can be found in the org.nickvision.application.winui/Release folder of the build folder.

Linux

  1. From the build folder, run cmake .. -DCMAKE_BUILD_TYPE=Release.
  2. From the build folder, run cmake --build ..
  3. After these commands complete, Application will be successfully built and its binaries can be found in the org.nickvision.application.gnome folder of the build folder.

Contributing

See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.

Code of Conduct

This project follows the GNOME Code of Conduct.

nickvisionapplication's People

Contributors

dapigguy avatar fsobolev avatar nlogozzo avatar soumyadghosh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.