Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6657491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:46:29+00:00 2026-05-26T01:46:29+00:00

I would like to know what kind of advantages I get from using Core

  • 0

I would like to know what kind of advantages I get from using Core Graphics instead of Open GL ES. My main question is based on this:

  • Creating simple View animations.
  • Creating some visual appealing objects (Graphics like Core Plot for instance, Animated Objects, etc).
  • Time consuming (both learning and implementing)
  • Simple 2D Games
  • Complex 2D Games
  • 3D Games
  • Code maintenance ad also cleaner code.
  • Easier integration with other UI elements.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:46:29+00:00Added an answer on May 26, 2026 at 1:46 am

    First, I want to clear up a little terminology here. When people talk about Core Graphics, they generally are referring to Quartz 2D drawing, which is a 2-D vector-based drawing API. It is used to draw out vector elements either to the screen or to offscreen contexts like PDFs. Core Animation is responsible for animation, layout, and some limited 3-D effects involving rectangular layers and UI elements. OpenGL ES is a lower-level API for talking with the graphics hardware on iOS devices for both 2-D and 3-D drawing.

    You’re asking a lot in your question, and the judgment on what’s best in each scenario is subjective and completely up to the developer and their particular needs. I can, however, provide a few general tips.

    In general, a recommendation you’ll see in Apple’s documentation and in presentations by engineers is that you’re best off using the highest level of abstraction that solves your particular problem.

    If you need to just draw a 2-D user interface, the first thing you should try is to implement this using Apple’s provided UIKit elements. If they don’t have the capability you need, make custom UIViews. If you are designing Mac-iOS cross-platform code (like in the Core Plot framework), you might drop down to using custom Core Animation CALayers. Each step down in this process requires you to write more code to handle things that the level above did for you.

    You can do a surprising amount of stuff with Core Animation, with pretty good performance. This isn’t just limited to 2-D animations, but can extend into some simple 3-D work as well.

    OpenGL ES is underneath the drawing of everything you see on the screen for an iOS device, although this is not exposed to you. As such, it provides the least abstraction for onscreen rendering, and requires you to write the most code to get something done. However, it can be necessary in situations where you want to extract the most performance from 2-D display (say, in an action game) or to render true 3-D objects and environments.

    Again, I tend to recommend that people start at the highest level of abstraction when writing an application, and only drop down when they find that they cannot do something or the performance is not within the specification they are trying to hit. Fewer lines of code makes applications easier to write, debug, and maintain.

    That said, there are some nice frameworks that have developed around abstracting away OpenGL ES, such as cocos2D and Unity 3D, which might make working with OpenGL ES easier in many situations. For each case, you’ll need to evaluate what makes sense for the particular needs of your application.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know what kind of toolkits, languages, libraries exist for agent-based
I would like to know what are the advantages and disadvantages of using Grails
I would like to know what kind of limitations there are in using websockets.
I would like to know how you would generate some kind of bytecode from
I would like to know what kind of internal indexing algorithm MongoDB is using.
I am using Pervasive and I would like to know what kind of data
I would like to know what kind of timers can be used in a
I would like to know practically what kind of Assemblies should I deploy in
I would like to know if there exists any kind of library or workaround
I would like to know if there is any kind of tool to monitor

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.