• Title/Summary/Keyword: use for game

Search Result 906, Processing Time 0.025 seconds

Direct3D Interface Module Development for Python Language (Python 언어를 위한 Direct3D 인터페이스 모듈 개발)

  • Lee, Gang-Seong
    • Journal of Korea Game Society
    • /
    • v.6 no.1
    • /
    • pp.29-36
    • /
    • 2006
  • This paper describes the implementation of Direct3D interface library for Python language. DirectX is the most popular library used for 3D games and 3D modelings. However, softwares which use the library can only be developed in the environments provided by Microsoft like Visual Studios and .NET framework. The interface module for Python, this paper presents, will extend the coverage of the useful library DirectX to a language which is not fully supported by Microsoft. The interface techniques described here can be a guide to develop interface modules for other languages too, which make their language more powerful and extensible. This paper describes the implementation techniques to develop the interface module for Python, advantages and disadvantages.

  • PDF

Development of the Training System for Equilibrium Sense Using the Unstable Platform (불안정판을 이용한 평형감각 훈련시스템 개발)

  • Piao, Yong-Jun;Yu, Mi;Kwon, Tae-Kyu;Hong, Chul-Un;Kim, Nam-Gyun
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.22 no.8 s.173
    • /
    • pp.192-198
    • /
    • 2005
  • In this paper, we propose a new training system for the improvement of equilibrium sense using unstable platform. The equilibrium sense, which provides orientation with respect to gravity, is important to integrate the vision, somatosensory and vestibular function to maintain the equilibrium sense of the human body. In order to improve the equilibrium sense, we developed the software program such as a block game, pingpong game using Visual C++. These training system for the equilibrium sense consists of unstable platform, computer interface and software program. The unstable platform was a simple structure of elliptical-type which included tilt sensor, wireless RF module and the device of power supply. To evaluate the effect of balance training, we measured and evaluated the parameters as the moving time to the target, duration to maintain cursor in the target of screen and the error between sine curve and acquired data. As a results, the moving time to the target and duration to maintain cursor in the target was improved through the repeating training of equilibrium sense. It was concluded that this system was reliable in the evaluation of equilibrium sense. This system might be applied to clinical use as an effective balance training system.

A Study on the Comparison of the Virtual Reality Development Environment in Unity and Unreal Engine 4 (유니티와 언리얼 엔진 4 에서의 가상현실 개발환경에 관한 비교연구)

  • Yunsik, Cho;Jinmo, Kim
    • Journal of the Korea Computer Graphics Society
    • /
    • v.28 no.5
    • /
    • pp.1-11
    • /
    • 2022
  • Game engines have the advantage of enabling efficient content production, such as reducing development time, with minimal visual quality guarantees and support for multi-platforms. Recently, game engines have provided various functions that can easily, quickly, and effectively produce immersive content using virtual reality (VR) HMD. Therefore, this study conducts a comparative study on the development environment in VR content production using Oculus Quest 2 HMD, focusing on Unity and Unreal game engines, which are widely used in the content production industry, including games. First, we compare the basic setup process of building a development environment using Oculus Quest 2 HMD and a dedicated controller based on a VR template project that includes the minimum functions and settings provided by each engine. Next, we present a simple experience environment that can interact in a virtual environment and compare the development environment to use a dedicated controller and the process of building a development environment that directly utilizes hands through the hand tracking function provided by Oculus Quest 2. Through this process, we will understand the basic process of building a VR development environment, and at the same time, we will check the characteristics and differences of the engine and use it as a research that can be applied to various immersive content production.

