VoxelGameDev / OpenVox

Open Source Collaboration Project for /r/VoxelGameDev
Apache License 2.0
20 stars 3 forks source link

Setup a window system #18

Open ErisianArchitect opened 9 years ago

ErisianArchitect commented 9 years ago

We're going to need a window to render in. It will have to be multi-platform.

brianbruggeman commented 9 years ago

Can we make this a feature? It really will be part of the sandbox. But a window is the obvious first step.

After that, we'll need to break out widgets for the UI, render backend, data structures for the voxels, etc.

ErisianArchitect commented 9 years ago

Whoever can write it first wins! But it won't be me, because I'm not too good with making windows in C++.