An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/amansx/imgui-go

Package imgui contains all the functions to create an immediate mode graphical user interface based on Dear ImGui. Refer to the _examples directory, which contains ported examples of the C++ version, available to Go. The exported functions and constants are named closely to that of the wrapped library. If a function has optional parameters, it will be available in two versions: A verbose one, which has all optional parameters listed, and a terse one, with only the mandatory parameters in its signature. The verbose variant will have the suffix V in its name. For example, there are and The terse variant will list the default parameters it uses to call the verbose variant. There are several types which are based on uintptr. These are references to the wrapped instances in C++. You will always get to such a reference via some function - you never "instantiate" such an instance on your own.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/amansx/imgui-go
License: BSD-3-Clause
Latest release: over 5 years ago
First release: almost 7 years ago
Namespace: github.com/amansx
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 28 days ago

    Loading...
    Readme
    Loading...