Because webOS has been made open-source now it seems to make sense that it is worthwhile developing for because more people will come to the platform. I've had a look at some of the JavaScript stuff and decided that I don't like the look of it so I was wondering what the best way of using C/C++ is on Windows with Visual Studio. Is there a specific version of Visual Studio (Express) I should want to use? Are there any good tutorials on setting up a development environment?
Installing webOS PDK on Windows with Visual Studio
592 Views Asked by Thomas Denney At
1
There are 1 best solutions below
Related Questions in C++
- C++ using std::vector across boundaries
- Linked list without struct
- Connecting Signal QML to C++ (Qt5)
- how to get the reference of struct soap inherited in C++ Proxy/Service class
- Why we can't assign value to pointer
- Conversion of objects in c++
- shared_ptr: "is not a type" error
- C++ template using pointer and non pointer arguments in a QVector
- C++ SFML 2.2 vectors
- Lifetime of temporary objects
- I want to be able to use 4 different variables in a select statement in c ++
- segmentation fault: 11, extracting data in vector
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- How can I print all the values in this linked list inside a hash table?
- Configured TTL for A record(s) backing CNAME records
Related Questions in VISUAL-STUDIO
- NuGet - Given a type name or a DLL, how can I find the NuGet package?
- Exception thrown at 0x0131EB06 Visual Studio
- Visual Studio 2015 Cordova Plugin Add Fail
- Cannot find InvalidCastException in C# Application
- generating C# code file during Visual Studio build
- Can I deploy multiple instances of my application on the same windows phone?
- Close the Solution Explorer window
- How to generate entity framework code-first migrations without using the package manager console?
- Implementing callback function for dialog-based application
- VB.net: How to make original variable value fulfill 2 statements?
- DLL being marked as DELETEPENDING
- String tokenizing in Visual Studio C++
- How to use "Multicharts Studies" in Visual Studio 2013?
- Programs Will Not Run In Visual Studio
- VB.Net: Display total when check boxes are checked
Related Questions in WEBOS
- Pop up or notification in webOS
- Is there any way to keep LG WebOS service alive?
- How to support OTA video in custom web app (for LG TV)?
- Launch ares-launch ERR! uncaughtException Error: spawn cmd ENOENT
- Parse HTML Page and Access Textfields and Buttons on webos
- Submit and store data in webOS application?
- simulator for windows phone 7 and webos
- JQuery fade in function causes everything to disappear in WebOS application?
- Floating widget application on LG webOS Smart TV
- link my mysql database with my webOS application for tv lg
- which webOS Enyo element/component is suitable for this case?
- webos: swipe to delete rows / lists. howto?
- webos / enyo: setting button size explicitly for both landscape and portrait. howto?
- Trying to make 3 columns of data with equal spacing in Enyo
- Can't access components of ModalDialog
Related Questions in PALM
- "TypeError: 'NoneType' object is not subscriptable
- Difference between Tablets, palm devices, touch pads
- ValidationError: 1 validation error for RetrievalQA retriever value is not a valid dict (type=type_error.dict)
- Langchain predict function call parsing error
- PaLM API and json
- Unable to make an HTTP REQUEST (POST) Using Macrodroid to Access PaLM API
- Palm WebOS: common reasons why sound would play on one device, but not the another?
- Double tap in webOS
- Using palm mojo on web pages?
- How to use jquery in palm mojo?
- how to call web service by supplying credentials in Palm WebOS
- how to convert image into bytes (like byte array in .Net) using javascript in Palm WebOS
- Path of LANG variable in webos
- Is the WebOS calendar api really as limited as it sounds?
- How to call #pragma segment Foo on Garnet OS
Related Questions in PDK
- WebOS Logging PDK on emulator
- Does anyone know how to fix Puppet pdk error?
- Error on integrating pdk (pinterest sdk )
- Pinterest sdk callback class error: cannot access Response class file for com.android.volley.Response not found
- Using a defined type of an yet unreleased puppet module
- how to make perl script into installer exe or msi
- Pinterest PDK createPin(...) issue
- Return a Perl object from a different Perl class to C# using PerlNET
- Error while evaluating a Resource Statement, Unknown resource type: '::coldfusion::site'
- How can I override facter's os facts during local testing on a different operating system?
- Installing webOS PDK on Windows with Visual Studio
- Create Pin PDKResponseObject response not consistent with documentation
- Puppet Development Kit test unit with multiple output targets
- Artifactory Unable to find module with librarian-puppet
- What is the difference between aosp and android pdk?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Note that webOS has not been open sourced yet. The webOS SDK currently available includes three sub-frameworks that you can use to write apps for the platform:
the Mojo Javascript framework. This is the old method of writing HTML/Javascript apps for webOS smartphones. Apps written with this framework run in a reduced screen mode on the TouchPad tablet, or you can make them run full screen if you want, but in most cases it is hard to make them look good, since the framework was designed for the phone form factor.
the Enyo Javascript framework. This is the new framework that was designed to run on the TouchPad. Apps written in Enyo look nice on the TouchPad, but most webOS smartphones do not ship with Enyo libraries (the scarcely available Pre3 is the exception), so it is basically a TouchPad only framework. Enyo was designed for big screens, so even if you have Enyo in a phone, most apps will not look the best in that form factor.
the PDK C/C++ framework. This is a barebones framework where you basically need to do everything yourself. You get to write C or C++ code and have access to a full port of SDL to access the display and other hardware. OpenGL ES 1 and 2 are availble through SDL. There are no GUI services, you have to draw the screen yourself, and one issue that affects me greatly is that there is no way to access the camera or the microphone (these can be accessed with ease from the Javascript frameworks). PDK apps can be written and debugged as normal desktop apps on Windows (Visual Studio) or Mac (XCode). I use Visual Studio 2010 Express and it works great. The examples that come with the SDK all have Visual Studio projects ready to go.
There is a fourth mode where you make a Hybrid app. The app is written in one of the Javascript frameworks, with some component written in the PDK using C/C++. The PDK component can be only background processing, with the screen controlled by Javascript, or you can also give the PDK app a portion of the screen to draw on with SDL.