KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
openSage
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
b-lore
:
Bayesian multiple logistic regression for GWAS meta-analysis
DeepHumanPrediction
:
JG Master Thesis
FE-blog
:
前端技术博客
PyEthTutorial
:
A tutorial implementation of the Ethereum protocol in python
lx-devices
:
Customizable and easy to use IOS, Android and OSX device frames in one line of HTML
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
openSage
?
Download (.md)
## openSage: the open source SAGE implementation This project currently has multiple goals for me - Learn OpenGL (this is my first 3D graphics project) - Explore Vala use outside of GNOME/GTK environments - Provide a cross platform implementation of the SAGE engine, initially based on GLib and SDL + OpenGL ## Building The project is cross platform and has been succesfully built on Windows, Linux and Mac OS X. I'm currently using Windows as my development environment so there might be breakage in other platforms until a Continuos Integration service is employed. ---------------- NOTE: If using Windows, make sure to use the msys2 development environment To compile the project, make sure you have the dependencies installed as listed here: https://github.com/smx-smx/openSage/blob/master/CMakeLists.txt#L26 And make sure you have the Vala compiler (valac) installed aswell ## Progress 