Marmalade can be used to make Roku apps in C++. From their website, they seem to encourage game dev in Roku. If I want to make a normal TV channel app in Roku with some graphics, how feasible will it be to make the app using Marmalade?
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- thread_local variables initialization
- What uses more memory in c++? An 2 ints or 2 funct
相关文章
- Class layout in C++: Why are members sometimes ord
- How to mock methods return object with deleted cop
- Which is the best way to multiply a large and spar
- C++ default constructor does not initialize pointe
- Selecting only the first few characters in a strin
- What exactly do pointers store? (C++)
- Converting glm::lookat matrix to quaternion and ba
- What is the correct way to declare and use a FILE
App development is possible, though Marmalade is very game tailored.
However, can't make a TV channel, since in Marmalade there is no video streaming API (i.e. cannot play network stream). Moreover, the UI will be a pain - you'll have to create your own widgets (buttons, windows, menu/lists).
The cheapest Marmalade licence that includes Roku will cost you $500/yr.