thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Segmenetation fault when initializing scene #437

Open samderby opened 2 years ago

samderby commented 2 years ago

I'm trying to run a scene and it appears as though code does not support it or I'm issuing the wrong command to initialize a UI.

bummoblizard commented 2 years ago

What language are you running? Unfortunately, initialising a UI is most likely unsupported because of the difference between mobile and desktop environment.

samderby commented 2 years ago

Hey,

Iā€™m running python. Usually I run Pythonista but wanted to try your app šŸ˜.

Sam

On Tue 3. May 2022 at 12:11, Ken Chung @.***> wrote:

What language are you running? Unfortunately, initialising a UI is most likely unsupported.

ā€” Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/437#issuecomment-1115937883, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6IFNXVDI6553HARKQRXMLVID3VZANCNFSM5U6ODNJA . You are receiving this because you authored the thread.Message ID: @.***>

bummoblizard commented 2 years ago

I see. Pythonista indeed has great support for UI in which we are lacking. The developer has put a lot of efforts on this. I'm unsure whether we should spend the time to implement this.

samderby commented 2 years ago

Ok. I understand.

Thanks

Sam

On Tue 3. May 2022 at 12:53, Ken Chung @.***> wrote:

I see. Pythonista indeed has great support for UI in which we are lacking. The developer has put a lot of efforts on this. I'm unsure whether we should spend the time to implement this.

ā€” Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/437#issuecomment-1115967619, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6IFNU37KZUGMW4H6AETN3VIEATXANCNFSM5U6ODNJA . You are receiving this because you authored the thread.Message ID: @.***>