User:Dahnielson/.plan
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 6: | Line 6: | ||
* Get more content into wiki | * Get more content into wiki | ||
* Create an Android build: | * Create an Android build: | ||
− | ** <span style=" text-decoration: line-through;">Bullet</span> | + | ** <span style="text-decoration: line-through;">Bullet</span> done! |
− | ** <span style=" text-decoration: line-through;">FreeType</span> | + | ** <span style="text-decoration: line-through;">FreeType</span> done! |
− | ** <span style=" text-decoration: line-through;">Lua</span> | + | ** <span style="text-decoration: line-through;">Lua</span> done! |
*** With a small patch, update to latest version do not fix the problem. | *** With a small patch, update to latest version do not fix the problem. | ||
− | ** <span style=" text-decoration: line-through;">NPK</span> | + | ** <span style="text-decoration: line-through;">NPK</span> done! |
*** With a small patch to current version, should be updated to latest version instead. | *** With a small patch to current version, should be updated to latest version instead. | ||
− | ** <span style=" text-decoration: line-through;">TinyXML</span> | + | ** <span style="text-decoration: line-through;">TinyXML</span> done! |
− | ** <span style=" text-decoration: line-through;">MaratisCommon</span> | + | ** <span style="text-decoration: line-through;">MaratisCommon</span> done! |
− | ** <span style=" text-decoration: line-through;">MaratisOpenGLES</span> | + | ** <span style="text-decoration: line-through;">MaratisOpenGLES</span> done! |
− | ** <span style=" text-decoration: line-through;">MaratisWavSound</span> | + | ** <span style="text-decoration: line-through;">MaratisWavSound</span> done! |
** Need to build the MaratisPlayer as a shared lib | ** Need to build the MaratisPlayer as a shared lib | ||
** Option 1: Need to write an Android app that loads the MaratisPlayer lib via JNI | ** Option 1: Need to write an Android app that loads the MaratisPlayer lib via JNI | ||
** Option 2: Or just go native and write the whole app in C++ | ** Option 2: Or just go native and write the whole app in C++ | ||
* Dependencies: | * Dependencies: | ||
− | ** <span style=" text-decoration: line-through;">Replacing DevIL with "native" image loaders (we already have libjpeg and libpng as dependencies)</span> | + | ** <span style="text-decoration: line-through;">Replacing DevIL with "native" image loaders (we already have libjpeg and libpng as dependencies)</span> done! |
− | ** Replacing libsndfile with "native" sound loaders using libogg, libvorbis and libvorbisfile | + | ** <span style="text-decoration: line-through;">Replacing libsndfile with "native" sound loaders using libogg, libvorbis and libvorbisfile</span> done! |
** Replacing OpenAL with OpenAL-Soft | ** Replacing OpenAL with OpenAL-Soft | ||
** Look into LuaJIT | ** Look into LuaJIT |
Revision as of 16:27, 22 February 2014
- Read all topics in all sections of the forum:
- Engine section done!
- Off-topic section done!
- Editor section done!
- News section done!
- Get more content into wiki
- Create an Android build:
- Bullet done!
- FreeType done!
- Lua done!
- With a small patch, update to latest version do not fix the problem.
- NPK done!
- With a small patch to current version, should be updated to latest version instead.
- TinyXML done!
- MaratisCommon done!
- MaratisOpenGLES done!
- MaratisWavSound done!
- Need to build the MaratisPlayer as a shared lib
- Option 1: Need to write an Android app that loads the MaratisPlayer lib via JNI
- Option 2: Or just go native and write the whole app in C++
- Dependencies:
- Replacing DevIL with "native" image loaders (we already have libjpeg and libpng as dependencies) done!
- Replacing libsndfile with "native" sound loaders using libogg, libvorbis and libvorbisfile done!
- Replacing OpenAL with OpenAL-Soft
- Look into LuaJIT
- Build system:
- Test CMake build system with Visual Studio
- Create a crosscompiled MinGW build for Windows