Re: [go-nuts] use Go in RTOS, for real-time, deterministic, (industry control) software?

2020-11-29 Thread Fino
balance in production. BR fino 在2020年11月29日星期日 UTC+8 下午8:07:28 写道: > You should review Java RTS for a similar design and it’s pros and cons. > > It is definitely doable - but you end up writing C code as Java - or in > this case Go. > > On Nov 29, 2020, at 1:45 AM, Fino w

[go-nuts] use Go in RTOS, for real-time, deterministic, (industry control) software?

2020-11-28 Thread Fino
e idea is attractive because the dev speed of writing C is slower than a GC language. and C have too much history burden, header files for examples. would like to read your thinking, thanks! BR fino -- You received this message because you are subscribed to the Google Groups "golang-

[go-nuts] Re: unambiguous = simplicity

2020-07-19 Thread Fino
I am happy to vote for (e) <:g:> BR fino 在2020年7月17日星期五 UTC+8 上午3:41:49 写道: > Which code snippet(s) in GO would be 100 percent unambiguous as generics: > > a) [g] > b) {g} > c) > d) «g» > -- You received this message because you are subscribed to the Google

Re: [go-nuts] Generics and parentheses

2020-07-15 Thread Fino
On touch screen, layout of keyboard can change according to different context. This may happen to desktop keyboard too, with higher cost and more complex physical structure. BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" grou

Re: [go-nuts] Re: [ANN] Gio: portable immediate mode GUI programs in Go for iOS/tvOS, Android, macOS, Linux, Windows

2020-04-28 Thread Fino
OK, more complex than I thought. need more learning ~ BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@google

[go-nuts] Re: [ANN] Gio: portable immediate mode GUI programs in Go for iOS/tvOS, Android, macOS, Linux, Windows

2020-04-28 Thread Fino
hello Elias, as far as I understand, GIO is a 2D GUI lib, maybe similar with Flutter, is it possible to embed one/multi 3D widget inside a view/window? any architecture thinking on such requirement? BR fino -- You received this message because you are subscribed to the Google Groups

[go-nuts] Re: [ANN] GoGi, Gide, emergent version 1.0

2020-04-11 Thread Fino
Thank you! really nice to see any work in GUI area! 在 2020年4月10日星期五 UTC+8下午4:05:39,Randall O'Reilly写道: > > The GoGi GUI system https://github.com/goki/gi has now been released at > version 1.0 -- the 3D framework is now in place and interoperates with the > 2D framework (including embedding 2D

[go-nuts] we should buy "go.pub" and make it as package server, like maven in Java world

2019-01-02 Thread Fino
hi everyone, we should buy "go.pub" and make it as package server, like maven in Java world, on name.com, "go.pub" cost more than $5000, not that expensive, but not good price for myself :-< so I just throw out this idea, think good! BR fino -- You received t

[go-nuts] Re: go for robotic control, walking balance, quad flight control

2019-01-02 Thread Fino
> > > 2) what hardware should I use? RaspberryPI, or some super Arduino? or a > more specific microcontroller, perhaps controlled by a R-PI? > suggest UP2 board => fully supported by Intel, best x86-64 dev board so far. https://up-board.org/upsquared/specifications/ > 3) what OS?

[go-nuts] Re: [ANN] GoGi / Gide cross-platform GUI toolkit and IDE app

2018-11-12 Thread Fino
great, I am trying, BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, v

Re: [go-nuts] Re: gomobile: what's the right way to make widgets?

2018-11-10 Thread Fino
Flutter comes out, and using Dart... Gophers should all working hard, to make Go occupy more domain area, besides docker, k8s and blockchain. I think GUI/Game Engine and BigData/Spark(by scala) are 2 domain Gophers should try to walk in. BR fino > It would be nice if cross-platform G

[go-nuts] Re: do you use binary-only packages?

2018-10-22 Thread Fino
stem don't need update for many years after release, and impossible to recompile all it's libraries against newer compilers. BR fino > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop rece

[go-nuts] Re: Announcing a Fyne GUI toolkit

2018-09-17 Thread Fino
great work! the design looks quite modern! put into my save list for Go GUI topic, BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to g

[go-nuts] Re: Why can't we use unicode? [Go2 Generics]

2018-09-06 Thread Fino
need buy new keyboard to support these, or by IME, input method BR fino 在 2018年9月7日星期五 UTC+8上午7:34:36,ohir写道: > > I can not understand why, way in the XXIst century, in a language that > from > the beginning supports for unicode identifiers we are at ascii charset > overl

[go-nuts] Re: Cross platform native(no dependencies) GUI options.

2018-05-27 Thread Fino
yes , there are https://github.com/g3n/engine https://github.com/google/gxui https://github.com/goki/ki widgets in Go, window by GLFW, 2D graphic by opengl or a 2D graphic lib in Go, BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts&q

[go-nuts] Re: Mac OS Bluetooth Gamepad

2018-03-27 Thread Fino
it's all about each OS' API; for Windows, u need to find the Win32 API which can read the hardware's data out. Go can call the API via syscall, or load the DLL in your app. BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts&q

[go-nuts] Re: Go Games

2018-03-05 Thread Fino
on client side, most of the developer team will use Unity or Unreal engine to save time, so it working this way, choose the commercial tool are more critical than choose language itself, BR fino -- You received this message because you are subscribed to the Google Groups "golang

[go-nuts] Re: Would someone care to compare Firefox Quantum Rust concurrency features to Go....

2017-11-24 Thread Fino
a browser engine need to support JavaScript, so I think it make sense to write a browser engine in JS to support JS itself. if Go(or other language, web assembly...) can entirely replace JS in web, then I think it will be wonderful, BR fino -- You received this message because you

[go-nuts] Re: [ANN] Gop - Build and manage your Go applications out of GOPATH

2017-08-18 Thread Fino
Hello, Can I ask for a typical use case? BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For mo

[go-nuts] look for a example: call a DLL's function on Windows by CGO

2017-08-02 Thread Fino
in advance, BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

[go-nuts] Re: [ANN] Gokoban - 3D Puzzle Game written in Go!

2017-08-01 Thread Fino
Cool~ I am learning 3D graphic as beginner! BR fino 在 2017年8月1日星期二 UTC+8上午10:23:22,Daniel Salvadori写道: > > Hi everyone, > > I made an open-source 3D puzzle game with Go. It's called Gokoban > <https://github.com/danaugrs/gokoban>! > You control the Go gopher, and your

[go-nuts] why I got a panic in this code?

2017-07-11 Thread Fino
3) pos = Fix(raw, raw_prev, accumulated, 100) fmt.Printf("%v\n", pos) fmt.Println("why we got a panic on line15 ?") } BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group

[go-nuts] Re: GUI for simple cross-platform Go app

2017-02-06 Thread Fino
I think there is no GUI lib in Golang can do software for serious business. if it is not for play, use QT or others is better for business decision. BR fino 在 2017年2月7日星期二 UTC+8上午6:51:28,Guber nator写道: > > Hello, > > I have started to work on a project where I will need to bu

Re: [go-nuts] liteide x30 released

2016-07-05 Thread Fino
DING our QT professional. BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, v

[go-nuts] Re: GUI for Go

2016-07-01 Thread Fino
may be we need to wait for webassembly's golang translate. but some platform native features still cannot be done in a brower. BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiv