27 results on '"Duncan Tebbs"'
Search Results
2. A task-parallel programming language for interactive applications.
- Author
-
Duncan Tebbs
- Published
- 2010
- Full Text
- View/download PDF
3. HTML5 Game Development Insights
- Author
-
Colt McAnlis, Peter Lubbers, Brandon Jones, Andrzej Mazur, Sean Bennett, Bruno Garcia, Shun Lin, Ivan Popelyshev, Jon Howard, Ian Ballantyne, Takuo Kihira, Jesse Freeman, Tyler Smith, Don Olmstead, Jason Gauci, John McCutchan, Chad Austin, Mario Andres Pagella, Florian dErfurth, Duncan Tebbs, Colt McAnlis, Peter Lubbers, Brandon Jones, Andrzej Mazur, Sean Bennett, Bruno Garcia, Shun Lin, Ivan Popelyshev, Jon Howard, Ian Ballantyne, Takuo Kihira, Jesse Freeman, Tyler Smith, Don Olmstead, Jason Gauci, John McCutchan, Chad Austin, Mario Andres Pagella, Florian dErfurth, and Duncan Tebbs
- Subjects
- Video games--Programming, HTML (Document markup language)
- Abstract
HTML5 Game Development Insights is a from-the-trenches collection of tips, tricks, hacks, and advice straight from professional HTML5 game developers. The 24 chapters here include unique, cutting edge, and essential techniques for creating and optimizing modern HTML5 games. You will learn things such as using the Gamepad API, real-time networking, getting 60fps full screen HTML5 games on mobile, using languages such as Dart and TypeScript, and tips for streamlining and automating your workflow. Game development is a complex topic, but you don't need to reinvent the wheel. HTML5 Game Development Insights will teach you how the pros do it.The book is comprised of six main sections: Performance; Game Media: Sound and Rendering; Networking, Load Times, and Assets; Mobile Techniques and Advice; Cross-Language JavaScript; Tools and Useful Libraries. Within each of these sections, you will find tips that will help you work faster and more efficiently and achieve better results.Presented as a series of short chapters from various professionals in the HTML5 gaming industry, all of the source code for each article is included and can be used by advanced programmers immediately.
- Published
- 2014
4. Locally relatively continuous perturbations of analytic semigroups and their associated evolution equations
- Author
-
Duncan Tebbs and Shinnosuke Oharu
- Subjects
Pure mathematics ,General Mathematics ,Mathematics - Published
- 2005
- Full Text
- View/download PDF
5. Implementing a Main Loop in Dart
- Author
-
Ian Ballantyne, Duncan Tebbs, Petter Lubbers, John McCutchan, Takuo Kihira, Shun Lin, Don Olmstead, Bruno Garcia, Sean Bennett, Brandon Jones, Andrzej Manzur, Chad Austin, Colt McAnlis, Florian d’Erfurth, Andres Pagella, Ivan Popelyshev, Jesse Freeman, Tyler Smith, Jon Howard, and Jason Gauci
- Subjects
Core (game theory) ,business.industry ,Game programming ,Computer science ,Virtual clock ,Control (management) ,Frame (networking) ,ComputingMilieux_PERSONALCOMPUTING ,Event loop ,State (computer science) ,Graphics ,business ,Computer hardware - Abstract
At the heart of your favorite games is the game loop. At the core of the game loop is control over the game clock. In each frame the game does some or all of the following: updates the game state, triggers timers, processes user inputs, renders graphics, and plays audio. Each of these operations must be synchronized using a virtual clock controlled by the game loop. This chapter explains how to implement a deterministic and efficient main loop for any type of game designed from the ground up to run in the browser.
- Published
- 2014
- Full Text
- View/download PDF
6. Efficient JavaScript Data Structures
- Author
-
Petter Lubbers, Ian Ballantyne, Takuo Kihira, Sean Bennett, Duncan Tebbs, John McCutchan, Tyler Smith, Jon Howard, Don Olmstead, Bruno Garcia, Colt McAnlis, Florian d’Erfurth, Andrzej Manzur, Ivan Popelyshev, Brandon Jones, Jesse Freeman, Chad Austin, Andres Pagella, Shun Lin, and Jason Gauci
- Subjects
Unobtrusive JavaScript ,Resource (project management) ,Computer science ,Code (cryptography) ,Operating system ,JavaScript ,computer.software_genre ,Data structure ,Execution time ,computer ,Range (computer programming) ,Term (time) ,computer.programming_language - Abstract
Efficient use of system resources is essential to most game applications, to ensure that the game runs correctly and as smoothly as possible across a range of devices and browsers. Here, the term “resources” can refer to available memory, CPU execution time, or other processing or storage units in the system. Although JavaScript can be considered a rather high-level language, the data structures employed by JavaScript application code can significantly impact upon resource usage.
- Published
- 2014
- Full Text
- View/download PDF
7. Faster Canvas Picking
- Author
-
Colt McAnlis, Chad Austin, Ian Ballantyne, Andres Pagella, Shun Lin, Takuo Kihira, Bruno Garcia, Ivan Popelyshev, Petter Lubbers, Jesse Freeman, Sean Bennett, John McCutchan, Tyler Smith, Brandon Jones, Florian d’Erfurth, Jon Howard, Andrzej Manzur, Don Olmstead, Jason Gauci, and Duncan Tebbs
- Subjects
Perspective distortion ,HTML5 ,Pixel ,Point (typography) ,Cover (telecommunications) ,Human–computer interaction ,Computer science ,Selection (linguistics) ,Bitmap ,computer.file_format ,Object (computer science) ,computer - Abstract
If you’re writing a 2D game in HTML5, chances are that you’ll want the user to have the ability to pick an object on the screen. More specifically, at some point, the user will need to select some item on the screen, or in your game, which may represent part of the world. We call this “picking” as the user is selecting what object they are interacting with. Consider, for instance, your standard social time-management game. The user is presented with a 2.5D play area where bitmaps (or “sprites”) are rendered with some perspective distortion on the screen. For the more advanced users, you can quickly saturate the play area with these sprites, often stacking many of them together, only leaving a few pixels visible between overlapping objects. In this environment, determining the picking result of a mouse click is quite difficult. The canvas API doesn’t provide any form of pixel-based selection and the large number of objects makes it difficult to brute-force the technique. This section will cover how to address performance and accuracy problems in canvas picking using a few old-school techniques that most of us have forgotten about.
- Published
- 2014
- Full Text
- View/download PDF
8. The State of Responsive Design
- Author
-
Bruno Garcia, Chad Austin, Andres Pagella, Shun Lin, Tyler Smith, Jon Howard, Don Olmstead, Brandon Jones, Petter Lubbers, Colt McAnlis, Florian d’Erfurth, Jesse Freeman, John McCutchan, Takuo Kihira, Sean Bennett, Ivan Popelyshev, Jason Gauci, Duncan Tebbs, Andrzej Manzur, and Ian Ballantyne
- Subjects
Core (game theory) ,HTML5 ,Human–computer interaction ,Computer science ,State (computer science) ,Resolution (logic) ,Display resolution ,Boom - Abstract
Building an HTML5 game in the modern world is rife with difficulties. In addition to technical limitations and variations among browsers, you have the added burden of the current consumer world, which is predominantly driven by a boom in smartphones and tablet devices. What makes developing for this slew of heterogeneous devices difficult is the massive array of resolutions, physical sizes, and performance among them. For your web game to be successful, you’ll need to adapt it to take advantage of the many screen resolutions available so that users can experience it on as many devices as possible. To do this, you’ll need to adjust your game dynamically, depending on the current resolution, to achieve the desired game layout. This, at its core, is known as responsive design.
- Published
- 2014
- Full Text
- View/download PDF
9. HTML5 Game Development Insights
- Author
-
Colt McAnlis, Petter Lubbers, Brandon Jones, Duncan Tebbs, Andrzej Manzur, Sean Bennett, Florian d’Erfurth, Bruno Garcia, Shun Lin, Ivan Popelyshev, Jason Gauci, Jon Howard, Ian Ballantyne, Jesse Freeman, Takuo Kihira, Tyler Smith, Don Olmstead, John McCutchan, Chad Austin, and Andres Pagella
- Published
- 2014
- Full Text
- View/download PDF
10. Playing Around with the Gamepad API
- Author
-
Andrzej Manzur, Petter Lubbers, Shun Lin, Takuo Kihira, John McCutchan, Ian Ballantyne, Jason Gauci, Don Olmstead, Tyler Smith, Jon Howard, Colt McAnlis, Duncan Tebbs, Brandon Jones, Sean Bennett, Ivan Popelyshev, Florian d’Erfurth, Chad Austin, Andres Pagella, Bruno Garcia, and Jesse Freeman
- Subjects
Focus (computing) ,HTML5 ,Record locking ,Computer science ,Button press ,Human–computer interaction ,Controller (computing) ,ComputingMilieux_PERSONALCOMPUTING ,Mobile device - Abstract
There is a great focus on making HTML5 games for mobile devices, which is good, of course, but core pro gamers are usually visualized as having a gamepad in their hands. So why not use it and deliver the full experience of a game using the Full Screen, Mouse Lock, and Gamepad APIs? The last API provides the ability to use a console's controller to play HTML5 games—how cool is that? With the W3C specification presently being written, we will have an API that is easy to implement, does not require any plug-ins to run in your browser, and is as simple as just plugging in your device and playing the game right away.
- Published
- 2014
- Full Text
- View/download PDF
11. Optimal Asset Loading
- Author
-
Chad Austin, Tyler Smith, Jon Howard, Ian Ballantyne, Andres Pagella, Bruno Garcia, Don Olmstead, Shun Lin, Duncan Tebbs, Takuo Kihira, John McCutchan, Colt McAnlis, Florian d’Erfurth, Jesse Freeman, Sean Bennett, Ivan Popelyshev, Petter Lubbers, Andrzej Manzur, Brandon Jones, and Jason Gauci
- Subjects
HTML5 ,Computer science ,business.industry ,Section (typography) ,ComputingMilieux_PERSONALCOMPUTING ,JavaScript ,Asset (computer security) ,Upload ,User experience design ,Human–computer interaction ,Code (cryptography) ,business ,computer ,Shader ,computer.programming_language - Abstract
Designing an efficient method of loading game asset data for HTML5 games is essential in creating a good user experience for players. When games can be played immediately in the browser with no prior downloading there are different considerations to make, not only for the first time play experience but also for future plays of the game. The assets referred to by this chapter are not the usual HTML, CSS, JavaScript, and other media that make up a web site, but are the game assets required specifically for the game experience. The techniques mentioned in this chapter go beyond dealing with the standard image and sound data usually handled by the browser and aim at helping you consider assets such as models, animations, shaders, materials, UIs, and other structural data that is not represented in code. Whether this data is in text or binary form (the “Data Formats” section will discuss both) it somehow needs to be transferred to the player’s machine so that the JavaScript code running the game can turn it into something amazing that players can interact with.
- Published
- 2014
- Full Text
- View/download PDF
12. Introduction to TypeScript: Building a Rogue-like Engine
- Author
-
Ian Ballantyne, Florian d’Erfurth, Ivan Popelyshev, Don Olmstead, Takuo Kihira, Sean Bennett, Bruno Garcia, Chad Austin, Jason Gauci, Andres Pagella, Petter Lubbers, Colt McAnlis, John McCutchan, Jesse Freeman, Brandon Jones, Shun Lin, Tyler Smith, Jon Howard, Duncan Tebbs, and Andrzej Manzur
- Subjects
ActionScript ,HTML5 ,Java ,Programming language ,Computer science ,Key (cryptography) ,Code (cryptography) ,Compiler ,JavaScript ,computer.software_genre ,computer ,TypeScript ,computer.programming_language - Abstract
TypeScript ( http://typescript.org ) is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is cross-platform, runs on any browser, and is open source. Microsoft created it, and it’s hands down one of the best languages for building HTML5 games. One of the great things about TypeScript, apart from adding typing to JavaScript, is that it allows you to start using some of the cool features of ECMAScript 6 (ES6) now, even though it may be years away from being finalized. This means that you can put to good use classes and other higher-level constructs that you find in languages such as C# and Java; moreover, TypeScript is incredibly similar to ActionScript 2 and 3. The final key advantage of TypeScript is that it outputs human readable JavaScript, plus you can use existing JavaScript libraries or inject the code directly into your TypeScript classes and start taking advantage of typing provided by the compiler.
- Published
- 2014
- Full Text
- View/download PDF
13. Introduction to WebSockets for Game Developers
- Author
-
Florian d’Erfurth, Bruno Garcia, Ian Ballantyne, Don Olmstead, Jesse Freeman, Petter Lubbers, Brandon Jones, Tyler Smith, Jon Howard, Takuo Kihira, Chad Austin, Andres Pagella, Duncan Tebbs, Sean Bennett, Colt McAnlis, Shun Lin, Ivan Popelyshev, John McCutchan, Jason Gauci, and Andrzej Manzur
- Subjects
Bit (horse) ,Computer science ,Transmission Control Protocol ,Operating system ,Game Developer ,computer.software_genre ,computer ,Simulation - Abstract
It is a bit hard to imagine, but the Web wasn’t always as dynamic as it is today. Before I discuss WebSockets, let’s take a trip down memory lane.
- Published
- 2014
- Full Text
- View/download PDF
14. Applying Old-School Video Game Techniques in Modern Web Games
- Author
-
Colt McAnlis, Tyler Smith, Jon Howard, Chad Austin, Ivan Popelyshev, Andres Pagella, Florian d’Erfurth, Bruno Garcia, Ian Ballantyne, John McCutchan, Brandon Jones, Sean Bennett, Takuo Kihira, Jason Gauci, Jesse Freeman, Don Olmstead, Andrzej Manzur, Petter Lubbers, Duncan Tebbs, and Shun Lin
- Subjects
Game art design ,Multimedia ,Video game development ,Computer science ,Game programming ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,computer.software_genre ,Game design ,Game development tool ,Game Developer ,Video game design ,computer ,Video game ,ComputingMethodologies_COMPUTERGRAPHICS - Abstract
In computer graphics, frames are processed and painted on the screen by what some people refer to as the “animation,” “main,” “game,” or “update” loop. Personally, I prefer to call it “main,” “game,” or “update loop” for the sole reason that it’s standard practice in the industry to use this routine to perform other tasks besides painting pixels on the screen.
- Published
- 2014
- Full Text
- View/download PDF
15. Optimizing WebGL Usage
- Author
-
Ian Ballantyne, Andrzej Manzur, Chad Austin, Duncan Tebbs, Ivan Popelyshev, Andres Pagella, Don Olmstead, Sean Bennett, Jesse Freeman, Brandon Jones, Shun Lin, Petter Lubbers, Jason Gauci, John McCutchan, Takuo Kihira, Colt McAnlis, Tyler Smith, Jon Howard, Bruno Garcia, and Florian d’Erfurth
- Subjects
Application programming interface ,Multimedia ,Computer science ,Vendor ,Graphics hardware ,computer.software_genre ,computer ,Graphics library ,Rendering (computer graphics) - Abstract
As hardware evolved, games went from two-dimensional affairs into the third dimension. This evolution also happened in the browser. Although two-dimensional rendering could be done through the use of the Canvas application programming interface (API) it wasn’t until the Web Graphics Library (WebGL) debuted that the graphics hardware was actually exposed to a lower level within the context of the browser. This API has now been implemented by every major browser vendor, making it possible to create a fully three-dimensional game without relying on a plug-in.
- Published
- 2014
- Full Text
- View/download PDF
16. Building a Game with the Cocos2d-html5 Library
- Author
-
Ian Ballantyne, Sean Bennett, Takuo Kihira, Andrzej Manzur, Don Olmstead, Florian d’Erfurth, Colt McAnlis, Petter Lubbers, Ivan Popelyshev, Duncan Tebbs, Bruno Garcia, Brandon Jones, John McCutchan, Shun Lin, Jason Gauci, Jesse Freeman, Tyler Smith, Jon Howard, Chad Austin, and Andres Pagella
- Subjects
Game mechanics ,Game design ,Video game development ,Human–computer interaction ,Computer science ,Game design document ,ComputingMethodologies_DOCUMENTANDTEXTPROCESSING ,ComputingMilieux_PERSONALCOMPUTING ,Collision detection ,Level design ,Video game design ,Game Developer - Abstract
HTML5 games are becoming more and more important in the mobile gaming industry. There are already many casual and social games available in HTML5. Compared to native games, HTML5 games support real-time updating, click-to-play without the need for installations, and efficient development cycles.
- Published
- 2014
- Full Text
- View/download PDF
17. Real-Time Multiplayer Network Programming
- Author
-
Jason Gauci, Ian Ballantyne, Bruno Garcia, Petter Lubbers, Tyler Smith, Jon Howard, Andrzej Manzur, Don Olmstead, Takuo Kihira, Duncan Tebbs, Colt McAnlis, John McCutchan, Shun Lin, Chad Austin, Andres Pagella, Jesse Freeman, Ivan Popelyshev, Sean Bennett, Florian d’Erfurth, and Brandon Jones
- Subjects
Computer network programming ,Human–computer interaction ,Computer science ,Game engine ,Component (UML) ,ComputingMilieux_PERSONALCOMPUTING ,Table (database) ,Upload bandwidth ,Dimension (data warehouse) ,Human psychology ,Range (computer programming) - Abstract
Many of the most popular games have a multiplayer component. All but one of the top ten most popular games on Steam, a digital distribution and communications platform for PCs, are either designed for a multiplayer experience or contain support for multiplayer (see Table 12-1). As you will discover in this chapter, adding multiplayer support to a game increases the range of experiences that a player can have by introducing the elements of human psychology and social interaction to the game agents. However, adding real-time multiplayer can be rather tricky to implement correctly. Although it may seem daunting, by following some principled methods, you can add a new, exciting dimension to your game.
- Published
- 2014
- Full Text
- View/download PDF
18. Faster Map Rendering
- Author
-
Tyler Smith, Jon Howard, Jason Gauci, Sean Bennett, Andrzej Manzur, Florian d’Erfurth, Ivan Popelyshev, Don Olmstead, Ian Ballantyne, Brandon Jones, Petter Lubbers, Duncan Tebbs, Colt McAnlis, Jesse Freeman, Bruno Garcia, Shun Lin, Chad Austin, Andres Pagella, John McCutchan, and Takuo Kihira
- Subjects
Texture atlas ,Computer science ,Computer graphics (images) ,ComputerApplications_COMPUTERSINOTHERSYSTEMS ,Graphics pipeline ,Megabyte ,Rendering (computer graphics) - Abstract
Any two-dimensional game is going to, at some point, have a separation between semistatic background content and dynamically animated foreground content. The background content can become a burden to the rendering pipeline, as it can easily consume megabytes of data as well as a hefty chunk of your rendering pipeline. In this chapter, I’m going to discuss a few strategies for overcoming this burden, providing trade-offs where your game may need them.
- Published
- 2014
- Full Text
- View/download PDF
19. HTML5 Games in C++ with Emscripten
- Author
-
Ian Ballantyne, Tyler Smith, Jon Howard, Andrzej Manzur, Takuo Kihira, Bruno Garcia, Petter Lubbers, Don Olmstead, Jason Gauci, Duncan Tebbs, John McCutchan, Sean Bennett, Florian d’Erfurth, Colt McAnlis, Brandon Jones, Ivan Popelyshev, Shun Lin, Chad Austin, Andres Pagella, and Jesse Freeman
- Subjects
World Wide Web ,Web browser ,Native client ,HTML5 ,business.industry ,Computer science ,Web application ,Internet users ,JavaScript ,business ,computer ,computer.programming_language - Abstract
If you had told me ten years ago that I'd someday compile real-time, 3D C++ games into JavaScript so I could run them in web browsers, I would have thought you were crazy. Since then, software has shifted from retail stores and optical discs to online app stores and web applications. Internet users have become increasingly security-conscious, and JavaScript engines have gotten faster by orders of magnitude.
- Published
- 2014
- Full Text
- View/download PDF
20. Saving Bandwidth and Memory with WebGL and Crunch
- Author
-
Colt McAnlis, Takuo Kihira, Ian Ballantyne, Brandon Jones, Tyler Smith, Jon Howard, Ivan Popelyshev, John McCutchan, Don Olmstead, Shun Lin, Sean Bennett, Petter Lubbers, Jason Gauci, Jesse Freeman, Chad Austin, Andrzej Manzur, Andres Pagella, Florian d’Erfurth, Bruno Garcia, and Duncan Tebbs
- Subjects
Texture compression ,Multimedia ,Computer science ,Download ,business.industry ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,Lossy compression ,computer.software_genre ,Alpha compositing ,Crunch ,Web page ,Bandwidth (computing) ,Web application ,business ,computer - Abstract
When it comes to optimization, both real-time 3D applications and web pages happen to share a common target: images. Images, whether they take the form of textures or tags, often make up the majority of the visual information on your screen at any given time. The metrics for optimization differ based on the medium, however. 3D apps, such as games, need images that can be loaded quickly, drawn fast, and take up as little memory as possible by taking advantage of hardware-supported texture compression formats. Web pages, on the other hand, are primarily concerned with the bandwidth required to download the images to your device, skewing heavily towards small, lossy formats like JPG. In other words, 3D apps are concerned about the size of the image in video memory and web apps are concerned about the size of the file on the server.
- Published
- 2014
- Full Text
- View/download PDF
21. Developing Better Than Native Games
- Author
-
Jason Gauci, Chad Austin, Tyler Smith, Jon Howard, Andres Pagella, Don Olmstead, Shun Lin, Brandon Jones, Sean Bennett, Jesse Freeman, Bruno Garcia, Petter Lubbers, Ivan Popelyshev, John McCutchan, Duncan Tebbs, Florian d’Erfurth, Takuo Kihira, Colt McAnlis, Ian Ballantyne, and Andrzej Manzur
- Subjects
Human–computer interaction ,Computer science ,Motion blur ,ComputingMilieux_PERSONALCOMPUTING ,Look and feel - Abstract
Back in Chapter 3, we covered the common pitfalls that cause a game to perform poorly, as well as the techniques to address them. Now we will tackle techniques to make your game look and feel just like a native one on mobile.
- Published
- 2014
- Full Text
- View/download PDF
22. Automating Your Workflow with Node.js and Grunt
- Author
-
Don Olmstead, Andrzej Manzur, Brandon Jones, Ian Ballantyne, Duncan Tebbs, Sean Bennett, Bruno Garcia, Takuo Kihira, Florian d’Erfurth, Petter Lubbers, Tyler Smith, Jon Howard, Ivan Popelyshev, John McCutchan, Jason Gauci, Shun Lin, Colt McAnlis, Jesse Freeman, Chad Austin, and Andres Pagella
- Subjects
business.industry ,Computer science ,Repetitive task ,computer.software_genre ,Automation ,Constant (computer programming) ,Single task ,Workflow ,Node (computer science) ,Operating system ,Code (cryptography) ,business ,Assembly line ,Software engineering ,computer - Abstract
As developers, we tend to do a lot of repetitive tasks. We are constantly compiling code, packaging it, and deploying it to different places. As the project scales, the complexity of these processes continues to grow. If there is one constant among humans, it’s that we are not great at doing repetitive tasks, especially complex ones. Sure, we can do one single task over and over again, but anything more complicated, and the system quickly breaks down. This isn’t anything new; Henry Ford realized it when he took advantage of the assembly line to lower the cost of making cars. We can do the same thing for our own code by taking advantage of automation.
- Published
- 2014
- Full Text
- View/download PDF
23. Autotiles
- Author
-
Colt McAnlis, Petter Lubbers, Brandon Jones, Duncan Tebbs, Andrzej Manzur, Sean Bennett, Florian d’Erfurth, Bruno Garcia, Shun Lin, Ivan Popelyshev, Jason Gauci, Jon Howard, Ian Ballantyne, Jesse Freeman, Takuo Kihira, Tyler Smith, Don Olmstead, John McCutchan, Chad Austin, and Andres Pagella
- Published
- 2014
- Full Text
- View/download PDF
24. Making a Multiplatform Game
- Author
-
Colt McAnlis, Takuo Kihira, Tyler Smith, Jon Howard, Duncan Tebbs, Ian Ballantyne, Brandon Jones, Don Olmstead, Petter Lubbers, Chad Austin, Shun Lin, Andres Pagella, Florian d’Erfurth, Andrzej Manzur, John McCutchan, Bruno Garcia, Jesse Freeman, Sean Bennett, Ivan Popelyshev, and Jason Gauci
- Subjects
Game design ,ComputingMilieux_THECOMPUTINGPROFESSION ,Work (electrical) ,Human–computer interaction ,Computer science ,ComputingMilieux_PERSONALCOMPUTING ,GeneralLiterature_MISCELLANEOUS ,Multiple platform - Abstract
Making games is exciting, exhilarating, and hugely fulfilling. Making good games isn’t easy. Making great games that work on multiple platforms is . . . what this chapter is about.
- Published
- 2014
- Full Text
- View/download PDF
25. High-Performance JavaScript
- Author
-
John McCutchan, Don Olmstead, Petter Lubbers, Colt McAnlis, Bruno Garcia, Takuo Kihira, Ian Ballantyne, Chad Austin, Andres Pagella, Florian d’Erfurth, Duncan Tebbs, Shun Lin, Tyler Smith, Jason Gauci, Brandon Jones, Andrzej Manzur, Ivan Popelyshev, Jon Howard, Sean Bennett, and Jesse Freeman
- Subjects
Unobtrusive JavaScript ,Smoothness (probability theory) ,Computer science ,Rich Internet application ,ComputingMilieux_PERSONALCOMPUTING ,ComputingMethodologies_IMAGEPROCESSINGANDCOMPUTERVISION ,computer.file_format ,computer.software_genre ,JavaScript ,Dynamic HTML ,Human–computer interaction ,Central processing unit ,computer ,ComputingMilieux_MISCELLANEOUS ,ComputingMethodologies_COMPUTERGRAPHICS ,computer.programming_language ,Garbage collection - Abstract
For a game to be enjoyable, smoothness is critical. A smooth game can feel lifelike and amazing; without smoothness, a game will be sluggish and annoying, even with the best art.
- Published
- 2014
- Full Text
- View/download PDF
26. Mobile Web Game Techniques with Canvas 2D API
- Author
-
Colt McAnlis, Shun Lin, Florian d’Erfurth, Bruno Garcia, Andrzej Manzur, Sean Bennett, Don Olmstead, Jason Gauci, Ian Ballantyne, Petter Lubbers, Brandon Jones, Chad Austin, Tyler Smith, Andres Pagella, Jon Howard, Ivan Popelyshev, Jesse Freeman, Duncan Tebbs, John McCutchan, and Takuo Kihira
- Subjects
HTML5 ,Multimedia ,Computer science ,Game engine ,ComputingMilieux_PERSONALCOMPUTING ,Mobile Web ,computer.software_genre ,Web API ,World Wide Web ,Vector graphics ,ComputingMethodologies_DOCUMENTANDTEXTPROCESSING ,Affine transformation ,computer ,3D computer graphics ,Garbage collection - Abstract
When we consider mobile HTML5 games, we usually compare them with native games. One might think that native games are always superior to browser games or that browser games can never touch native games in performance. But check out the top 10 games in the native app market. Often you will find that many of the top-selling games do not use 3D graphics, particle effects, and so on. It seems that we are able to create similar kinds of mobile games in the browser with HTML5.
- Published
- 2014
- Full Text
- View/download PDF
27. On the Product Formula Approach to a Class of Quasilinear Evolution Systems
- Author
-
Duncan Tebbs
- Subjects
Algebra ,Mathematical optimization ,Class (set theory) ,General Mathematics ,Product (mathematics) ,Lipschitz continuity ,Mathematics - Abstract
We concern ourselves firstly with the abstract evolution equation \begin{equation*} \left\{ \begin{array}{@{\hspace*{2pt}}l} \mathbf{x}^\prime(t)= (A + B) \mathbf{x}(t)\,,\quad t>0\,;\quad \mathbf{x}(0)=\mathbf{x}_0\in D\,, \\ \rho ( \mathbf{x}(t))^\prime \leq g( \rho( \mathbf{x}(t) ))\,,\quad t>0 \end{array} \right. \end{equation*} in a Banach space $X$, where $A$ is m-quasidissipative, but $B$ satisfies no global conditions of quasidissipativity. We assume that a secondary topology (and a related notion of limits) can be introduced, through a lower semicontinuous functional $\rho$, such that $B$ is locally Lipschitz continuous with respect to this topology. Under appropriate assumptions, the first product formula \begin{equation*} \mathbf{x}(t) = (D,\varphi)\text{-}\lim_{h \downarrow 0}\{( I - h A)^{-1}( I + hB)\}^{[ t/h]} \mathbf{x}_0 \,,\quad t\geq 0 \end{equation*} can be defined, and we show that this provides unique solutions in a generalized sense to our original equation. Here $(D,\varphi)\text{-}\lim$ refers to our new notion of limit. For approximations $A_h$ of $A$, we also show convergence for the second product formula, \begin{equation*} \mathbf{x}(t) = (D,\varphi)\text{-}\lim_{h \downarrow 0}\{( I - h A_h)^{-1}( I + hB)\}^{[ t/h]} \mathbf{x}_0\,, \end{equation*} and use this to generate solutions to a class of advection reaction diffusion systems. As a concrete example, a mathematical model for HIV infection is studied.
- Published
- 2003
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.