Skip to content

teize001/Crema

 
 

Repository files navigation

Crema

크레마는 게임 개발에 필요한 데이터를 만들고 편리하게 사용하기 위한 솔루션입니다. 게임 디자이너에게는 데이터를 생성 및 관리를 할 수 있게 UI를 제공하며 게임 프로그래머에게는 데이터를 쉽게 사용할 수 있도록 코드와 바이너리 데이터 생성기능을 제공합니다.

문서

위키 페이지

주요 특징

게임 디자이너

  • 동시 편집
  • 엑셀 파일 내보내기(export) 및 가져오기(import)
  • 데이터 버전 관리 및 복구
  • 데이터 비교 및 병합

게임 프로그래머

  • 코드 및 바이너리 데이터 생성
    • c#, typescript, c++
  • 쉽고 빠른 데이터 로딩
  • 키 값을 사용한 쉽고 빠른 데이터를 열람

기타

  • javascript 언어를 사용한 자동화 작업
  • 다양한 형태의 내보내기 지원(미포함)
    • excel, xml, json, yaml, mssql, mysql, sqlite
  • Window Service 지원
  • mac osx에서 사용가능
    • 터미널 기반 프로그램 한정

프로그램 구성

cremaserver

콘솔 기반 크레마 서버 구동 프로그램 Alt text

실행 예시
cremaserver.exe run repo-path

crema

UI 기반 크레마 클라이언트 프로그램 Alt text

cremaconsole

콘솔 기반 크레마 클라이언트 프로그램

실행 예시
cremaconsole.exe connect localhost
cremaconsole.exe run javascript.js

cremadev

콘솔 기반 크레마 코드 및 바이너리 데이터 생성 프로그램

실행 예시
cremadev.exe get localhost outputPath
cremadev.exe get localhost outputPath --lang ts

Development Environment

  • Microsoft Visual Studio Professional 2017
  • C# 7.0
  • .NET Framework 4.5
  • WPF(Windows Presentation Foundation)
  • WCF(Windows Communication Foundation)

빌드시 필요 라이선스

실행 필수 요소

  • svn
    • 미설치시 cremaserve 구동 불가능

사용된 프로젝트

  • Second Earth
  • 프로야구 630
  • 소환사가 되고 싶어
  • H2
  • 팡야 모바일

Libraries

License

MIT License

Copyright (c) 2018 Ntreev Soft co., Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Meta data server & client tools for game development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 84.0%
  • C++ 15.4%
  • TypeScript 0.6%
  • JavaScript 0.0%
  • Shell 0.0%
  • Batchfile 0.0%