TheRealQuantam
|
998ab1d145
|
Revert "JS scripting in work."
This reverts commit 6b96016047 .
|
2024-01-30 02:03:29 -08:00 |
harry
|
6b96016047
|
JS scripting in work.
|
2024-01-29 23:17:15 -05:00 |
harry
|
b03c9c9c8b
|
Removed const qualifiers to fix Qt build. Different versions of Qt QJSValue don't allow the call method to called from a const object.
|
2024-01-27 01:04:48 -05:00 |
harry
|
a02ae8d3e0
|
Added memory hooks to JS engine.
|
2024-01-26 22:57:54 -05:00 |
harry
|
2fce5ffe74
|
Added memory access functions for JS script interface.
|
2024-01-19 16:54:56 -05:00 |
harry
|
7a0be296fa
|
Added logic to realtime update js global variable viewer.
|
2024-01-17 07:14:10 -05:00 |
harry
|
1dde9e7e75
|
Minor fixes for JS global variable viewer.
|
2024-01-16 22:04:00 -05:00 |
harry
|
dc2d3c26aa
|
Added global JS property tree to allow exploring of engine data.
|
2024-01-16 21:48:13 -05:00 |
harry
|
198cdafbf8
|
Qt JS script engine interface in work.
|
2024-01-15 14:17:13 -05:00 |
harry
|
e51a748a05
|
Qt JS engine in work.
|
2024-01-15 05:34:13 -05:00 |
harry
|
ecda95ed70
|
Qt JS engine in work.
|
2024-01-15 04:33:27 -05:00 |
harry
|
3436e221de
|
For Qt GUI, added initial framework for use of the Qt built-in ECMAScript (javascript based) engine. This scripting capability will allow users to load their own custom UI windows (created using Qt Creator tool) in the GUI. This is intended to serve as a the Qt GUI's functional replacement for building GUI elements using IUP in LUA scripts. This is a work in progress.
|
2024-01-14 08:58:10 -05:00 |