You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ This is a part of a project: [Lua-Debug-API](https://github.com/NewbySlime/Lua-D
15
15
- Variables can be viewed in the variable inspector window.
16
16
- Integrated console window for Lua IO.
17
17
18
+
## Limitations
19
+
- This only works on Windows as of now (Windows 10 19045). Considering on creating Linux version of the project.
20
+
18
21
## How To Use
19
22
Open the program, then
20
23
Open the target Lua source code
@@ -48,6 +51,7 @@ Open Godot with this project, and build it in the **Project/Export** menu.
48
51
- Pausing or Stopping while running thread blocked due to IO Library will cause the whole program to hang.
49
52
50
53
## Planned Features
54
+
These planned features are uncertain as of now, end goal of the project might change over time. Reason for uncertainty is due to this project being a personal learning project. As of now, I wanted to push the limits of what I can do with Lua code.
51
55
Note: the list is ordered by priority, top is highest priority, bottom is lowest priority.
52
56
- Reference List (holding Table and Function values as reference)
53
57
- Editing values using VariableWatcher (not yet for Table and Functions)
@@ -61,4 +65,7 @@ Note: the list is ordered by priority, top is highest priority, bottom is lowest
61
65
## Contributing
62
66
Any contributions are appreciated, make sure to state the problems in the app or wanted features. You might also want to expect on some short delay in merging since I'm still in University.
63
67
64
-
As simple as reporting an issue also helps the project to grow!
68
+
As simple as reporting an issue also helps the project to grow!
69
+
70
+
## Found Issues or any Ideas?
71
+
If you find any issues or any ideas, you can directly report it in the Issues tab or discuss it in the Discussion, I'll respond to it as soon as I can. I will not accept any kind of message privately, unless in important context.
0 commit comments