Giter Site home page Giter Site logo

igac's People

Contributors

chenshuoshi-inagora avatar darkfall avatar roodkcab avatar vczh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

igac's Issues

编译报错,找不到成员

我在CMakeLists.txt里面更改了C++版本,-std=c++14。在MacTest目录下执行make all目标,报这个错误:
In file included from /Users/iflytek/Linux/iGac/Release/Import/GacUI.cpp:5:
/Users/iflytek/Linux/iGac/MacTest/../Release/Import/GacUI.h:15094:33: error: no
member named 'GetDecoratedDataVisualizer' in
'vl::presentation::controls::list::IDataVisualizer'
...visualizer = visualizer->GetDecoratedDataVisualizer();

osx 编译好程序执行问题

除了 hello world 能运行以外,其他的几个 example 全部 crash 掉了。
我的操作系统版本是 EI Capitan, 10.11.4。
难道是 load resource 的问题? 因为只有 hello world 没有 load resource。

使用metal替换cglayer

目前渲染使用的cglayer,苹果的高性能位图处理库。可以替换为新一代的metal进一步提高渲染性能

为了让你写demo更方便

@darkfall
现在GacUI.h里面不是自带了只对osx不可见的using namespace吗,你说如果让你以后可以少改点demo的代码,哪个比较好?

1、直接删掉,我分别在每一个Demo里面加所有的using namespace
2、写成这样:
namespace gacui_namespaces
{
using namespace vl;
using namespace vl::presentation;
...
}
然后我每一个demo去using namespace gacui_namespaces;, 这样就等于复制了所有的using namespace?

编译错误

iGac/MacTest/../Release/Import/Vlpp.h:13409:3: error:
deduced return types are a C++14 extension
decltype(auto) EventInvoke(T& e)

编译出错

make[2]: *** No rule to make target `MacTest/CMakeFiles/GacUI.dir/build'. Stop.
make[1]: *** [MacTest/CMakeFiles/GacUI.dir/all] Error 2
make: *** [all] Error 2

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.