Search found 37 matches

by jamirokwai
Thu Dec 21, 2023 7:23 pm
Forum: Feature Requests and Wishlists
Topic: Tauri support
Replies: 5
Views: 2221

Re: Tauri support

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 installed. ...
by jamirokwai
Thu Dec 21, 2023 10:01 am
Forum: Feature Requests and Wishlists
Topic: Tauri support
Replies: 5
Views: 2221

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
by jamirokwai
Thu Dec 21, 2023 9:59 am
Forum: Feature Requests and Wishlists
Topic: Tauri support
Replies: 5
Views: 2221

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 advantage...
by jamirokwai
Fri Dec 13, 2019 2:27 pm
Forum: Tricks 'n' Tips
Topic: Framework in Javascript, much like Unreal Blueprints
Replies: 2
Views: 2305

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 SpiderBasic ...
by jamirokwai
Fri Dec 13, 2019 1:45 pm
Forum: Tricks 'n' Tips
Topic: Framework in Javascript, much like Unreal Blueprints
Replies: 2
Views: 2305

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 page, s...
by jamirokwai
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: 1956

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...
by jamirokwai
Thu Jul 25, 2019 2:06 pm
Forum: Feature Requests and Wishlists
Topic: No Packer Support?
Replies: 0
Views: 2717

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.
by jamirokwai
Mon Jun 19, 2017 1:16 pm
Forum: Javascript
Topic: Speech
Replies: 8
Views: 15148

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 I h...
by jamirokwai
Sun Jun 18, 2017 7:14 am
Forum: Javascript
Topic: Speech
Replies: 8
Views: 15148

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.
by jamirokwai
Thu May 25, 2017 6:00 am
Forum: Javascript
Topic: Babylon.js
Replies: 67
Views: 310247

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://fal...