Coder Social home page Coder Social logo

cafe's Introduction

CAFE

CAFE(Creator's Advanced Film Editor)は、AviUtlの後継として考案されたプロジェクトです。

Description

現在開発中です。

Demo

Requirement

OS

動作確認済みOS

  • Windows 10 Home 64bit
  • Windows 7 Professional 64bit
  • Ubuntu 14.04 LTS (Unity)

Libraries

Windows

  • OpenGL
  • OpenAL
  • SDL2
  • freetype

Windowsに於いてはライブラリが同梱されているので別途インストールの必要はありません。

Linux

  • libopenal-dev
  • libsdl2-dev
  • freeglut3-dev
  • libglew1.5-dev
  • freetype

apt-get : sudo apt-get install libopenal-dev libsdl2-dev freeglut3-dev libglew1.5-dev
freetypeは手動でインストールしてください。

OS X

  • freetype
  • openal
  • opengl
  • sdl2

brew : brew install freetype; brew install openal; brew install sdl2

Compiler and BuildTool

  • dmd 2.075.0
  • dub 1.0.0

Build

リリースされているものと同じバイナリを作成するには以下のコマンドを使用します。
binに実行ファイルが生成されます。

dub build --build=release -a x86_64

デバッグ用のバイナリは以下のコマンドで作成します。

dub build

デバッグコンパイルに於いて、マルチスレッドを利用すると正常に動作しません。

Licence

GNU Public License v3.0

Author

aoitofu
Aodaruma
SEED264

cafe's People

Contributors

seed264 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.