-
paulorobertocruz
I started the server with "node ~/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha/make.js krom --watch" any other way did not work.
KodeStudio output:
Using Kha from /home/panthro/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha
Creating Kha project.
Compiling shader 1 of 8 (painter-colored.frag.glsl).
Compiling shader 2 of 8 (painter-colored.vert.glsl).
Compiling shader 3 of 8 (painter-image.frag.glsl).
Compiling shader 4 of 8 (painter-image.vert.glsl).
Compiling shader 5 of 8 (painter-text.frag.glsl).
Compiling shader 6 of 8 (painter-text.vert.glsl).
Compiling shader 7 of 8 (painter-video.frag.glsl).
Compiling shader 8 of 8 (painter-video.vert.glsl).
Done.
Error: Couldn't wait on 127.0.0.1:7000
Haxe compilation server stopped.
******** Unhandled error in debug adapter: Error: watch /home/panthro/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha/Sources/kha/math/Vector2.hx ENOSPC
at exports._errnoException (util.js:1026:11)
at FSWatcher.start (fs.js:1439:19)
at Object.fs.watch (fs.js:1466:11)
at createFsWatchInstance (/home/panthro/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha/Tools/khamake/node_modules/chokidar/lib/nodefs-handler.js:37:15)
at setFsWatchListener (/home/panthro/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha/Tools/khamake/node_modules/chokidar/lib/nodefs-handler.js:80:15)
at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/panthro/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha/Tools/khamake/node_modules/chokidar/lib/nodefs-handler.js:228:14)
at FSWatcher.NodeFsHandler._handleFile (/home/panthro/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha/Tools/khamake/node_modules/chokidar/lib/nodefs-handler.js:255:21)
at FSWatcher.<anonymous> (/home/panthro/Downloads/KodeStudio-linux64/resources/app/extensions/kha/Kha/Tools/khamake/node_modules/chokidar/lib/nodefs-handler.js:473:21)I am able to start krom just fine in the terminal from krom's directory but no livereload.
No livereload on KodeStudio Krom option on debug panel. -
paulorobertocruz
First, the great work in kha is simply beautiful. Now, i am wrestling(really fun) with kode and I am curious to know all the features involving haxe, kha and anything that is related to game development.
I ask this because o saw last year in a presentation by the creator of kha showing a live reloading feature and until now I haven't seen any information about it.
So I think it wold be good to have a list o features and related topics.