Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okuoku/irrlicht-uwp
Experimental Irrlicht port to UWP with SDL2
https://github.com/okuoku/irrlicht-uwp
Last synced: about 1 month ago
JSON representation
Experimental Irrlicht port to UWP with SDL2
- Host: GitHub
- URL: https://github.com/okuoku/irrlicht-uwp
- Owner: okuoku
- License: other
- Created: 2018-04-12T18:02:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T19:10:22.000Z (over 6 years ago)
- Last Synced: 2024-10-15T09:55:36.548Z (3 months ago)
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Irrlicht UWP
============[![demo](http://img.youtube.com/vi/OqdW7qjPlHg/0.jpg)](http://www.youtube.com/watch?v=OqdW7qjPlHg "demo")
UWP port of Irrlicht game engine using ANGLE GLES2 + SDL2.
This repository is for build files.
See https://github.com/okuoku/irrlicht-generic-sdl for actual port.Build
=====Assumes CMake is installed under `PATH`
1. `git submodule --init --recursive`
2. `mkdir build`
3. `cd build`
4. `cmake -P ../do-uwp64-configure.cmake`
5. `devenv irr.sln` and build