Skip to content

shriramters/outline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outline

Still in development.

Outline is a simple vector drawing application. This project is built around RuiwenTang's spectacular vector graphics library Skity.

$ git clone --recursive https://github.com/shriramters/outline.git
$ git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake .. -DVULKAN_BACKEND=ON
# if using M1 Mac cmake .. -DVULKAN_BACKEND=ON -DPNG_ARM_NEON=on

$ make -j$(nproc)
$ ./outline

About

Vector drawing app made with Skity and Vulkan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published