8000 GitHub - truedat101/bgfxGWEN: a GWEN renderer over the bgfx framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

truedat101/bgfxGWEN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

bgfxGWEN

a GWEN renderer over the bgfx framework

History

  • Last commit from upstream: 55a07b42d15e88741f354afdca908d0ff2697ec7
  • project abandoned after 2013

Building

Original Build

The original build was using premake4.

The issue is premake4 is outdated, and the generator must have knowledge of output formats for various versions of build systems.

The stuff in bgfx (modern today's build) is premake5.

https://premake.github.io/docs/Using-Premake

That said, a bunch of flags are not valid. This doesn't seem well maintained in bgfx either.

CMake Build

The strategy to fix things is to switch this project to use cmake, and port forward all references to bgfx to use modern 10 years older BGFX.

cd build
cmake .. -DGWEN_HOME=PATH_TO_GWEN
make

Running

TODO

About

a GWEN renderer over the bgfx framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 44.8%
  • C++ 29.6%
  • Makefile 11.9%
  • Lua 5.9%
  • Shell 3.5%
  • CMake 2.3%
  • Other 2.0%
0