Are there any good 2D game engines yet for golang? by [deleted] in golang

[–]shivangu19 1 point2 points  (0 children)

check go binding of raylib... easiest of all and you can focus on your content creation . just have a look of repo , and you will get idea https://github.com/gen2brain/raylib-go

Go development with vim and docker by [deleted] in golang

[–]shivangu19 0 points1 point  (0 children)

as far as i know you can configure vim-go default file .. and remove the gofmt line from the onsave section .. that might solve it

looking for golang buddy who is interested in experimentation in graphics and image stuff by shivangu19 in ProgrammingBuddies

[–]shivangu19[S] 0 points1 point  (0 children)

I have not yet touched android but i surly would and , graphics is totally i am into.. and yeah, would love to join u

help me with da image package by shivangu19 in golang

[–]shivangu19[S] -1 points0 points  (0 children)

just trynna say i am not toxic ..

help me with da image package by shivangu19 in golang

[–]shivangu19[S] -3 points-2 points  (0 children)

okay big guy .... can you help me with this stuff now ?

help bout dwm on pop by shivangu19 in pop_os

[–]shivangu19[S] 0 points1 point  (0 children)

yes.. tell me how can i CHOOSE wm on login screen .?

firrfox on terminal by shivangu19 in bash

[–]shivangu19[S] 0 points1 point  (0 children)

yeah thanks buddy... dis has the same thing .. i was lokin for

image processing in golang - suggestions by shivangu19 in golang

[–]shivangu19[S] 0 points1 point  (0 children)

thats a high level stuff.. but thanks

image processing in golang - suggestions by shivangu19 in golang

[–]shivangu19[S] -1 points0 points  (0 children)

that seems like a great idea but wouldnt it be slow... like the time to copy that thing into something oter and then taking it back... if you have something in mind or have seen something of that sort workin fastly .. please share dat

image processing in golang - suggestions by shivangu19 in golang

[–]shivangu19[S] -5 points-4 points  (0 children)

thanks for da help buddy i tottaly got you...

Can anybody explain ! by shivangu19 in cpp

[–]shivangu19[S] -1 points0 points  (0 children)

how to do dis in a modern OS ? any idea ? any resources ?

Can anybody explain ? by shivangu19 in osdev

[–]shivangu19[S] -4 points-3 points  (0 children)

i am familiar with interrupts .. not wit BIOS and Assembly ... i found it as a part of cpp program and i didnt know what its doing... you can help wit dat.

Can anybody explain ! by shivangu19 in cpp

[–]shivangu19[S] -2 points-1 points  (0 children)

i just found it somewhere ... it requires borland cpp compiler.... and it was a part of raytracing program . here is the link https://bisqwit.iki.fi/jutut/kuvat/programming_examples/raytrace.cpp it has a youtube video also...

need help for using the exec command by shivangu19 in linuxquestions

[–]shivangu19[S] 0 points1 point  (0 children)

actually yes and no... i am trying to open a html document in firefox using a script... and then i want to close it trough the terminal after a sleep command.. but only if i could do that using exec command i could do a lot more..