Search found 2 matches
- Thu Oct 12, 2023 8:29 pm
- Forum: Libraries and Tools
- Topic: MiniIDE: live code inside a LOVE app
- Replies: 13
- Views: 29570
Re: MiniIDE: live code inside a LOVE app
Great project! We are working on something similar, or at least something has a subset which would be similar: Code: https://github.com/nagydani/loveputer Topic: https://love2d.org/forums/viewtopic.php?p=255999 I'm presuming you are meaning for the auto-completion to auto-complete with LOVE2D keywor...
- Tue Aug 01, 2023 7:24 pm
- Forum: General
- Topic: Self-hosting Löve2d Environment for Educational Purposes
- Replies: 11
- Views: 4749
Re: Self-hosting Löve2d Environment for Educational Purposes
Regarding your source code - are coming from a language like C++? I noticed your dequeue.lua file which is basically a wrapper of a table. You do not have to wrap your tables, right out of the box Lua tables can already work like arrays/stacks/dequeues/lists/maps/etc. Hi, author the particular snip...