Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ousttrue/artoolkit
It reorganized for easy to build on windows
https://github.com/ousttrue/artoolkit
Last synced: about 17 hours ago
JSON representation
It reorganized for easy to build on windows
- Host: GitHub
- URL: https://github.com/ousttrue/artoolkit
- Owner: ousttrue
- Created: 2013-01-18T11:19:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-26T05:41:39.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T18:07:22.922Z (about 1 month ago)
- Language: C
- Size: 645 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
======================
ARToolKit(reorganized)
======================
ARToolKit-2.7.1.2とDSVL-0.0.8bをWindowsでビルドしやすいように再編成した。
ARToolKit-2.7.2.1が最新だったので差し替え。license
=======
ARToolKitとDSVLに基づいてGPL。history
=======
* 20130122 ARToolKitとDSVLでひとつのdllを生成するように変更した。
* 20130119 ARToolKitを2.7.1.2から2.7.2.1に差し替え。
* 20130118 新規。DSVLのiterの修正。DSVL, ARToolKitのdllを作らないようにした。require
=======
VC++2010 express edition
------------------------
コンパイラWindows SDK
-----------
Samples/Multimedia/DirectShow/BaseClassesに含まれるstreams.hとビルド結果のstrmbase.libが必要。Windows SDK(v6.0A/v6.1A)
------------------------
Include/qedit.hが必要。Windows DDK
-----------
DSVLがatlを使っている。premake4
--------
vcのソリューション、プロジェクト生成に使う。build
=====
streamsディレクトリに
* $(Windows SDK DIR)/Samples/Multimedia/DirectShow/BaseClasses/下の.cppと.h
* $(Windows SDK DIR)/Include/qedit.h
をコピーするctlutil.hの修正
---------------
Windows SDK v7.1では不要だった。VC6とかなら通りそうだが・・・
::
LONG operator=(LONG);wxdebug.cppの修正
-----------------
Windows SDK v7.1では不要だった。VC6とかなら通りそうだが・・・
::
static DWORD g_dwLastRefresh = 0;winutil.cppの修正
-----------------
Windows SDK v7.1では不要だった。VC6とかなら通りそうだが・・・
::
// for文のスコープバグ?
UINT Count;
for (Count = 0;Count < Result;Count++)outputq.cppの修正
-----------------
Windows SDK v7.1では不要だった。VC6とかなら通りそうだが・・・
::
// for文のスコープバグ?
long iDone;
for (iDone = 0;qedit.hの修正
-------------
::
//#include "dxtrans.h"
// 4か所
//: public IDXEffectvcのsolutionを生成
------------------
::> premake4 vs2010
vcで普通にビルドするdirectory
=========
ar
--
ARToolKit-2.7.1.2のincludeとlibdata
----
ARToolKit-2.7.1.2のbin/Data
DSVL-0.0.8bのmediadebug
-----
glut32.dlldoc
---
オリジナルのREADMEなど。dsvl
----
DSVL-0.0.8bのsrcdsvlsample
----------
DSVL-0.0.8bのsrc/glutSample.cppexamples
--------
ARToolKit-2.7.1.2のexamplesglut
----
glutのimportライブラリとヘッダrelease
-------
glut32.dllstreams
-------
Samples/Multimedia/DirectShow/BaseClassesのcppとhとqedit.hをここにコピーするべしtinyxml
-------
DSVL-0.0.8bのextlib/tinyxml