GithubHelp home page GithubHelp logo

goui's Introduction

goui

HTML5/JS browser wrapper for golang gui apps with minimal dependencies. See https://github.com/thingalon/goui-example for an example app.

Note that this does not offer buttons, widgets, etc. You can use any standard JS/HTML5 library to implement those for you.

goui's People

Contributors

thingalon avatar

Stargazers

passerby avatar Timur Azizov avatar helloGit avatar 傅长路 avatar Kirill Danshin avatar Jaemin Park avatar dags avatar Christoph Berger avatar Nitin Bansal avatar  avatar Matt Mc avatar saifuddin avatar Steve Phillips avatar Adrian Huang avatar AaronCao avatar Igor Fokusov avatar  avatar steve avatar Bryan Allred avatar YueHonghui avatar Heehong Moon(문희홍) avatar mitsuse avatar zhengying avatar Howard Mei avatar Christian Sullivan avatar  avatar Satish Puranam avatar metakeule avatar

Watchers

dryaf avatar James Cloos avatar Sandeep Sangamreddi avatar

goui's Issues

gcc did not produce

C:\Documents and Settings\xxxx>go get github.com/thingalon/goui

github.com/thingalon/goui

gcc did not produce error at completed:1
on input:

include <stddef.h> /* for ptrdiff_t and size_t below */

/* Define intgo when compiling with GCC. */
typedef ptrdiff_t intgo;

typedef struct { char *p; intgo n; } GoString;
typedef struct { char *p; intgo n; intgo c; } GoBytes;
GoString GoString(char *p);
GoString GoStringN(char *p, int l);
GoBytes GoBytes(void *p, int n);
char *CString(GoString);
void *_CMalloc(size_t);

line 1 "not-declared"

void cgo_f_1_1(void) { __typeof(int) *cgo_undefined; }

line 1 "not-type"

void *cgo_f_1_2(void) { int __cgo_undefined; }

line 1 "not-const"

void cgo_f_1_3(void) { enum { __cgo__undefined = (int)*1 }; }

line 1 "completed"

int __cgo__1 = __cgo__2;

full error output:
g++.exe: installation problem, cannot exec `cc1obj': No such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.