Update README.md

added readme stuff
master
Colin 2015-10-15 17:15:35 -07:00
parent 9b03e2345a
commit c06735b083
1 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,14 @@
# CVoxelEngine
A C++ Voxel Engine, to succeed my Java Voxel Engine. Uses SDL, and may use OpenCL in the future.
## Building
You can build this project with Microsoft Visual Studio. Project files are provided.
### Libraries
You need to install the SDL dlls in your system root directory. I have provided the 64-bit SDL dlls in the lib folder of this repository, which you'd install in %SystemRoot%\SysWOW64 (e.g. C:\Windows\SysWOW64).
## Release
Check out the releases section for compiled builds.
## Usage
<TODO: Write this section>