feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Book
    Book
    Frankfurt am Main ; Berlin ; Bern ; New York ; Paris ; Wien :Lang,
    UID:
    almahu_BV005858613
    Format: XII, 417 S.
    ISBN: 3-631-44905-4
    Series Statement: Münsteraner Monographien zur englischen Literatur 10
    Note: Zugl.: Münster, Univ., Diss., 1991
    Language: German
    Subjects: History , German Studies , English Studies
    RVK:
    RVK:
    RVK:
    Keywords: Deutsch ; Reisebericht ; Irlandbild ; Deutsch ; Reiseliteratur ; Irlandbild ; Literatur ; Englisch ; Rezeption ; Reisebericht ; Deutsch ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    b3kat_BV044732347
    Format: 164 Seiten , Illustrationen , 24 cm
    Edition: [1. Auflage]
    ISBN: 9783946537830 , 3946537839
    Series Statement: Hefte für regionale Textil- und Industriegeschichte 4/2017
    Language: German
    Keywords: Egells, Franz Anton 1788-1854 ; Biografie ; Biografie
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Book
    Book
    Dresden : Freistaat Sachsen, Staatsministerium des Innern
    UID:
    b3kat_BV010864283
    Format: 443 S. , zahlr. Ill., graph. Darst., Kt.
    Edition: 1. Aufl.
    ISBN: 3930380048
    Series Statement: Schriftenreihe für Baukultur, Architektur, Denkmalpflege : Reihe B, Besonders gefährdete Kulturdenkmale im Freistaat Sachsen 3
    Language: German
    Subjects: Art History
    RVK:
    Keywords: Sachsen ; Industriebau ; Baudenkmal ; Sachsen ; Fabrikgebäude ; Baudenkmal ; Inventar
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    UID:
    kobvindex_ZLB34025004
    Format: 164 Seiten , Illustrationen , 24 cm
    ISBN: 9783946537830 , 3946537839
    Series Statement: Hefte für regionale Textil- und Industriegeschichte 4/2017
    Content: Ausstellung zu Leben und Werk F.A. Egells anlässlich des Baus der ersten Dampfmaschine im Münsterland im Kloster Gravenhorst 1817
    Note: Ausstellung, Textilmuseum Rheine, 11.11.-17.12.2017
    Language: German
    Keywords: Egells, Franz Anton ; Biografie ; Ausstellungskatalog
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    UID:
    almafu_9959232568202883
    Format: 1 online resource (388 p.)
    Edition: 1st edition
    ISBN: 1-78216-605-X
    Series Statement: Community experience distilled
    Content: Are your games limited to one platform? Use our practical guide to libGDX and before long you’ll be developing games that run across multiple platforms, enjoying an increased audience and revenue. Create a libGDX multi-platform game from start to finish Learn about the key features of libGDX that will ease and speed up your development cycles Write your game code once and run it on a multitude of platforms using libGDX An easy-to-follow guide that will help you develop games in libGDX successfully In Detail Game development is a field of interdisciplinary skills, which also makes it a very complex topic in many respects. One decision that usually needs to be made at the beginning of a game development processis to define the kind of computer system or platform the game will be developed for. This does not pose any problems in general but as soon as the game should also be able to run on multiple platforms it will become a developer’s nightmare to maintain several distinct copies of the same game. This is where the libGDX multi-platform game development framework comes to the rescue! "Learning libGDX Game Development" is a practical, hands-on guide that provides you with all the information you need to know about the libGDX framework as well as game development in general so you can start developing your own games for multiple platforms. You will gradually acquire deeper knowledge of both, libGDX and game development while you work through twelve easy-to-follow chapters. "Learning libGDX Game Development" will walk you through a complete game development cycle by creating an example game that is extended with new features over several chapters. These chapters handle specific topics such as organizing resources, managing game scenes and transitions, actors, a menu system, using an advanced physics engine and many more. The chapters are filled with screenshots and/or diagrams to facilitate comprehension. "Learning libGDX Game Development" is the book for you if you want to learn how to write your game code once and run it on a multitude of platforms using libGDX.
    Note: Includes index. , Intro -- Learning Libgdx Game Development -- Table of Contents -- Learning Libgdx Game Development -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Introduction to Libgdx and Project Setup -- Diving into Libgdx -- Features of Libgdx 0.97 -- Graphics -- Audio -- Input Handling -- File I/O -- Math and Physics -- Utilities -- Tools -- Getting in touch with the community -- Prerequisites for installing and configuring -- Java Development Kit (JDK) -- Eclipse - Integrated Development Environment (IDE) -- Downloading Libgdx -- Installing Android SDK -- Running Eclipse and installing plugins -- Creating a new application -- Kicking your game to life -- Key to success lies in planning -- Game project - Canyon Bunny -- Description of the game -- Summary -- 2. Cross-platform Development - Build Once, Deploy Anywhere -- The demo application - how the projects work together -- Backends -- LWJGL (Lightweight Java Game Library) -- Android -- WebGL -- Modules -- The application module -- Logging -- Shutting down gracefully -- Persisting data -- Querying the Android API Level -- Querying the platform type -- Querying memory usage -- Graphics module -- Querying delta time -- Querying display size -- Querying the FPS (frames per second) counter -- Audio module -- Sound playback -- Music streaming -- Input module -- Reading the keyboard/touch/mouse input -- Reading the accelerometer -- Starting and canceling vibrator -- Catching Android soft keys -- The files module -- Getting an internal file handle. , Getting an external file handle -- The network module -- HTTP GET and HTTP POST -- Client/server sockets -- Opening a URI in a web browser -- Libgdx's Application Life-Cycle and Interface -- Starter Classes -- Running the demo application on a desktop -- Running the demo application on Android -- Running the demo application in a WebGL-capable web browser -- The demo application - time for code -- Inspecting an example code of the demo application -- The create() method -- The render() method -- The dispose() method -- Having fun with the debugger and Code Hot Swapping -- Summary -- 3. Configuring the Game -- Setting up the Canyon Bunny project -- Using a class diagram for Canyon Bunny -- Laying foundations -- Implementing Constants -- Implementing CanyonBunnyMain -- Implementing WorldController -- Implementing WorldRenderer -- Putting it all together -- Building the game loop -- Adding test sprites -- Adding game world's debug controls -- Adding CameraHelper -- Adding camera debug controls using CameraHelper -- Summary -- 4. Gathering Resources -- Setting a custom Android application icon -- Creating texture atlases -- Loading and tracking assets -- Organizing assets -- Testing assets -- Handling level data -- Summary -- 5. Making a Scene -- Creating game objects -- The rock object -- The mountains object -- The water overlay object -- The clouds object -- Implementing the level loader -- Assembling the game world -- Implementing the game GUI -- The GUI score -- The GUI extra lives -- The GUI FPS counter -- Rendering the GUI -- Summary -- 6. Adding the Actors -- Implementing the actor game objects -- Creating the gold coin object -- Creating the feather object -- Creating the bunny head object -- Updating the rock object -- Completing the level loader -- Adding the game logic -- Adding collision detection. , Losing lives, game over, and fixing the camera -- Adding the game over text and the feather icon to the GUI -- Summary -- 7. Menus and Options -- Managing multiple screens -- Exploring Scene2D (UI), TableLayout, and skins -- Using Libgdx's scene graph for the menu UI -- Building the scene for the menu screen -- Adding the background layer -- Adding the objects layer -- Adding the logos layer -- Adding the controls layer -- Adding the Options window layer -- Building the Options window -- Using the game settings -- Summary -- 8. Special Effects -- Creating complex effects with particle systems -- Adding a dust particle effect to the player character -- Moving the clouds -- Smoothing with Linear interpolation (Lerp) -- Letting the rocks float on the water -- Adding parallax scrolling to the mountains in the background -- Enhancing the game screen's GUI -- Event - player lost a life -- Event - score increased -- Summary -- 9. Screen Transitions -- Adding the screen transition capability -- Implementing transition effects -- Knowing about interpolation algorithms -- Creating a fade transition effect -- Creating a slide transition effect -- Creating a slice transition effect -- Summary -- 10. Managing Music and Sound Effects -- Playing back music and sound effects -- Exploring the Sound interface -- Exploring the Music interface -- Accessing the audio device directly -- Exploring the AudioDevice interface -- Exploring the AudioRecorder interface -- Using sound generators -- About the sfxr generator -- About the cfxr generator -- About the bfxr generator -- Adding music and sounds to Canyon Bunny -- Summary -- 11. Advanced Programming Techniques -- Simulating physics with Box2D -- Exploring the concepts of Box2D -- Understanding rigid bodies -- Choosing body types -- Using shapes -- Using fixtures -- Simulating physics in the world -- Physics body editor. , Preparing Canyon Bunny for raining carrots -- Adding the new assets -- Adding the carrot game object -- Adding the goal game object -- Extending the level -- Letting it rain carrots -- Working with shaders in Libgdx -- Creating a monochrome filter shader program -- Using the monochrome filter shader program in Canyon Bunny -- Adding alternative input controls -- Summary -- 12. Animations -- Manipulating actors through actions -- Actions for manipulating actors -- Controlling the order and time of execution -- Animating the menu screen -- Animating the gold coins and bunny head actors -- Animating the menu buttons and options window -- Using sequences of images for animations -- Packing animations using the texture packer -- Choosing between animation play modes -- Animating the game screen -- Defining and preparing new animations -- Animating the gold coin game object -- Animating the bunny head game object -- Summary -- Index. , English
    Additional Edition: ISBN 1-78216-604-1
    Additional Edition: ISBN 1-299-91659-7
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    UID:
    kobvindex_STMD-0000391
    Format: 164 S. : Ill.
    ISBN: 9783946537830
    ISSN: 1865-2069
    Series Statement: Hefte für regionale Textil- und Industriegeschichte 4
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    UID:
    b3kat_BV040025632
    Format: Ill.
    ISSN: 0949-3751
    In: Industriekultur, Essen, 16 (2010),4, =53 (2010), S. 9 - 11, 0949-3751
    Language: German
    Keywords: Raffinerie Salzbergen ; Geschichte 1860-2010
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Book
    Book
    Dresden : Freistaat Sachsen, Staatsministerium des Innern
    UID:
    kobvindex_COL14833
    Format: 395 S. , Ill., Kt. ; 30 cm
    Edition: 1. Aufl.
    ISBN: 3930380021
    Series Statement: Schriftenreihe für Baukultur, Architektur, Denkmalpflege / B Bulletin 2
    Language: German
    Keywords: Sachsen -23.07.1952 ; Bürgerhaus ; Baudenkmal ; Inventar ; Sachsen -23.07.1952 ; Bauernhaus ; Baudenkmal ; Inventar ; Inventar ; Inventar
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    UID:
    b3kat_BV012910193
    Format: 303 S. , zahlr. Ill.
    Edition: 1. Aufl.
    ISBN: 3930380064
    Series Statement: [Schriftenreihe für Baukultur, Architektur, Denkmalpflege / B] 4
    Language: German
    Keywords: Baudenkmal ; Nutzungsänderung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    UID:
    b3kat_BV023570799
    Format: 395 S. , Ill., Kt. , 30 cm
    Edition: 1. Aufl.
    ISBN: 3930380021
    Series Statement: Schriftenreihe für Baukultur, Architektur, Denkmalpflege : Reihe B., Besonders gefährdete Kulturdenkmale im Freistaat Sachsen Bulletin 2
    Language: German
    Keywords: Sachsen ; Bürgerhaus ; Baudenkmal ; Sachsen ; Bauernhaus ; Baudenkmal ; Inventar ; Katalog
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages