• Title/Summary/Keyword: 루아

Search Result 5, Processing Time 0.019 seconds

A Study on the Suitability of Scripting Language in Metaverse Development (메타버스 개발과 스크립팅 언어 적합성에 관한 연구)

  • Hwa-Seon Choi
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2023.01a
    • /
    • pp.299-300
    • /
    • 2023
  • 최근 인공지능의 현실화와 더불어 프로그래밍 언어인 Python의 독주가 한창이다. 그렇다면 과연 메타버스 시대가 현실화 된다면 어떤 프로그래밍 언어가 대세가 될 것인가. 현재 메타버스 플랫폼인 로블록스에서 사용되고 있는 루아스크립트, 제페토 월드에서 사용되고 있는 Typescript에서 착안해서 미래의 메타버스 개발에 공용으로 사용될 효율적인 언어를 살펴보았다.

  • PDF

An Efficient Message Management Scheme in Game Engine (게임엔진에서의 효율적인 메시지 관리 기법)

  • Lee, Sang-Wan;Kim, Hye -Young
    • Journal of Korea Game Society
    • /
    • v.8 no.2
    • /
    • pp.77-84
    • /
    • 2008
  • Game engine, materialized by a library or a shape of the module, is providing many ability for developing game. Because of the high cost of developing game, game engine plays a big role on game developing urea by how it provide it's efficiency. In other words, the message scheme, which occur often while carrying out the game, highly affect on how fast it manage, its efficiency, and system's efficiency. Also, it is one of the important urea that needed to be considered while developing the game engine. In this paper, we suggest managing the message scheme technique by Lua script language, proving its suggested technique by developing $O_2$ engine itself, and analyzing it's capacity in order to show its efficiency.

  • PDF

The Functional Extension of the Underwater Vehicle Modeling and Simulation Tactics Manager using the Script Embedding Method (스크립트 임베딩을 활용한 수중운동체 M&S 전술처리기의 기능 확장)

  • Son, Myeong-Jo;Kim, Tae-Wan;Nah, Young-In
    • Journal of the Korea Institute of Military Science and Technology
    • /
    • v.12 no.5
    • /
    • pp.590-600
    • /
    • 2009
  • In the simulation of underwater vehicles such as a submarine or a torpedo, various type of simulations like an engineering level simulation for predicting the performance precisely and an engagement level simulation for examining the effectiveness of a certain tactic is required. For this reason, a tactics manager which can change the behavior of a simulation model according to external tactics is needed. In this study the tactics manager supporting a script language and engine which can represent various tactics and can help users define external input tactics for the tactic manager easily is suggested. Python and Lua which are representative among script languages have been compared and analyzed from the viewpoint of a tactic manage, and the tactic manger using the script engines of those script languages was implemented. To demonstrate the effectiveness of the tactic manager, a target motion analysis simulation of the warfare between a submarine and a surface ship.

Development of Remote Control Module on a 3D Universe Visualization (3D 우주환경 가시화 도구 원격 제어 모듈 개발)

  • Han, Sang-Hyuck;Koo, Cheol-Hea;Lee, Hoon-Hee;Moon, Sung-Tae
    • Aerospace Engineering and Technology
    • /
    • v.12 no.1
    • /
    • pp.120-127
    • /
    • 2013
  • Recently, In Aerospace area the interest of open source software is increasing. One of examples is celestia that is used for visualizing space environment with 3D. Celestia that is open source software has many advantages. First is very easy to use, second is that it can extend new features easily with script language. It is very useful to extend with other systems. But, celestia has a few of remote control features from remote site. In this paper I describe design and implementation of remote control module using UDP communication protocol between celestia and GenSim that is satellite simulation software developed by KARI and describe the problem and solution items are found during development duration.