Skip to content

Vim-like paint application. (just for practicing)

Notifications You must be signed in to change notification settings

AhmedMostafa16/Grapha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grapha

Vim-like paint application powered by GLUT(openGL Utility Toolkit, C-lang 3D CG API) for Linux or Mac.

Building

$ git clone https://github.com/AhmedMostafa16/Grapha.git
$ cd Grapha
$ mkdir build && cd ./build
$ cmake ..
$ make

Tutorials

Go to directory where "Grapha" executable exists ("build" directory).    
Then, execute Grapha with "file.gra" as an argument.

$ ./Grapha file.gra

As another way, after starting Grapha, type ":" in Grapha window to start the console mode, and enter the following command,

:edit file.gra

Grapha's command list can be confirmed by "help" command.

:help

The command list is described in "./src/Command.cpp".

Screenshots

GRAPHA images

About

Vim-like paint application. (just for practicing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published