Thanks for your answers!
whats the advantage over cordova, which already supported for android/ios, cordova CAN build win8.1+ and osx apps too
I couldn't get it to work before, will try again after christmas.
How big is the smallest possible binary with cordova?
Tauri requires Rust to be ...
Search found 37 matches
- Thu Dec 21, 2023 7:23 pm
- Forum: Feature Requests and Wishlists
- Topic: Tauri support
- Replies: 5
- Views: 8321
- Thu Dec 21, 2023 10:01 am
- Forum: Feature Requests and Wishlists
- Topic: Tauri support
- Replies: 5
- Views: 8321
Re: Tauri support
I coded a container for MacOS and iOS a while back doing something similar. It is mostly untested and more like a proof of concept.
https://github.com/foodsnacker/htmlfive-container
https://github.com/foodsnacker/htmlfive-container
- Thu Dec 21, 2023 9:59 am
- Forum: Feature Requests and Wishlists
- Topic: Tauri support
- Replies: 5
- Views: 8321
Tauri support
Hi there,
just stumbled over Tauri https://tauri.app . It's a tool to pack web-apps like the ones from SpiderBasic into "native" Apps.
I don't want to discuss the why. And yes, I know PureBasic (and love it).
There are cases, when putting a website inside a native app has several advantages.
It ...
just stumbled over Tauri https://tauri.app . It's a tool to pack web-apps like the ones from SpiderBasic into "native" Apps.
I don't want to discuss the why. And yes, I know PureBasic (and love it).
There are cases, when putting a website inside a native app has several advantages.
It ...
- Fri Dec 13, 2019 2:27 pm
- Forum: Tricks 'n' Tips
- Topic: Framework in Javascript, much like Unreal Blueprints
- Replies: 2
- Views: 4526
Re: Framework in Javascript, much like Unreal Blueprints
something like this?
https://github.com/retejs/rete
Thanks, Peter. Yes. I found this one a few hours ago.
These are much lighter...
https://github.com/sketchpunk/NEditorJS
https://github.com/depuits/ned
I will have a look at these two. Maybe, I can fiddle around and implement them into ...
https://github.com/retejs/rete
Thanks, Peter. Yes. I found this one a few hours ago.
These are much lighter...
https://github.com/sketchpunk/NEditorJS
https://github.com/depuits/ned
I will have a look at these two. Maybe, I can fiddle around and implement them into ...
- Fri Dec 13, 2019 1:45 pm
- Forum: Tricks 'n' Tips
- Topic: Framework in Javascript, much like Unreal Blueprints
- Replies: 2
- Views: 4526
Framework in Javascript, much like Unreal Blueprints
Hi there,
I am looking for a library/framework in Javascript to build a visual node editor, much like Unreal Blueprints ( https://docs.unrealengine.com/en-US/Engine/Blueprints/GettingStarted/index.html ).
Does anybody have an idea?
Thanks and cheers
Jamirokwai
Here is an image from the above ...
I am looking for a library/framework in Javascript to build a visual node editor, much like Unreal Blueprints ( https://docs.unrealengine.com/en-US/Engine/Blueprints/GettingStarted/index.html ).
Does anybody have an idea?
Thanks and cheers
Jamirokwai
Here is an image from the above ...
- Fri Nov 01, 2019 2:43 pm
- Forum: Coding Questions
- Topic: Is it possible for apps to appear to run outside of browser?
- Replies: 3
- Views: 3902
Re: Is it possible for apps to appear to run outside of brow
Or you could create a simple App with Purebasic, like this...
The snippet compiles to about 116kb on my Mac.
OpenWindow(0,100,100,400,400,"Test-App")
WebGadget(0,0,0,400,400,"/path/to/myhtml.html")
Repeat
Delay(25)
Until WindowEvent() = #PB_Event_CloseWindow
This myhtml.html will be displayed ...
The snippet compiles to about 116kb on my Mac.
OpenWindow(0,100,100,400,400,"Test-App")
WebGadget(0,0,0,400,400,"/path/to/myhtml.html")
Repeat
Delay(25)
Until WindowEvent() = #PB_Event_CloseWindow
This myhtml.html will be displayed ...
- Thu Jul 25, 2019 2:06 pm
- Forum: Feature Requests and Wishlists
- Topic: No Packer Support?
- Replies: 0
- Views: 4494
No Packer Support?
Hi there,
is there any packer support in SpiderBasic?
I was thinking about creating a package with PureBasic and fetching the content from the archive with SpiderBasic.
Thanks for any information
Cheers
J.
is there any packer support in SpiderBasic?
I was thinking about creating a package with PureBasic and fetching the content from the archive with SpiderBasic.
Thanks for any information

Cheers
J.
- Mon Jun 19, 2017 1:16 pm
- Forum: Javascript
- Topic: Speech
- Replies: 11
- Views: 55666
Re: Speech
That's interesting jamirokwai, though the tutorial is aimed at browsers.
Searching for 'speech synthesis' delivers the other end of the scale - tutorials aimed at Android devices:
https://android-developers.googleblog.com/2009/09/introduction-to-text-to-speech-in.html
So, not sure - for the app ...
Searching for 'speech synthesis' delivers the other end of the scale - tutorials aimed at Android devices:
https://android-developers.googleblog.com/2009/09/introduction-to-text-to-speech-in.html
So, not sure - for the app ...
- Sun Jun 18, 2017 7:14 am
- Forum: Javascript
- Topic: Speech
- Replies: 11
- Views: 55666
Re: Speech
Have a look at this: https://developer.mozilla.org/en-US/doc ... _synthesis
It says, support in Android is available. I tried on an iPhone - MobileSafari doesn't work for now.
Cheers
J.
It says, support in Android is available. I tried on an iPhone - MobileSafari doesn't work for now.
Cheers
J.
- Thu May 25, 2017 6:00 am
- Forum: Javascript
- Topic: Babylon.js
- Replies: 67
- Views: 448810
Re: Babylon.js
Do you think, you could add the Cardboard, and other VR-things to the Camera-functions? Why not. This is possible.
■ This minimum code is experimental. I need testers.
Huawei P9 Android 7.0
- Android and Opera => Works
- Android and Chrome => Does not work
:arrow: Demo with your mobile : http ...
■ This minimum code is experimental. I need testers.
Huawei P9 Android 7.0
- Android and Opera => Works
- Android and Chrome => Does not work
:arrow: Demo with your mobile : http ...