Giter Site home page Giter Site logo

ggac's Introduction

Linux port for GacLib

using gtkmm/cairomm/pangomm

License

Read the LICENSE first.

Building & Debug this repo

  • need to have build-essential, cmake, gtkmm-3.0, sigc++-2.0
  • build gGac using CMakeLists.txt in root directory
    • mkdir build
    • cd build
    • cmake ..
    • make -j16
    • sudo make install
  • build Tests using CMakeLists.txt in Tests directory
    • mkdir -p Tests/build
    • cd Tests/build
    • export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
    • cmake ../
    • make -j16
  • use console::Console::WriteLine(L"xxx") to log anything interesting to console output, remember to set LC_ALL to your native lanaguage.
  • to use vscode, you have to set cmake.sourceDirectory in .vscode/settings.json to Tests directory in order to debug Demo projects.

Current Progress:

  • 1.2.0.0 prereleasing

Known Issues/Limiations:

  • AsyncService::Semaphore::WaitForTime
  • Code is compiled under VCZH_DEBUG_NO_REFLECTION, if u need Reflection, remember to remove VCZH_DEBUG_NO_REFLECTION in CMakeLists.txt and add all of Reflection cpp files.

Roadmap

  • Replace gtk by wayland
    • replace all gtk control including all dialog/window/pixbuf etc. by GacUI native control and wayland surface
    • replace all screen relative things by wayland
    • replace all gdk event by wayland
    • gtk4 branch is abandoned, since it remove eventbox and drop a lot work to X/Wayland. i.e. gtk4 is something same as gGac
  • Add vulkan renderer

Examples

ggac's People

Contributors

roodkcab avatar vczh 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.