Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "rapidjson"]
path = rapidjson
url = https://github.com/Tencent/rapidjson
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.3.0)

project(Planetscape)

find_package(OGRE 1.10 REQUIRED)

add_executable(Planetscape src/PlanetScapeApplication.cpp)
target_include_directories(Planetscape PRIVATE src rapidjson/include)
target_link_libraries(Planetscape PRIVATE OgreMain OgreBites)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PlanetScape
Makin' the planets

![](screenshot.jpg)

The general idea will be to implement a bunch o noise functions that you can layer to make the planet the way you want and export a latlon or cubemap.

TODO
Expand Down
261 changes: 0 additions & 261 deletions lib/rapidjson/allocators.h

This file was deleted.

Loading