Are there any sites dedicated specifically for artists on a mobile platform (either IOS or android). Im a long time sketcher but decided to move onto digital medium in the hope that it would improve my options in colouring and painting images. I'm slowly getting used to sketching on my note but was hoping to find tips and guides on drawing on a tablet computer. Most of my searches have given me results on PC/ MAC and wacom stylus using photoshop.
I've started to put together a spreadsheet with a list of all the apps available on android and what their functionality and limitations are. various layer options. resolution. tools etc etc. I'll be uploading it to google docs this evening and sharing it in the hope that I can get others to help me populate it. I've bought a fair few apps now and have been disapointed once I realised it cant do x, y or z. Plus its difficult to keep track of updates that include new features. I'm hoping this table will allow me (and others) to build a suite of apps that best cover their personal requirements and stremeline their workflow.
I cant find any site that is aimed specifically at artists on a mobile platform. Can anyone advise of any? All I see is the odd subforum here or there.
I'm thinking of starting a new site specifically aimed at artists on a mobile platform with links to various resources, reviews on apps, a forum specifically for art related discusion etc etc...
would anyone be interested in helping me? I dont have any experience in putting together sites and am currently looking at a free one on webs.com or something.
One of the things I want to acheive is a comparison chart between all the drawing apps available on android and some more detail behind them other than whats on the play store (like in the attachment).
I tried to use libgdx and found out the its not user friendly at all. very complicated framework with no support at all.
I want to write games, that the highest level is AngryBirgds. (I'll start from something much simple).
what framework would you recommend?
what do you think about Xamarin?
p.s
I'm looking for a free framework that I can publish on Google Play
What you didn't like about libGDX? It has great documentation and a friendly community. After trying a simple game tutorial on their wiki the framework doesn't seem at all complicated.
A great benefit to it is a desktop version for really fast testing or even releasing — Spine 2d skeletal animation tool was made by one of main libGDX developers using libGDX.
Also i tried to release the iOS version of the game with libGDX, which successfully got in AppStore.
11alex11 said:
I tried to use libgdx and found out the its not user friendly at all. very complicated framework with no support at all.
I want to write games, that the highest level is AngryBirgds. (I'll start from something much simple).
what framework would you recommend?
what do you think about Xamarin?
p.s
I'm looking for a free framework that I can publish on Google Play
Click to expand...
Click to collapse
Hi,
I am not familiar with Xamrin but familiar with phoneGap. I worked in mobilepundits which offers PhoneGap mobile app development company. In the company I used this tool for mobile app development. According to this tool is really easy to use which enable you to build mobile apps even you are not friendly with it.
PhoneGap is one of the best framework for cross platform mobile applications development. It is a free tool which can be used easily. In conclusion if your app can work with more than one platform then you must use the PhoneGap.
I don't think PhoneGap and Xamarin are good choice if you want to make games. Both are good frameworks for making Apps, but if you really want to dive deep into game development you need to use a game engine, which solves a lot more tasks specific for game development.
If you want some higher-level and more user friendly framework then you definitely should try Unity.
If you want more control or just like to work on a lower level and at least a little familiar with C++, then I'd suggest you to try Cocos2D-x.
If you have a Mac, plan to support iOS, and not afraid of Objective-C or the new Swift programming language, then take a look at Cocos2D-Swift (aka Cocos2D-iPhone). Despite the name you can use it to create games for both iOS and Android (via Apportable).
There are other good game engines. But I've only worked with those three I've mentioned (and even wrote a book about Cocos2D-Swift and several tutorials on Unity).
Framework for Cross-Platform: Corona and Titanium
My vote for cross platform framework goes to Corona and Titanium. If you are developing a native app then Titanium is the best option. Titanium is best for developing a normal application. Titanium framework offers a wide range of native functionality and works perfectly with platforms like iOS and Android. If you are developing a game related application then go with Corona.
Try Unity3d its has a free version. If you want check my games in my signature, they are both made in Unity for Android and iOS.
If you would like to create a 2D cross-platform game the best engine is cocos2d-x.
In this platform you can use C++ or LUA.
Also there is a great community and it is open source. So, you can add own modules and fixes to repository.
But if you would like to create a 3D game or smth like this, the best framework is Unity.
I definitely recommend you the Cocos2d-x to give it a try.
Cocos2d-x allows you to write games in C++, Lua and Javascript. Moreover you can deploy games for variety of platforms: Windows Phone, Android, iOS, Windows Desktop, Linux, Blackberry, MacOS and Browser!
Yesterday they announced new Cocos brand which simplyfies many things and makes it more friendly
URL: www.cocos.com & www.cocos2d-x.com
119
I've been using Unity and it's working well so far. They have a large dev community. There's also an asset store where you can grab/buy plug-ins or assets to save time.
What about Marmalade?
I am working on such solution => gl.aexol.com/product
1 code = deployment to Android, iOS, Mac, Windows & Linux
It's called AexolGL - you can download for free beta web engine and you would be notified about Mobile + PC version launch.
Regards.
You can use Qt for Android, iOS, and other platforms.
Hey, Libgdx is good, just that startup time is bit high as not very friendly. I worked on it and it helps you understand basic concepts. Can be used with Java and RoboVM integration is easy which helps you make it cross platform.
Xamarin is good, it will help you create app for iOs and android. Never used it though.
Unity is one good game engine which can be used. It is very user friendly. Lot of assets and code can be bought from Unity asset store.
11alex11 said:
I tried to use libgdx and found out the its not user friendly at all. very complicated framework with no support at all.
I want to write games, that the highest level is AngryBirgds. (I'll start from something much simple).
what framework would you recommend?
what do you think about Xamarin?
p.s
I'm looking for a free framework that I can publish on Google Play
Click to expand...
Click to collapse
myth007_03 said:
Hey, Libgdx is good, just that startup time is bit high as not very friendly. I worked on it and it helps you understand basic concepts. Can be used with Java and RoboVM integration is easy which helps you make it cross platform.
Click to expand...
Click to collapse
I've been a fan of libgdx for a while.. Perhaps check out one of the first editors for it overlap2d*dot*com (hah, still need to hit 10 posts). Also they have a great blog that describes using the editor to make a physics based platformer.
libGdx and Cocos2D
Hi!
Really I don't know why libGdx is not user friendly. A few weeks ago I made a research about best cross-platform frameworks. I start with Unity3D, It's really friendly, but, it not free for comercial use and it is much powerful for my small tasks. In result I have to favorite: libGdx and Cocos2D. The first one using Java and more like Unity3D/Xamarin/MonoGame. Cocos2D use C++, and you can work in Visual Studio with it. But, for me Hello World application on Cocos was more difficult than in libGdx.
And there is not only my imho, I have been read many the same posts on other forums about libGdx and Cocos2D.
If you have no preference between Java and C++ better start with Java and libGdx.
Hi,
It actually depend about your langage skills and what kind of game you want to develop.
Unity is very goo, and you can develop a game without coding, but you have to pay to use it, and some plugin like iap, gamecenter, ads is also expensive.
Libgdx also very good but may be hard for new developer.
I currently use openfl for 2d games which is totally free. The language is close to the flash and there are many tutorial to learn. Moreover, the plugin for pub ipa, game center are available and free. The commuty is nice , but the langage is probably not adapt for 3d development.
I've just ported my game Space Shooter X from Windows Phone to Android using Xamarin. I've shared my experience in a blog post. Here's the link http://www.borneomobile.com/2015/03...-from-windows-phone-to-android-using-xamarin/
libgdx vs unity
Hi,
I'm new to game development (i started some month ago), but i made some research.
From what i could understand, the right game engine for you vary much on your purposes.
I choose libgdx, due to the considerations i made.
-Unity:
said to be very user friendly, and a lot faster in developing games (it hides a lot of things). If your purpose is to develop new games fast, it can be good.
Cons: it has 2 versions: personal and professional. You have their splash screen or pay. From their site: unity3d com/get-unity
Personal: "Deployment to all platforms included with the Personal Edition splash screen."
Professional: "Unity 5 Professional customers who earned/received more than $100,000 in revenue/funding in the previous fiscal year must purchase iOS Pro and/or Android Pro deployment add-ons to deploy to these platforms. The iOS and Android Pro add-ons enable deployment without the Personal Edition splash screen."
-LibGDX:
it gives you a lot of control to everything, so you can really do what you want. After a period, and following some tutorial, it seems good and not so hard. You can develop for Desktop, android, ios and web.
If your purpose is to understand how a game works, this is good. Also, it is totally free, and its performance are the best.
Cons: It is a little unfriendly at the beginning.
I've been trying LibGDX and Unity.
If you haven't created a game before, you should start with LibGDX or native, just to understand how things works.
If you created a game before, you could take a look at Unity, it shorten a lot Development time and it's a things you should be aware of if you want to make your game rentable.
Hey all!
A bunch of us have been putting together a web-based drawing app with mobile support. In a nutshell, users connect in real-time to draw or chat on a sort of interactive whiteboard. Plenty of these are made in Flash, but we are determined to build it in HTML5 (and JavaScript); a site that immediately works on mobile (because it's not Flash), tailors to everybody from drawing tablet users to people who want to screw around, chat and play games — and with an awesome, modern look that other apps lack. The thing that works so well is these kinds of programs give you a lot of freedom of expression that I think by making more accessible we can popularize, and truly get a future-proof, lasting community going.
Current drawing apps aren't too popular as they're not accessible to the host of many devices people use, chatting's not versatile or user-friendly enough to compete with chat sites, and their designs look god-awful like it's still the 90's. So with what we're after, there's insane potential in this project.
i.imgur.com/ZBz9gQi.png
This is the interface. I hope it gives you some sense of what we're aspiring for. It's predominantly HTML, CSS, and JS with server-client communication in HTML5's WebSockets, some points in PHP, and mobile development. If you're good with any of these, message me here, Skype drawplanet or email [email protected]. I'll be more than happy to answer any questions. And if you're critical of anything, nothing's set in stone. It's very much a by the community, for the community type of project.
Also on the hunt for people good with P2P networking, node.js, SQL, or server management.
At the moment we're hellbent on completing the first build with full-duplex drawing and mobile touch inputs.
A lot of JS goes into developing the tools. PHP's mainly account integration and forum features.
In design of course there's a separate UI for mobile, and in fact for anybody good with Photoshop or vector graphics there's some cool stuff we're keen to create.
Drop a message, or do Skype or email, if it's a project you want to get behind.
Still on the hunt. Fun project, hasn't been done before.
There's 7 devs on board at the moment, though we're looking for a little more expertise in some JavaScript frameworks, particularly Meteor. And while data's handled with WebSockets, we're also looking to do WebRTC and for incompatibility switch to WebSockets. Data management otherwise in SQL, and MongoDB or Redis.
Hit me up a message.
Hello,
I know that there are lots of posts like this, I had read lots of them already but I'm still stuck and don't know where to go.
I'm interested in developing (or learning) multiplayer games, but I don't know which libs/APIs should I use (that allows multiplatform). I keep asking myself, how is networking made in modern games.
What I want to create? For now, mobile game (2d, mainly android), with realtime client-server networking. I want to be able to connect to database (eg. SQL) for login system, but that's not a problem I guess. Server should be standalone (unlike what unity offers for free), with logic on server. I saw solutions where client and server was coded in different languages, I don't mind that. C++, C# and Java I know the most. At the moment I'm working in Unity, but still thinking if Cocos2dx wouldn't be good for doing it.
Any suggestions, how to learn networking for modern games? I'm more interested in learning it, than actually making a game.
Recently wondered whether the cleaners for the smartphone really work?
At first, I began to look for information about this in other well-known forums, but even there I did not find a suitable explanation for the algorithms that are used for complex cleaning of caches. Not finding suitable topics on the Internet, I began to delve into the principles of operation of these technologies. For a start, I started wool play market in search of a suitable solution, but even there only a few applications can demonstrate their functionality in a progressive scale. From my investigation, I identified two more or less suitable candidates!
This is first: play maker package name = com.cache.cleaner.booster.ram.storage
And second app: play maker package name = com.cache.cleaner.cachecleaner.booster.storage
This is not an advertisement, but a purely personal conclusion about the functionality of applications. Perhaps many will disagree with me, but of all the huge selection of various applications, only these differ in really complete testing of the device, with the subsequent elimination of existing problems!
Thus, against the background of global advertising in the media, we are losing our worldview on truly technological applications and are selling for a beautiful design, but at the same time we forget about the benefits of the tools that we provide absolutely free, you just need to find it!
I hope my article will help any of you in choosing a good cleaner, and I advise everyone else not to sell for advertising!
Thank for this share this article very valid points useful data
You need a really working cleaner? Go for SD Maid Pro!