Questions tagged [sky]

Fly was renamed to Flutter. Sky is an experimental, high-performance UI framework for mobile apps. Sky helps you create apps with beautiful user interfaces and high-quality interactive design that run smoothly at 120 Hz.

Fly was renamed to Flutter. Sky is an experimental, high-performance UI framework for mobile apps. Sky helps you create apps with beautiful user interfaces and high-quality interactive design that run smoothly at 120 Hz.

Sky consists of two components:

The Sky engine. The engine is the core of the system. Written in C++, the engine provides the muscle of the Sky system. The engine provides several primitives, including a soft real-time scheduler and a hierarchial, retained-mode graphics system, that let you build high-quality apps.

The Sky framework. The framework makes it easy to build apps using Sky by providing familiar user interface widgets, such as buttons, infinite lists, and animations, on top of the engine using Dart. These extensible components follow a functional programming style inspired by React.

7 questions
1
vote
0 answers

How can I animate a procedural sky in Godot without the stutters?

I know that generating a sky is very resource-intensive. Every time I change the "time of day" so to say, the game stutters for like 1/4 of a second. Can I make the sky be generated in a separate thread so it doesn't lock up the main one? Also, is…
1
vote
1 answer

Is H3 adequate for generic sphere tilling?

Is it possible to use the H3 grid system for celestial tilling? I want to use the (alpha, delta)=(right ascension, declinaison) coordinate system (equatorial coordinate system) to assign a point/galaxy to a tile and then collect all the points…
Jean-Eric
  • 372
  • 2
  • 14
1
vote
1 answer

Cannot fit er-example-server to TelosB

I am trying to make 2 motes connect via a border-router, using the contiki 3 examples. I compiled er-example-client but it does not fit on my Crossbow TelosB mote. It comes up with error message: er-example-server.sky section '.text' will not fit…
Mike Drakoulelis
  • 762
  • 11
  • 25
0
votes
0 answers

Target platform "exp5438" does not exist (maybe it was misspelled)

I get such an error in the cooja emulator. Normally, there is no problem with Z1 and Sky motels. But this error in the EXP5438 module and the code is compiled
0
votes
1 answer

Aframe changing sky every interval

I try that my aframe-sky-component changes his image every 3sec but it´s not working. Here what i coded so far: