{"id":16699577,"url":"https://github.com/ousttrue/onibi","last_synced_at":"2025-05-16T11:31:33.306Z","repository":{"id":136460466,"uuid":"3238600","full_name":"ousttrue/onibi","owner":"ousttrue","description":"A distribution package and python wrapper that contain Irrlicht, a bullet, etc. ","archived":false,"fork":false,"pushed_at":"2013-07-02T03:07:00.000Z","size":14264,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T23:51:09.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ousttrue.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-22T07:29:33.000Z","updated_at":"2021-02-23T07:43:45.000Z","dependencies_parsed_at":"2023-03-13T11:01:56.857Z","dependency_job_id":null,"html_url":"https://github.com/ousttrue/onibi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fonibi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fonibi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fonibi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fonibi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ousttrue","download_url":"https://codeload.github.com/ousttrue/onibi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254521904,"owners_count":22085005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T18:07:28.799Z","updated_at":"2025-05-16T11:31:28.278Z","avatar_url":"https://github.com/ousttrue.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============================\n[鬼火]オープンソース詰め合わせ\n==============================\n| Irrlichtが独語で鬼火らしいので直訳。\n| IrrlichtとBulletを中心に3D用途で使うライブラリをMinGWでビルドしやすいようにpremake4を使って編成しました。\n\n* Irrlicht-1.8\n* bullet-2.81\n* freetype\n* glew\n* freeglut\nなど\n\n| Windows+(mingw|vc2010 express edition)で楽にビルドできるようにpremake4.luaで構成しています。\n| ライセンスついては、各ライブラリに準拠してください。\n\n.. contents:: Table of Contents\n_\nURL\n===\n* https://github.com/ousttrue/onibi\n\nToDo\n====\n* msgpack-rpc経由でシーンを構築するUIをなんか作る(pyQTとか？)\n* IrrlichtMLのfreetypeフォントを再マージする？\n\n更新\n====\n2013-06-16\n----------\n* msgpackとmsgpack-rpc-asioを追加\n\n2013-06-12\n----------\n* irrmmdと合体。とりあえずvc2010で全部ビルドするところまで\n* bullet-2.81に更新。_maxdot_largeがリンクできぬ。謎\n* irrlicht-1.8に更新\n* swig関連除去\n\n2013-06-11\n----------\n* vs2010でビルドしてみた\n\n2012-01-22\n----------\n* githubに引越し\n\n2011-11-21\n----------\n* Irrlichtにbulletが入ってしまったり構成がよろしくないのでirrmmdを取り除いた\n\nディレクトリ構成\n================\nfreetype\n--------\n\nfreetype-2.4.6。The FreeType License。\n\nbullet\n------\n\nbullet-2.79のsrcディレクトリ。zlibライセンス。\n\n* swigでラップする都合で少し改造してある(クラス内で定義されたものを外に出すなど)。\n\nbullet/swigbullet\n-----------------\n\nbulletのswigによるラッパ。\n\nbulletdemos\n-----------\n\nbullet-2.79のDEMOS。\n    \nirrlicht\n--------\n\nIrrlicht-1.72のincludeとsrcディレクトリzlibライセンス。\n\n* swigでラップする都合で少し改造してある(クラス内で定義されたものを外に出すなど)。\n* IrrlichtMLとマージ済み\n\nirrlicht/siwgirr\n----------------\n\nIrrlichtのswigによるラッパ。\n\nbzip2\n-----\n\nIrrlicht-1.72のsrc/Irrlicht/bzip2ディレクトリ。\n\njpeglib\n-------\n\nIrrlicht-1.72のsrc/Irrlicht/jpeglibディレクトリ。\n\nlibpng\n------\n\nIrrlicht-1.72のsrc/Irrlicht/libpngディレクトリ。\n\nlzma\n----\n\nIrrlicht-1.72のsrc/Irrlicht/lzmaディレクトリ。\n\nzlib\n----\n\nIrrlicht-1.72のsrc/Irrlicht/zlibディレクトリ。\n\nglew\n----\n\nglew-1.7.0。BSDライセンス。\n\nfreeglut\n--------\n\nFreeglut 2.6.0。X-Consortiumライセンス。bulletdemosが使う。\n\nmsgpack\n-------\n\nmsgpack 0.5.7\n\npremake4.exe\n------------\n\n* http://industriousone.com/premake\n\n各ディレクトリのpremake4.luaはpremake4向けのプロジェクト定義です。\n\nビルド環境\n==========\n1) mingw-get-inst-20111118.exeでC:/MinGWにMinGWとmsysをインストールする。\n2) C:/MinGW/msys/1.0/msys.batでshellに入る\n3) 環境変数::\n\n   export LANG=C\n   export PATH=/mingw/bin:$PATH\n\nビルド方法\n==========\n\n依存ライブラリのスタティックライブラリをビルド\n----------------------------------------------\n::\n\n    \u003e cd onibi\n    \u003e ./premake4 gmake\n    \u003e make\n\nIrrlichtのdllをビルド\n---------------------\n::\n\n    \u003e cd onibi/irrlicht\n    \u003e ../premake4 gmake\n    \u003e make\n\nbulletのビルド\n--------------\n::\n\n    \u003e cd onibi/bullet\n    \u003e ../premake4 gmake\n    \u003e make\n\nirrmmdのビルド\n--------------\n::\n\n    \u003e cd onibi/irrmmd\n    \u003e ../premake4 gmake\n    \u003e make\n\nIrrlicht examplesのビルド\n-------------------------\n::\n\n    \u003e cd onibi/irrlicht/examples\n    \u003e ../../premake4 gmake\n    \u003e make\n\n| メディア置き場が\"../../media\"になっているので、実行時に\n| ../../mediaにIrrlicht/mediaをコピーする必要があります。\n\nbulletdemosのビルド\n-------------------\n::\n\n    \u003e cd onibi/bulletdemos\n    \u003e ../premake4 gmake\n    \u003e make\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fonibi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fousttrue%2Fonibi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fonibi/lists"}