Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0zi committed Jul 30, 2017
1 parent a8ee171 commit e379f74
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# vbcpp
Virtual Bus - new version started at 03.2016
## Virtual Bus C++

*Project started on March 2016*

Test
### Description
Virtual Bus is a polish amateur bus driving simulation game. It's home is a community gathered on [Virtual Bus Forum](http://forum.virtualbus.info/).
Original Virtual Bus uses Delphi and GLScene as a backbone technology and is not actively maintained anymore.

This project is attempt to creating new version of Virtual Bus but using more up-to-date technologies.

We are using:
- C++ as a main programming language
- OpenGL 3.3 for graphics rendering
- OpenAL for playing 3D sounds
- Bullet Physics as a physics manager
- GLFW library for window management
- lib3ds for loading 3DS models data
- SOIL library for image loading
- Freetype for font rendering

For more information, please look at [Virtual Bus webpage](http://virtualbus.info/). The web page is available also in english [here](http://english.virtualbus.info/).

0 comments on commit e379f74

Please sign in to comment.