Skip to content

GLFrontier's (Frontier: Elite II's OpenGL port), partially ported to rust

License

Notifications You must be signed in to change notification settings

TitanNano/final-frontier

 
 

Repository files navigation

final-frontier

GLFrontier's (Frontier: Elite II's OpenGL port), partially ported to rust.

The project has only been tested on macOS.

Building currently happens in two steps:

make
cargo build

Building on macOS

To build on macOS you have to run

CC="gcc-11" make
xcrun cargo build

Or the c code will never finish compiling and cargo won't be able to find the OpenGL framework. You also have to install SDL2 via homebrew.

About

GLFrontier's (Frontier: Elite II's OpenGL port), partially ported to rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Assembly 60.5%
  • Rust 27.2%
  • C 12.1%
  • Other 0.2%