Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

why stop this project? #2

Open
Gaubee opened this issue Dec 9, 2017 · 6 comments
Open

why stop this project? #2

Gaubee opened this issue Dec 9, 2017 · 6 comments

Comments

@Gaubee
Copy link

Gaubee commented Dec 9, 2017

No description provided.

@ivanpopelyshev
Copy link
Contributor

ivanpopelyshev commented Dec 10, 2017

I'll reboot it when I have time.

Im using https://github.com/gameofbombs/gobi in production, which is written on TypeScript, so I definitely can move it to kotlin and add other backends (lwjgl), or even may be kotlin-native.

I also want to port https://github.com/mozilla/shumway :)

@winniehell
Copy link

@ivanpopelyshev I have started writing Kotlin interfaces for PixiJS (https://gitlab.com/pixikt/pixikt/tree/master/src/main/kotlin/PIXI) and porting the examples to Kotlin (https://gitlab.com/pixikt/pixikt.gitlab.io/tree/master/src/main/kotlin/examples). Maybe that would be a good intermediate step before rewriting PixiJS in Kotlin?

@ivanpopelyshev
Copy link
Contributor

ivanpopelyshev commented Dec 30, 2017

@ivanpopelyshev
Copy link
Contributor

The idea is to make Pixi-like thing that will run both on native and js.

@winniehell
Copy link

Please look at https://github.com/pixijs/pixi-typescript

I did but passing it to https://github.com/Kotlin/ts2kt didn't result in anything usable for me. 😞

The idea is to make Pixi-like thing that will run both on native and js.

Yes, the idea is great! 👍

I was suggesting to first have a API compatible Kotlin interface that uses the JavaScript implementation and then replacing the interfaces one by one with implementation. That way you don't have to reimplement everything at once.

@ivanpopelyshev
Copy link
Contributor

ivanpopelyshev commented Dec 30, 2017

well, the first thing is Application - its a mashup that really supposed to be coded on user-side. Then you can replace Stage.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants