modernc.org/xrender@v1.0.9/README.md (about)

     1  # xrender
     2  
     3  CGo-free port of libXrender, the Render Extension to the X11 protocol
     4  
     5  ## Installation
     6  
     7      $ go get modernc.org/xrender
     8  
     9  ## Linking using ccgo
    10  
    11      $ ccgo foo.c -lmodernc.org/xrender/lib
    12  
    13  ## Documentation
    14  
    15  [godoc.org/modernc.org/xrender](http://godoc.org/modernc.org/xrender)
    16  
    17  ## Builders
    18  
    19  [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fxrender](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fxrender)