Git Product home page Git Product logo

Comments (9)

roodkcab avatar roodkcab commented on September 26, 2024 2

其实Wayland和X主要的区别是在哪儿完成渲染的计算,在尝试了一些demo之后,决定还是用gtk来搞一版,至于协议就交给使用者自己来决定。

https://github.com/roodkcab/gGac

已经把基本的渲染和事件做完了,还差文本的输入和富文本的渲染。

好好看了看uniscribe的文档,于是gGac的文本的输入和富文本(uniscribe)也基本能用了。剩下

1、字体fallback没做,fallback目前已经被pango处理好了,如果要自己做的话,也离不开harfbuzz
2、阿拉伯、泰语、越南语没做过测试
3、输入法有一些bug,比如后选框位置、退格之类的还没做

from gacui.

roodkcab avatar roodkcab commented on September 26, 2024 2

跨平台的进度是:
gGac已经实现了所有的renderer、绝大部分Service和绝大部分事件处理,应该是达到生产级可用的状态了。23年主要的工作还是会放在gGac上,修复bug以及做wayland的迁移。
iGac的进度比较落后,等wasm的版本出来之后,不知道能不能用wasm来替代。

理论上来讲gGac本身是可以运行在OSX上的,去掉gtk的话,反而不支持了。说不定今年会开一个新坑:Gway

from gacui.

vczh avatar vczh commented on September 26, 2024 1

iGac近期进展迅速

from gacui.

roodkcab avatar roodkcab commented on September 26, 2024 1

其实Wayland和X主要的区别是在哪儿完成渲染的计算,在尝试了一些demo之后,决定还是用gtk来搞一版,至于协议就交给使用者自己来决定。

https://github.com/roodkcab/gGac

已经把基本的渲染和事件做完了,还差文本的输入和富文本的渲染。

from gacui.

vczh avatar vczh commented on September 26, 2024

只有一个人开发,是这样的了。还有Wayland是什么。

from gacui.

ZeroAurora avatar ZeroAurora commented on September 26, 2024

Wayland
Wayland (display server protocol) - Wikipedia
Gnome 已经用 Wayland 作默认显示协议了
(但是 X11 是绝对的兼容性更好……并且 Wayland 也对使用 X 开发的应用提供支持,见 XWayland

from gacui.

vczh avatar vczh commented on September 26, 2024

其实我需要的是窗口管理器 ,毕竟还需要勾全局鼠标消息这样的功能。

from gacui.

roodkcab avatar roodkcab commented on September 26, 2024

我理解linux下现在的方案是xlib + cairo,事件处理用的是xlib,画图用的是cairo。我想用wayland + skia试一试,如果可以的话甚至可以把render port到OSX和windows。

from gacui.

vczh avatar vczh commented on September 26, 2024

开始来做streaming了,只要能把rendering和viewmodel做到跨进程交互,上wasm那都是分分钟的事。

from gacui.

Related Issues (20)

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.