finish linux related code writting. remove all offensive content.
- REMOVE all offensive content in README and etc. This project respect to every contributors. - However, for commercial reason, we limit the contribution from Dassault. - Change license. - Finish linux platform code.
This commit is contained in:
31
README.md
31
README.md
@ -1,9 +1,32 @@
|
||||
# libcmo21
|
||||
|
||||
The aim of this project is creating a universal library which can read / write CMO files or any other Virtools files without any Virtools dependencies.
|
||||
This project will not link any original Virtools dynamic library. So this project can run on both of x64 and x86 platform.
|
||||
This project only involving specific Virtools version, 2.1. Other Virtools version are not considered by this project.
|
||||
The Library for CMO File Read/Write. Also the Minimalist Virtools Environment.
|
||||
|
||||
## Introduction
|
||||
|
||||
The aim of this project is creating a universal library which can read / write CMO files or any other Virtools files without any Virtools dependencies.
|
||||
This project will not link any original Virtools dynamic library. So this project can be ported to any platform if the compiler supports.
|
||||
This project only involving specific Virtools version, 2.1. Other Virtools versions are not considered by this project.
|
||||
The difference between this project and doyaGu's Virtools libraries, is that we are not focusing on re-creating the whole Virtools engine. We only focus on the Virtools files RW, and we only just implement a minimalist Virtools environment for achieving this.
|
||||
This project is based on reverse work of CK2.dll, VxMath.dll and CK2_3D.dll. The program [unvirt](https://aluigi.altervista.org/papers.htm#unvirt) created by Luigi Auriemma, which is licensed by GPL-v2, also help my work.
|
||||
|
||||
For some personal reason, this project will keep a clean room with all doyaGu's projects. All variables and logic are based on my understanding and reversed code. This is my personal behavior, please forgive my decision if you dislike it.
|
||||
## Goals
|
||||
|
||||
The ultimate goals of this project are:
|
||||
|
||||
* Create a library which can read Virtools file and do not limited on x86 platform by original Virtools implement.
|
||||
* Create a user-firendly Python binding. And allow user can export Ballance Map from Blender on Linux platform natively.
|
||||
* Create a Godot Extension which can load Ballance Map natively.
|
||||
|
||||
There is still a long way need to go. But I will try my best.
|
||||
|
||||
## Compile
|
||||
|
||||
This project require:
|
||||
|
||||
* The compiler supporting C++20
|
||||
* Littile-endian architecture system.
|
||||
* zlib
|
||||
* iconv (non-Windows system required)
|
||||
|
||||
It can be compiled on Windows via sln file, or on Linux platform via CMake file.
|
||||
|
Reference in New Issue
Block a user