Terminal upgraded for GUI mode (Canvas fixed) 2016/08/19, 14:27:34
After debugging for many hours, I finally got the canvas implementation to work nicely. It is now possible to perform drawing on a free canvas from any application. This is implemented using shared memory between applications and the window server.
The new canvas implementation finally allowed me to add a GUI mode for the terminal!
Here's a little video of it in action. It's still a bit laggy though :o)
Comments
Write a comment...Bello Max, i have a question for you...why vesa driver Can apply only 4:3 resolution?
Thanks for the answer
Hello Marco,
the VESA driver can only choose one of the available video modes. It chooses from the list of VBE video modes that the BIOS interface returns and selects the one that is closest to the configuration.
Greets!
hi
how do I open terminal at GUI ?
I can only open a calculator to GUI
Thank....
I do enter command "launch /system/launch/launch-ui"
Hello Hamidreza! In the current demo you can't start the terminal from the UI unfortunately. You would have to write your own script and put it on the ramdisk. A newer version will contain a script to let you do this though!
you are the best Max!! When you upload Canvas implementation?
Hello Marco, I always follow this project on github:
https://github.com/maxdev1/ghost
I hope It helps you
Hello Marco and Nicolo!
Aw, thanks a lot for your motivation. :)
The canvas implementation consists of two, parts. The client side: https://github.com/maxdev1/ghost/blob/master/libuser/src/ghostuser/ui/canvas.cpp
And the server side: https://github.com/maxdev1/ghost/blob/master/applications/windowserver/src/components/canvas.cpp
Those two pieces of code work together to create the canvas.
I've seen the update, thanks, but the new windowserver don't start, and i've seen in the winsv code that requires new file for cursor from ramdisk...but you haven't updated the sysroot file.
keep it up Max, you are the best
Oh! You're right, sorry for that. I just pushed the sysroot repository with the new files!
Just curious: are you actually building Ghost on your own computer?
Hi Max, thank, i solved