Utilization Status of Internet and Dietary Information of School Children in Gyeonenam and Jeonbuk Areas (경남과 전북지역 초등학교 고학년생의 인터넷 및 식생활정보 이용실태)

  • 허은실;이경혜
    • Korean Journal of Community Nutrition
    • /
    • v.8 no.1
    • /
    • pp.15-25
    • /
    • 2003
  • This study was carried out to investigate the utilization status of internet and dietary information by gender (boys : 442, girls : 461) in school children (total 903). The results were summarized as follows. The most of children used internet regularly (98.1%) and major purpose of using were mentioned as 'game (39.0%)' and 'social intercourse (49.5%)'. The duration of internet use was '< 2hours (80.9%)' They used internet mainly at 'home (88.8%)', and favorite search engines were 'Yahoo (54.2%)' and 'Daum (31.1%)'. The searching experience on dietary information was from only 35.6% of subjects mainly 'for homework (39.6%)' and 'for health (36.9%)'. The satisfaction degree of searched information was 'high (79.5%)'. Dissatisfactory reasons of internet site for dietary information were pointed out to be 'bring little interest (28.9)', 'difficult contents (19.2%)', and 'poor Information (18.2%)'. Only fifteen % of subjects had experience of nutrition counseling using internet, and purpose of counseling was mainly 'for homework (51.4%)' and 'for health problem (24.3%)'. The problems for nutritional counseling site were pointed out to be 'difficult answer content (31.7%)', 'insincere answer (28.6%)'and 'poor answer content (25.4%)'. They acquire information of nutrition and health management mainly through 'internet (43.7%)'. 'Growth and nutrition (28.3%)', 'improvement in studying ability (13.8%)', 'right weight control (13.3%)' and 'cooking (12.8%)'were most frequently asked information, They had a preference for 'game (40.5%)', 'animation (29.9%)' and 'quiz (18.1%)'as loaming method tools. The favorite site color was 'green (51.3%)'The results of this study showed that although the internet use was very high, they used internet to search dietary information very seldom. Therefore, the information donor should find out what is the optimal tool, what kind of dietary information was needed for school children.

Object Replication and Consistency Control Techniques of P2P Structures for Multiplayer Online Games (멀티플레이어 온라인 게임을 위한 P2P 구조의 객체 복제와 일관성 제어 기법)

  • Kim, Jinhwan
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.14 no.4
    • /
    • pp.91-99
    • /
    • 2014
  • The main game architectures for multiplayer online games are the traditional client-server architectures, multi-server architectures and P2P(peer-to-peer) architectures. P2P architectures, due to their distributed and collaborative nature, have low infrastructure costs and can achieve high scalability as well as fast response time by creating direct connections between players. However, P2P architectures face many challenges. Distributing a game among peers makes maintaining control over the game more complex. These architectures also tend to be vulnerable to churn and cheating. Providing consistency control in P2P systems is also more difficult since conflicting updates might be executed at different sites resulting in inconsistency. In order to avoid or correct inconsistencies, most multiplayer games use a primary-copy replication approach where any update to the object has to be first performed on the primary copy. This paper presents the primary-copy model with the update dissemination mechanism that provides consistency control over an object in P2P architectures for multiplayer online games. The performance for this model is evaluated through simulation experiments and analysis.

Pricing the Seaport Service according to the Cost Allocation Rule of Game Theory (게임이론 비용배분규칙에 의한 항만서비스 가격산정)

  • Park, Byung-In;Sung, Souk-Kyung
    • Journal of Korea Port Economic Association
    • /
    • v.28 no.4
    • /
    • pp.257-274
    • /
    • 2012
  • Since service competition among global supply chains became intensified, market-oriented system, instead of the existing cost-based system, for port service pricing has been strongly recommended in order to enhance their long-term viability and competitiveness. The Owen value of cooperative game frameworks allows us to apply a market-oriented pricing theory for the port pricing in the case of Gwangyang port to verify its usefulness. The analytical results of this paper suggested some solutions in the problem of berth-based cost allocation by a characteristic function and also showed the proper relative weights of factors to derive the quay use index by Budescu(1993). We also suggested a favorable port pricing system to major shipping firms as well as a discount port pricing system for their strategic alliance. To put it differently, the results of this study enable the port managers to make out some strategic port pricing system like the reasonable discount in port charge for the larger ship owners using the ports frequently.

