Skip to content

ddaroo/RoomEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoomEdit

Student project. The only dependency is Qt >= 4.6 and OpenGL. CMake can be used to generate Makefiles and projects for popular C++ IDE like Visual Studio, Code::Blocks, Eclipse CDT.

Compilation in the console using CMake:

cd RoomEdit mkdir build cd build cmake ../ make

Compilation in the console using QMake:

cd RoomEdit mkdir build cd build qmake ../RoomEdit.pro make

For more details about qmake and cmake refer to the documentation of these tools.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors