Go to file
2021-02-16 21:43:03 +01:00
blender/io_scene_emf [DEV] continue cleaning code to update new API 2018-04-05 21:32:40 +02:00
data [DEV] add testure material shaders 2019-04-01 22:00:17 +02:00
doc Change licence APACHE-2 to MPL-2 ==> force source redistribution and permit static link 2017-01-05 21:28:23 +01:00
ege [DEV] automatic selection of texture mode in shader 2019-04-01 21:59:56 +02:00
sample [DEBUG] update new API of lutin log 2019-05-03 10:18:22 +02:00
.gitignore [DEV] create ege basics 2013-08-12 21:55:05 +02:00
.travis.yml [CI] update build 2016-10-24 22:25:37 +02:00
authors.txt [DOC] update documentation 2016-09-14 21:03:16 +02:00
dev.boo [DEV] remove etk_min and etk_max 2014-07-03 21:03:26 +02:00
doxy_ege.py [DEV] correct some physics error 2017-05-05 21:46:10 +02:00
LICENSE Change licence APACHE-2 to MPL-2 ==> force source redistribution and permit static link 2017-01-05 21:28:23 +01:00
lutin_ege.py [DEBUG] update new API of lutin log 2019-05-03 10:18:22 +02:00
lutinParseSubFolders.txt [DEV] start developement of a basic IA system 2018-08-14 23:33:42 +02:00
README.md [DEV] update exporter but not the reader 2017-03-19 22:51:12 +01:00
version.txt [RELEASE] Release v1.0.0 2021-02-16 21:43:03 +01:00

Ege

Ege (Ewol Game Engine) is a FREE software.

Build Status

Install blender exporter emf file

get blender version

blender --version | grep "Blender "

create user addon directory: (replace 2.xx with the blender version)

mkdir -p ~/.config/blender/2.xx/scripts/addons/
ln -s $(pwd)/blender/io_scene_emf ~/.config/blender/2.xx/scripts/addons/
  • Launch Blender
  • File -> User Preferences
  • Select "Addons" tab
  • Enable "Import-export: Ewol Mesh file format emf"

Some error classile with awesome and blender

  • file -> user preferences -> system -> Windows draw methode: triple bufferings

License (MPL v2.0)

Copyright ege Edouard DUPIN

Licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.mozilla.org/MPL/2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.