Git Product home page Git Product logo

gopher-programs's People

Contributors

eranor avatar gopheratl avatar krutoy242 avatar perkinslr avatar vap0r1ze avatar vexatos avatar vilu85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gopher-programs's Issues

Callback в основном цикле событий

В программе есть конструкция while true do end, которая отвечает за события в GML. Каким образом можно добавить туда callback, который мог бы исполняться по типу:

local gui = gml.create()
gui:onTimer(function() end) 

Я пытался сделать это, добавляя в методах gml callback, но это не сильно помогло.

Зачем это нужно? У меня есть приложение, которое каждые 5 секунд должен выполнять modem.broadcast и обновлять значения экрана, после получения ответа. Я не хочу создавать ещё один бесконечный цикл в приложении, так как он может, наверное, вызвать некорректное поведение в gml.

License for GML

Someone may want to include GML with their program, but they can't if it doesn't have a license. The DWTFYW license described in the README seems to only apply to gitrepo, not GML; if it applies to both, that should be made more clear.a

Loops

Probably a bad title.
I tried a bunch of things to make a constantly-updating display (update displayed information every x) but it doesn't seem possible with the way things are done.
I tried adding a call in the main while loop but it pauses to wait for events, so that idea's out.

Am I completely looking past something? Or is there anything you can think of?

require package

In the beginning of gmltest you explicitly require package. You shouldn't need to do this, since package should be available by default. Removing the line saves some RAM ;)

Crashy on tier 1 - concat string+nil error?

on line 430, seems like it's reading outside the screen somehow, not sure why.

Also, of course, styles on 1bit are making almost everything white on white. Add depth 1 styles.

Scrollbar misaligned with listbox

This is a truly amazing project. I noticed when running the gmltest program on the latest build of OpenComputers for Minecraft 1.7.10, the scrollbar is misaligned on the side of the listbox.

Environment:
OC 1.5.17.33
MC 1.7.10
Forge 10.13.4.1448

How?

I just downloaded this I have no idea how to install it. I tried running the gmltest.lua in minecraft but it returns "attempt to index local 'gml' (a boolean value)"

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.