https://github.com/fynv/goembed
Golang DLL dynamic loading, ImGui
https://github.com/fynv/goembed
Last synced: 11 months ago
JSON representation
Golang DLL dynamic loading, ImGui
- Host: GitHub
- URL: https://github.com/fynv/goembed
- Owner: fynv
- Created: 2023-12-28T13:56:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T09:08:32.000Z (over 2 years ago)
- Last Synced: 2025-04-13T05:25:00.267Z (about 1 year ago)
- Language: C++
- Size: 4.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoEmbed
This is a sample showing dynamic loading of a scripting module written in Go, from a C++ main program.
This is doing the same as [V8AndGUI](https://github.com/fynv/V8AndGUI) and [CppEmbed](https://github.com/fynv/CppEmbed) demos, except that the "scripting" module is written in Go.
APIs are wrapped and exported first using extern "C", then wrapped again in Go.