Skip to content

ritgraphics/VixenEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Vixen Engine C++ Open Source Game Engine

About

Vixen Engine, is an attempt to develop a completely free and open game engine for use in commerical, academic, and personal projects.

Development started on Vixen Engine in 2014 at Rochester Institue of Technology.

Platforms

Vixen Engine currently targets the following platforms:

  • Windows ( Windows 10, Windows 7 )
  • Linux ( Ubuntu )

Dependencies

  • SDL2
  • GLEW
  • DirectX (DirectX 11)
  • OpenGL (OpenGL 3.3+)
  • Assimp
  • FreeImage
  • tinyxml2
  • Lua
  • lua-intf

Building

Build instructions are available for Ubuntu Linux and Microsoft Windows

Windows (64-bit)

Included in the repository is a Visual Studio 2015 solution file. It is already setup to build and run Vixen Engine targeting x64. There are currently no plans to target 32-bit and there are no prebuilt dependencies in the repository. If you wish to develop a 32 bit version of Vixen, you will have to retrieve all the depencies and build 32-bit versions.

If you have any issues getting the VS2015 solution file to open and VCore, VGraphics, VGame, or VTest project files to build, please file an issue.

NOTE: All dependencies have been included prebuilt targeting x64 with VC++14 compiler in the repository for building on Windows.

Linux

Currently, Vixen Engine is being developed on Linux using just a Makefile and g++. There is no CMAKE build system in place.

If you wish to develop Vixen for Linux you may need to make slight modifications to the Makefile included in the Linux directory of the Vixen Engine repository.

  • Make Targets
    • vcore (libvcore)
    • vgraphics (libvgraphics)
    • vgame (libvgame)
    • vtest (vtest application)

NOTE: All Vixen libraries will output to /usr/local/lib as specified in Makefile.

About

C++ Open Source Game Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.5%
  • C++ 40.4%
  • TeX 7.4%
  • JavaScript 2.8%
  • CSS 1.4%
  • PostScript 1.1%
  • Other 1.4%