본문 바로가기
카테고리 없음

[3DE] 3D Engine OGRE

by 나스닥171819 2023. 9. 26.
728x90
반응형

OGRE

 

 

Since 2001, OGRE has grown to become one of the most popular open-source graphics rendering engines, and has been used in a large number of production projects, in such diverse areas as games, simulators, educational software, interactive art, scientific visualisation, and others.

 

https://www.ogre3d.org/

 

OGRE - Open Source 3D Graphics Engine

Home of a marvelous rendering engine

www.ogre3d.org

 

 

 

RenderSystem_Direct3D9.dll

RenderSystem_GL .dll 

 

두가지 모드를 고를 수가 있다.

엔진 컴파일이 특정 버전 이상에서만 잘 된다.

SDK 만 쓰자.

 

MogreSDK_1.7.1_beta_r72.exe

ogre-1.7.2-r1131M-py-2.7.7z

ogre-1.7.2-rBETA-py-3.2.7z

 

3ds max 는 포기한다.

자체 mesh 파일만 사용할 수 있는게 가장 단점이다.

http://oneminutelr.blogspot.com/2012/05/port-skyx-and-hydrax-to-ogrekit.html

 

Port SkyX and Hydrax to Ogrekit

Sorry for my bad english. Maybe there're lots of wrong messages.I hope anybody can point those out and give me the right results. My email...

oneminutelr.blogspot.com

https://code.google.com/archive/p/gamekit/wikis/QuickstartGuide.wiki

 

Google Code Archive - Long-term storage for Google Code Project Hosting.

 

code.google.com

 

https://github.com/amerkoleci/mogre

 

GitHub - amerkoleci/mogre: Mogre for Ogre3D 2.0

Mogre for Ogre3D 2.0. Contribute to amerkoleci/mogre development by creating an account on GitHub.

github.com

 

7년 전에 premake 로 만든 사람이 있다.

 

파이썬 게임 (3D 팩맨)

https://www.pygame.org/project-Pathman-384-644.html

 

Pathman - 0.9.1

Pathman is a 3D first/third person re-interpretation of Namco's popular 1980's arcade hit Pac-Man, arguably the most popular computer game of all time.

www.pygame.org

참고로 Pathman 은 VS2005 를 지원한다.

 

 

https://gist.github.com/TheFrostlixen/619a1964450c0547ad06#how-to-compile-python-ogre-to-standalone-executable

 

How to compile Python Ogre to EXE

How to compile Python Ogre to EXE. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com

 

https://youtu.be/nAjwfIDgQJU?si=Ih0VFdwnAt0phATt 

http://randomperorations.blogspot.com/2010/06/certamen-python-ogre-test.html

 

Certamen (Python-Ogre Test)

Last week, I made this random game to test out the latest version of python-ogre. It's a tower defense style game, where the goal is to dest...

randomperorations.blogspot.com

 

반응형