2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

JUCE調べものリスト

Last updated at Posted at 2017-12-21

##TIPS
DebugString等の出力

juce_core

コアっていうくらい多分コア
他のすべてのJUCEモジュールが必要とする基本的なJUCEクラスの必須セット。
テキスト、コンテナ、メモリ、スレッディング、および入出力機能を含みます。
license: ISC
ISCライセンスwikipedia

  • Modules
  • containers
  • files
  • javascript
  • logging
  • maths
  • memory
  • misc
  • network
  • streams
  • system
  • text
  • threads
  • time
  • unit_tests
  • xml
  • zip

juce_box2d

Box2D物理エンジンといくつかのユーティリティクラスモジュール

juce_cryptography

RSA、Blowfish、MD5、SHAなどのさまざまな基本暗号化機能のクラスモジュール

##analytics
操作分析の収集と送信を行うモジュール

  • Analytics 分析データを管理するシングルトンクラス。
  • ButtonTracker ボタンがクリックされたときに自動的にアナリティクスイベントをAnalyticsシングルトンに送信するクラス。 

##juce_data_structures
スマートなデータ構造とUndo/Redoを管理するモジュール
license: GPL/Commercial

##juce_events
アプリケーションのメインイベントループを実行し、メッセージ、タイマーなどを送受信するためのモジュール
ISCライセンス
link

  • Modules
  • broadcasters
  • interprocess
  • messages
  • timers

juce_graphics

2Dベクトルグラフィックス、画像読み込み/保存、フォント処理などのモジュール
link

##juce_gui_basics
基本的なユーザーインターフェイスコンポーネントおよび関連するモジュール
link

##juce_gui_extra
特殊な用途のその他のGUIクラスモジュール
link

  • code_editor
  • documents
  • embedding
  • misc

##juce_opengl
JUCEのWindowでOpenGLをレンダリングするためのクラスモジュール
link

juce_product_unlocking

オンライン製品認証のクラス、プラグインDLC等が対象?
link

juce_video

ビデオを再生し、カメラ入力をキャプチャするためのクラス
link

オーディオモジュール系は割愛

  • juce_audio_basics
  • juce_audio_devices
  • juce_audio_formats
  • juce_audio_plugin_client
  • juce_audio_processors
  • juce_audio_utils
  • juce_blocks_basics
  • juce_dsp
  • juce_osc
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?