Interference Pricing based Resource Allocation for D2D Communications in Cellular Networks

  • Li, Xiaomeng;Lv, Tiejun
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.12 no.9
    • /
    • pp.4166-4182
    • /
    • 2018
  • We consider the Device-to-Device (D2D) communications in cellular networks where each cellular user (CU) shares the same resource with multiple D2D users (DUs). In this paper, we aim to maximize the energy efficiency (EE) of the D2D networks, subject to an interference constraint required by the CU. Since the cellular and D2D communications belong to different networks, we consider to incentivize base station (BS) while assisting the DUs. To this end, we propose a Stackelberg game based interference pricing framework for the considered D2D communications in cellular networks. Unlike most of the existing methods, we use interference pricing framework to jointly address the EE resource allocation problem and the interference management in our networks rather than only improve the EE of the DUs or protect cellular networks. In particular, BS and all the users do not need all channel state information, which is more realistic in practice. In addition, two different pricing strategies are also proposed. Based on the two strategies, we analyze the equilibrium of the game. Moreover, in the first strategy, the upper and lower boundaries of the interference price are obtained. The closed-form expression is gained with a backward induction for the second strategy. Both offer valuable insights to the considered scenarios. Finally, compared with the existing work, the EE of the D2D communications is significantly improved. The advantageous performance of our scheme are demonstrated by the simulation results.

Educational Insect Robot Content use of play(Game) for the Nuri Process Education of Creative in Smartphone (스마트폰을 활용한 로봇 교육 콘텐츠 게임 활용 연구)

  • Park, Young-suk;Park, Dea-woo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2013.10a
    • /
    • pp.131-134
    • /
    • 2013
  • Nuri process is a common process of childcare and education for infants to 5 years old in 2012 has been carried out. In order to operate a paint program, teachers not only easy to take advantage in the field, education robot, taking into account developmental compatibility in accordance with stable, physical stability, age psychological infant, the diversity, education robot that can be worn thinking, creativity, scientific thinking is required. In this paper, I will study the applications and Internet services to infants through your favorite smartphones. To the study of development in the smartphone educational insect robot application with the educational environment that infants are environmentally friendly. Utilizing the game smartphone, Nari proceed to step 15, place the questions and answers for enhancing the education effect on the way, to enhance the creative effect of the robot and education. In this paper, I will continue to contribute to the development of content for the education of taste creative.

  • PDF

Reduction of Presentation Latency in Thin-Client of Cloud System (클라우드 시스템의 씬 클라이언트에서의 표시 지연 절감)

  • Kang, Seung Soo;Ko, Hyun;Yoon, Hee Yong
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.2 no.4
    • /
    • pp.163-176
    • /
    • 2013
  • Cloud-based streaming game service has numerous merits, but it may suffer from presentation latency in a thin-client. It is an important issue especially for game service which needs instantaneous response to user inputs. This research proposes the methods for reducing the presentation latency between the server unit and the thin-client unit. The approaches proposed to be employed with server unit include the source/sync video format equalization, encoding format configuration according to the media type, and the S/W implementation for transmitting clock periodically. The methods for the thin-client unit include the decreasing the number of instructions, use of light encryption algorithm, and improvement on H/W decoding. The proposed schemes are tested with a commercialized streaming service platform, which reveals the reduction of presentation latency as large as a few hundred milliseconds and reaches the acceptable level (about 100 milliseconds).

Quantitative Analysis for Win/Loss Prediction of 'League of Legends' Utilizing the Deep Neural Network System through Big Data

  • No, Si-Jae;Moon, Yoo-Jin;Hwang, Young-Ho
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.4
    • /
    • pp.213-221
    • /
    • 2021
  • In this paper, we suggest the Deep Neural Network Model System for predicting results of the match of 'League of Legends (LOL).' The model utilized approximately 26,000 matches of the LOL game and Keras of Tensorflow. It performed an accuracy of 93.75% without overfitting disadvantage in predicting the '2020 League of Legends Worlds Championship' utilizing the real data in the middle of the game. It employed functions of Sigmoid, Relu and Logcosh, for better performance. The experiments found that the four variables largely affected the accuracy of predicting the match --- 'Dragon Gap', 'Level Gap', 'Blue Rift Heralds', and 'Tower Kills Gap,' and ordinary users can also use the model to help develop game strategies by focusing on four elements. Furthermore, the model can be applied to predicting the match of E-sports professional leagues around the world and to the useful training indicators for professional teams, contributing to vitalization of E-sports.