はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    プライムデーセール

『Build New Games』

  • 人気
  • 新着
  • すべて
  • Creating a 3D game with Three.js and WebGL - Build New Games

    5 users

    buildnewgames.com

    Prerequisites A browser with WebGL - this game has been tested on Chrome and Firefox. IE still doesn’t support WebGL, unless you’re using Windows 8.1 with IE11. Three.js library available for download from the Three.js website The Keyboard.js helper library I used for this project, created by Arthur Schreiber at No Karma. Download it from my GitHub repository A basic understanding of what Three.js

    • テクノロジー
    • 2013/07/25 13:15
    • three.js
    • WebGL
    • JavaScript
    • A-STAR Pathfinding AI for HTML5 Canvas Games - Build New Games

      3 users

      buildnewgames.com

      Knowing how to get from point A to point B is something many games require. Whether you’re designing a deep turn-based strategy tactics RPG or a simple puzzle game, navigating your game world often requires more intelligence from your game characters than merely pointing towards a goal and moving in a straight line. You wouldn’t want the units in your game to walk through walls. Nor would players

      • テクノロジー
      • 2013/02/06 17:28
      • javascript
      • WebSockets: A Guide - Build New Games

        4 users

        buildnewgames.com

        Efficient, realtime data transfer for modern web games WebSockets provide two-way realtime communication between a client and server, and thus are exceedingly useful in building modern web games. Browser-based games can profit from an always-on, low-latency connection by enabling the rapid transmission of information about player and global game state previously emulated by methods such as Ajax po

        • テクノロジー
        • 2013/01/24 03:01
        • websocket
        • development
        • javascript
        • game
        • DOM Sprites: a Viable Alternative to Canvas - Build New Games

          6 users

          buildnewgames.com

          Today we’re going to look at an alternative to the CANVAS tag which works great for HTML5 games. The best part? It is easy to implement, and works everywhere! Though canvas is what people think of first when considering ways to render game sprites using HTML5, it is notoriously slow on older mobile devices, obsolete browsers, and many game consoles. On some legacy hardware and software, there’s NO

          • テクノロジー
          • 2012/11/17 15:47
          • javascript
          • game
          • image
          • css
          • programming
          • Compiling to JavaScript: What, Why, and How? - Build New Games

            9 users

            buildnewgames.com

            Five years ago, Build New Games would not have had much to talk about. The only viable option to make web games at the time was Flash. Since then, web browsers have progressed by leaps and bounds both in performance and features; and they are now capable of running pretty complex games. How complex? We don’t know yet, we’re all just getting started really. Someone pushes the envelope and wows the

            • テクノロジー
            • 2012/11/16 05:58
            • AltJS
            • javascript
            • browser
            • programming
            • How Physics Engines Work - Build New Games

              3 users

              buildnewgames.com

              Introduction, Motivation, and Goals My name is Burak Kanber. I started programming in 1999 and built my first MMORPG in Perl in 2001. Years later I attended the prestigious (and tuition-free) Cooper Union, where I studied automotive and sustainable engineering. I earned my master’s in engineering simulating physics in the powertrain of hybrid cars. I’m presently an entrepreneur and the co-founder/

              • テクノロジー
              • 2012/11/09 15:22
              • javascript
              • game
              • Optimizing WebSockets Bandwidth - Build New Games

                4 users

                buildnewgames.com

                Steve cradled his pumpkin spice latte as he walked into the office. It had been three weeks since the launch of his HTML5 multiplayer game, and things were going great. As Steve checked his e-mail, he noticed the account statement from his cloud service provider. “Let’s see here,” Steve muttered to himself. “Virtual server… 100,000 total hours.” Steve knew this was roughly correct, given the stati

                • テクノロジー
                • 2012/09/22 17:41
                • network
                • JavaScript Physics Engines Comparison - Build New Games

                  27 users

                  buildnewgames.com

                  In this article we will take a look at three popular Javascript physics libraries and one that is currently in development: box2dweb, Ammo.js, JigLibJS, and Cannon.js. For each one, a quick introduction will be given and then the library will be rated based on ease of use, performance, and feature set. Though it is possible to run any of these libraries without a visual representation, that isn’t

                  • テクノロジー
                  • 2012/08/11 23:27
                  • JavaScript
                  • physics
                  • 物理シミュレーション
                  • Library
                  • js
                  • まとめ
                  • High-Performance, Garbage-Collector-Friendly Code - Build New Games

                    19 users

                    buildnewgames.com

                    16 milliseconds is not a lot of time. Try eating a hotdog that fast – though I swear I’ve seen our dog go through a beef sausage in under 100 milliseconds. If you want your game to run at 60 frames per second, 16 milliseconds is all you have to get everything done: moving bullets around, creating new entities, drawing sprites, checking collisions, tracking and changing states, handling input and p

                    • テクノロジー
                    • 2012/08/07 05:47
                    • JavaScript
                    • performance
                    • gc
                    • js
                    • programming
                    • JavaScript Game Code Organization - Build New Games

                      3 users

                      buildnewgames.com

                      At Bocoup, my colleagues and I often laze about in antique leather armchairs, sipping Mai Tais, waxing rhetoric about important issues-of-the-day including international politics and automatic semicolon insertion. One thing I find fascinating is how people working on different types of projects have different wisdom to share: best practices for jQuery plugins are different than those for Facebook

                      • テクノロジー
                      • 2012/07/23 13:03
                      • JavaScript
                      • Real Time Multiplayer in HTML5 - Build New Games

                        13 users

                        buildnewgames.com

                        Multiplayer and browsers When you consider making multiplayer games, there are many methods available for creating a game that friends can play online. There is a good variety of multiplayer game types - take for example a card game you play synchronously with friends. Turns are made, information is exchanged in (semi) real time and the game progresses in discrete steps. Another example, Chess, ca

                        • テクノロジー
                        • 2012/07/19 07:03
                        • JavaScript
                        • node.js
                        • browser
                        • html5
                        • media
                        • Progressive Enhancement in Browser-Based Games - Build New Games

                          4 users

                          buildnewgames.com

                          Browser-based games are uniquely positioned at the intersection of the web and games, inheriting all the capabilities and resources of the web and browser technology. However they also face many of the same problems associated with developing for the web, while still retaining the intrinsic challenges of game development. One fundamental challenge of web development is providing access to the dive

                          • テクノロジー
                          • 2012/07/13 14:52
                          • Build New Games

                            10 users

                            buildnewgames.com

                            Build New Games published a series of awesome HTML5 game development articles in 2012 and 2013. While we're currently not publishing new content, the current archive will continue to be available for your enjoyment. For questions or comments drop us an email. View all articles

                            • テクノロジー
                            • 2012/04/03 19:52
                            • html5
                            • game
                            • JavaScript
                            • Memo
                            • 開発
                            • ゲーム

                            このページはまだ
                            ブックマークされていません

                            このページを最初にブックマークしてみませんか?

                            『Build New Games』の新着エントリーを見る

                            キーボードショートカット一覧

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

                            • 総合
                            • 一般
                            • 世の中
                            • 政治と経済
                            • 暮らし
                            • 学び
                            • テクノロジー
                            • エンタメ
                            • アニメとゲーム
                            • おもしろ
                            • アプリ・拡張機能
                            • 開発ブログ
                            • ヘルプ
                            • お問い合わせ
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について

                            公式Twitter

                            • 公式アカウント
                            • ホットエントリー

                            はてなのサービス

                            • はてなブログ
                            • はてなブログPro
                            • 人力検索はてな
                            • はてなブログ タグ
                            • はてなニュース
                            • ソレドコ
                            • App Storeからダウンロード
                            • Google Playで手に入れよう
                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                            設定を変更しましたx