Package vk implements VKontakte API (including OAuth)
Package vk implements VKontakte API (including OAuth)
Package vksdk implements the basic VK API functions. Source https://github.com/error-ident/vksdk
Package vksdk implements the basic VK API functions. Source https://github.com/Derad6709/vksdk
Package vkm provides matrix math functions targeted at computer graphics. It was built for use with go-vk (https://github.com/bbredesen/go-vk), but should be appropriate for any graphics API expecting column-major matricies. All matricies are 4x4. The Vec and Pt types are 4-component, homogenous column vectors. You can directly instantiate them via: but it is recommended instead to call the New... functions to ensure that the fourth component is correctly set. Convenience "zero value" functions for the Origin, ZeroVec, and Identity matrix are included. Additionally, standard transformation matricies are provided. You can either generate the matrix directly: or you can apply a transformation to an existing matrix: Note that applied transformations are left-multiplied, so m.Translate(v) = T(v) x m, whereas calling MultM will right-multiply: m.MultM(t) = m x t.
Package vksdk implements the basic VK API functions. Source https://github.com/derad6709org/vksdk
Package vksdk implements the basic VK API functions. Source https://github.com/SevereCloud/vksdk