feathersui / feathersui-openfl-js

Wrapper that allows JavaScript developers to use Feathers UI for OpenFL
https://feathersui.com/
Other
5 stars 0 forks source link

Any plans to generate TypeScript types definitions? #1

Open CrazyFlasher opened 2 years ago

CrazyFlasher commented 2 years ago

I love Feathers since early Starling versions. Using openfl haxe version for some pet-projects. Currently looking forward to do some frontend stuff with TypeScript and it would be cool if there is a TS version of Feathers (I see, that there is a repo with JS version)

joshtynjala commented 2 years ago

I would like to create type definitions for TypeScript, which could be used with the JS build, but I need to find a way to generate them automatically. I have not had time to figure that out yet.

back2dos commented 2 years ago

There are basically two libs available:

joshtynjala commented 2 years ago

I played around a bit with Genes a couple of weeks ago because I wanted to see if I could use dynamic imports to achieve code splitting, but I was having some difficulty getting a basic OpenFL hello world app working. I found that I had to manually adjust one of the JS files generated by Genes because it was putting imports in an invalid location. Even after I manually fixed that, I was having trouble figuring out the startup sequence for Lime/OpenFL when using an ES module context. I think that I was mixing calls to global script context with calls to things in a module context, and I hadn't quite figured out how to stay entirely in the module context. I plan to give it a try again eventually.

Note that I was not trying to use any kind of bundler. I figured that it would be easier to start testing with raw ES modules, and then add a bundler later.

alamboley commented 2 years ago

Hi Josh, any news on this?

We're considering Feathers UI for a web game, but we're bothered by many external libs. So we thought using TypeScript or even pure JS. OpenFL allows it, but not Feathers right?

joshtynjala commented 2 years ago

@alamboley There are no TypeScript definitions, but you can use pure JS with the npm package:

https://www.npmjs.com/package/feathersui-openfl

Note that OpenFL on npm hasn't been updated since 8.9.6, so it won't have the latest features and bug fixes. Hopefully, we can get an updated npm OpenFL release in the future. However, there are some issues that need to be resovled first.