aeon-engine

所属分类:游戏引擎
开发工具:C++
文件大小:21486KB
下载次数:0
上传日期:2019-10-04 18:43:44
上 传 者sh-1993
说明:  永旺引擎。一个基于C++14的现代游戏引擎。
(The Aeon Engine. A modern C++14-based game engine.)

文件列表:
.clang-format (3135, 2019-10-05)
.travis.yml (120, 2019-10-05)
CHANGELOG.md (7617, 2019-10-05)
CMakeGraphVizOptions.cmake (117, 2019-10-05)
CMakeLists.txt (2532, 2019-10-05)
Dockerfile (526, 2019-10-05)
LICENSE (1073, 2019-10-05)
bin (0, 2019-10-05)
bin\config.conf (78, 2019-10-05)
bin\resources (0, 2019-10-05)
bin\resources\atlas (0, 2019-10-05)
bin\resources\atlas\KannettCSheet1.ata (163, 2019-10-05)
bin\resources\materials (0, 2019-10-05)
bin\resources\materials\2d_character.amf (414, 2019-10-05)
bin\resources\materials\animation_test.amf (409, 2019-10-05)
bin\resources\materials\ships.amf (405, 2019-10-05)
bin\resources\materials\sprite_batch.amf (404, 2019-10-05)
bin\resources\materials\test.amf (404, 2019-10-05)
bin\resources\materials\testmaterial.amf (404, 2019-10-05)
bin\resources\materials\valheim.amf (407, 2019-10-05)
bin\resources\meshes (0, 2019-10-05)
bin\resources\meshes\box.dae (7275, 2019-10-05)
bin\resources\meshes\cube.dae (8486, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f (0, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\body.amf (587, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\body_diffuse.png (1045670, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\body_normal.png (911110, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\hair.amf (587, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\hair_diffuse.png (229670, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\hair_normal.png (265619, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\head.amf (587, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\head_diffuse.png (223497, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\head_normal.png (129951, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\license.txt (104, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\weapon.amf (591, 2019-10-05)
bin\resources\meshes\elementalist-warrior-female-character-f\weapon_diffuse.png (78141, 2019-10-05)
... ...

Aeon Game Engine [![Travis-CI](https://travis-ci.org/aeon-engine/aeon-engine.svg?branch=master)](https://travis-ci.org/aeon-engine/aeon-engine) ============== Changelog -------------- The changelog can be found [here](CHANGELOG.md). This changelog describes high level changes made to the engine between release versions. For more detailed information please refer to the GIT commit log. Compiling -------------- The Aeon Engine uses CMake for it's build system. Other than CMake, no additional knowledge should be required to get up and running. There are various "bootstrap" scripts in the root of the archive for convenience for getting up and running quickly. Libraries -------------- Currently Aeon uses the following libraries: - libAeon (general purpose C++14 library) - Open Asset Import Library - GLEW - GLFW or SDL2 (depending on build configuration) - GLM - Google Test - Json11 - libpng - zlib All dependencies are included in this repository for convenience. No external libraries should be required in order to build; other then standard compiler or OS/distribution provided libraries like OpenGL. Code style -------------- A detailed description of code style is yet to be written. Please follow the style as established in the existing code. When in doubt, ask the project's maintainer: Robin Degen. In short: - Prefer C++14 standards above boost or any other library - 4 spaces, no tabs. - No CamelCase. Variables and types must be named_like_this. - 120 character maximum line length. - No compiler or static analysis warnings. Ever. The following comment MUST be at the top of all source files, and must be kept up to date with the version as written in this readme file. License -------------- The Aeon Library is released under the MIT license. Copyright (c) 2012-2018 Robin Degen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

近期下载者

相关文件


收藏者